Changeset 1223 for trunk/source/interfaces/basic/include
- Timestamp:
- Dec 16, 2009, 6:13:38 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/source/interfaces/basic/include/G4UIQt.hh (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/include/G4UIQt.hh
r1178 r1223 54 54 class QTextEdit; 55 55 class QLabel; 56 class QDialog;57 56 class QTabWidget; 57 class QResizeEvent; 58 class QToolBox; 58 59 59 60 // Class description : … … 111 112 private: 112 113 void SecondaryLoop(G4String); // a VIRER 113 void TerminalHelp(G4String);114 void CreateHelpWidget(); 114 115 #if QT_VERSION < 0x040000 115 116 QListView * CreateHelpTree(); … … 129 130 130 131 G4bool GetHelpChoice(G4int&) ;// have to be implemeted because we heritate from G4VBasicShell 131 void ExitHelp();// have to be implemeted because we heritate from G4VBasicShell132 132 bool eventFilter(QObject*,QEvent*); 133 133 void ActivateCommand(G4String); … … 146 146 QTextEdit *fTextArea; 147 147 QTextEdit *fHelpArea; 148 QToolBox* fToolBox; 149 148 150 #if QT_VERSION < 0x040000 149 151 QListView *fCommandHistoryArea; … … 153 155 QTreeWidget *fHelpTreeWidget; 154 156 #endif 155 Q Dialog *fHelpDialog;157 QWidget *fHelpTBWidget; 156 158 QLineEdit *helpLine; 157 159 QWidget *visWidget; … … 173 175 void lookForHelpStringCallback(); 174 176 void UpdateTabWidget(int); 177 void ResizeTabWidget( QResizeEvent* ); 175 178 }; 176 179
Note:
See TracChangeset
for help on using the changeset viewer.
