I have an application which may create new commands based on user macro input (e.g., selecting a particular detector geometry adds commands associated with configuring that geometry). It is also possible for users to _remove_ command directories via macro. For the regular shell-based UI, this command removal works correctly. However, the Qt-based UI does not reflect removal of commands properly. Instead the graphical "Help" tree continues to display command directories which have been deleted. Attempting to use those commands causes an error message (since they no longer exist in the true UImanager). This problem was present in 9.6 and is still there in both 10.0 and 10.1-beta.
Changed category from intercoms to interfaces/common (which is where G4Qt lives).
Not so easy to deal with commands removal. In non-Qt based UI, the command tree is read each time you type a command or press "tab". In the "Help" dialog on Qt, the tree is build once it is and there is no feedback when adding/removing command. Go outside of the help widget and go back to it will solve this.
Won't solve this for the moment.