Ignore:
Timestamp:
Jun 8, 2007, 4:43:23 PM (17 years ago)
Author:
garnier
Message:

r581@mac-90108: laurentgarnier | 2007-06-07 10:29:52 +0200
version ok, mais sans signals slots

File:
1 edited

Legend:

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

    r487 r488  
    4040#include <QtGui/qmainwindow.h>
    4141#include <QtGui/qlineedit.h>
     42#include <QtGui/qtextedit.h>
    4243class G4UIsession;
    4344
     
    6364
    6465class G4UIQt : public G4VBasicShell, public G4VInteractiveSession {
     66//  Q_OBJECT
     67
    6568public: // With description
    6669  G4UIQt(int,char**);
     
    9295  void ExitHelp();
    9396private:
     97
    9498  //  Widget form,shell,command,menuBar,text;
    9599  //  std::map<Widget,G4String, std::less<Widget> > commands;
     
    100104  QMainWindow * mainWindow;
    101105  QLineEdit * promptArea;
     106  QTextEdit *textArea;
    102107  //  static void ButtonCallback(Widget,XtPointer,XtPointer);
     108
    103109};
    104110
Note: See TracChangeset for help on using the changeset viewer.