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

r587@mac-90108: laurentgarnier | 2007-06-07 17:22:03 +0200
on avance

File:
1 edited

Legend:

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

    r491 r494  
    4141#include <QtGui/qlineedit.h>
    4242#include <QtGui/qtextedit.h>
     43#include <QtGui/qlabel.h>
    4344#include <QObject>
    4445
     
    104105  G4bool fHelp;
    105106  G4int fHelpChoice;
    106   QMainWindow * mainWindow;
    107   QLineEdit * promptArea;
    108   QTextEdit *textArea;
     107  QMainWindow * fMainWindow;
     108  QLabel *fCommandLabel;
     109  QLineEdit * fCommandArea;
     110  QTextEdit *fTextArea;
     111  QTextEdit *fCommandHistoryArea;
    109112
    110113private slots :
    111114  void clearButtonCallback();
     115  void commandEnteredCallback();
    112116};
    113117
Note: See TracChangeset for help on using the changeset viewer.