Changeset 1158 for trunk/source/interfaces/basic/include
- Timestamp:
- Nov 9, 2009, 6:56:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/source/interfaces/basic/include/G4UIQt.hh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/include/G4UIQt.hh
r1156 r1158 55 55 class QLabel; 56 56 class QDialog; 57 class QTabWidget; 57 58 58 59 // Class description : … … 95 96 // Third argument is the Geant4 command executed when the button is fired. 96 97 // Ex : AddButton("my_menu","Run","/run/beamOn 1"); 98 99 void AddTabVisWidget(QWidget*,QString); 100 // To add a tab for vis openGL Qt driver 101 97 102 public: 98 103 ~G4UIQt(); … … 103 108 G4int ReceiveG4cerr(G4String); 104 109 // G4String GetCommand(Widget); 105 QMainWindow * getMainWindow();106 110 107 111 private: … … 151 155 QDialog *fHelpDialog; 152 156 QLineEdit *helpLine; 157 QWidget *visWidget; 158 QTabWidget* fTabWidget; 153 159 154 160 signals :
Note:
See TracChangeset
for help on using the changeset viewer.
