Ignore:
Timestamp:
Dec 16, 2009, 6:13:38 PM (16 years ago)
Author:
garnier
Message:

premiers essai nouvelle version de G4UIQt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/include/G4UIQt.hh

    r1178 r1223  
    5454class QTextEdit;
    5555class QLabel;
    56 class QDialog;
    5756class QTabWidget;
     57class QResizeEvent;
     58class QToolBox;
    5859
    5960// Class description :
     
    111112private:
    112113  void SecondaryLoop(G4String); // a VIRER
    113   void TerminalHelp(G4String);
     114  void CreateHelpWidget();
    114115#if QT_VERSION < 0x040000
    115116  QListView * CreateHelpTree();
     
    129130
    130131  G4bool GetHelpChoice(G4int&) ;// have to be implemeted because we heritate from G4VBasicShell
    131   void ExitHelp();// have to be implemeted because we heritate from G4VBasicShell
    132132  bool eventFilter(QObject*,QEvent*);
    133133  void ActivateCommand(G4String);
     
    146146  QTextEdit *fTextArea;
    147147  QTextEdit *fHelpArea;
     148  QToolBox* fToolBox;
     149
    148150#if QT_VERSION < 0x040000
    149151  QListView *fCommandHistoryArea;
     
    153155  QTreeWidget *fHelpTreeWidget;
    154156#endif
    155   QDialog *fHelpDialog;
     157  QWidget *fHelpTBWidget;
    156158  QLineEdit *helpLine;
    157159  QWidget *visWidget;
     
    173175  void lookForHelpStringCallback();
    174176  void UpdateTabWidget(int);
     177  void ResizeTabWidget( QResizeEvent* );
    175178};
    176179
Note: See TracChangeset for help on using the changeset viewer.