Ignore:
Timestamp:
Jun 20, 2007, 6:41:53 PM (17 years ago)
Author:
garnier
Message:

r642@mac-90108: laurentgarnier | 2007-06-20 18:45:19 +0200
debut avant les fleches

File:
1 edited

Legend:

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

    r518 r519  
    4040#include <QtGui/qmainwindow.h>
    4141#include <QtGui/qlineedit.h>
     42#include <QtGui/qlistwidget.h>
    4243#include <QtGui/qtextedit.h>
    4344#include <QtGui/qlabel.h>
     
    9798  //   G4String GetCommand(Widget);
    9899
    99   // Some useful getters
    100   inline const QTextEdit * GetCommandHistoryArea() const
    101   { return fCommandHistoryArea; };
    102 
    103100private:
    104101  void SecondaryLoop(G4String); // a VIRER
     
    123120  QTextEdit *fTextArea;
    124121  QTextEdit *fHelpArea;
    125   QTextEdit *fCommandHistoryArea;
     122  QListWidget *fCommandHistoryArea;
    126123  QSignalMapper *signalMapper ;
    127124  QTreeWidget *fHelpTreeWidget;
     
    137134  void helpTreeCallback();
    138135  void showHelpCallback();
     136  void commandHistoryCallback();
    139137};
    140138
Note: See TracChangeset for help on using the changeset viewer.