How to modify the visit software interface through QT designer file #17931
-
Previously, QT linguist software was used to translate the visit interface into Chinese. In the next step, we want to delete the functional blocks of the visit interface through QT designer software, so as to simplify the visit software. So I want to ask where the source code of visit software interface function block is? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@summer7807 we do not use QT designer to design (or manage) VisIt's QT interface. I am not even sure if the state of our interface coding is compatible with QT designer. That said, the bulk of the interface is in the top level |
Beta Was this translation helpful? Give feedback.
@summer7807 we do not use QT designer to design (or manage) VisIt's QT interface. I am not even sure if the state of our interface coding is compatible with QT designer.
That said, the bulk of the interface is in the top level
gui
folder/subdir (https://github.com/visit-dav/visit/tree/develop/src/gui). But, that is not the entire interface. Plot and Operator plugin interfaces are in their respective directories under theplots
(https://github.com/visit-dav/visit/tree/develop/src/plots) andoperators
(https://github.com/visit-dav/visit/tree/develop/src/operators) folders/subdirs.