Ignore:
Timestamp:
Jan 25, 2008, 4:49:41 PM (16 years ago)
Author:
garnier
Message:

avancement sur la zone de recherche

File:
1 edited

Legend:

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

    r695 r697  
    3939
    4040#include <qobject.h>
    41 #include <qhash.h>
     41#include <qmap.h>
    4242
    4343class QMainWindow;
     
    109109  void TerminalHelp(G4String);
    110110#if QT_VERSION < 0x040000
     111  QListView * CreateHelpTree();
     112#else
     113  QTreeWidget * CreateHelpTree();
     114#endif
     115
     116#if QT_VERSION < 0x040000
    111117  void CreateChildTree(QListViewItem*,G4UIcommandTree*);
    112118  QListViewItem* FindTreeItem(QListViewItem *,const QString&);
     
    122128  bool eventFilter(QObject*,QEvent*);
    123129  void ActivateCommand(G4String);
    124   QHash<QString, int> LookForHelpStringInChildTree(G4UIcommandTree *,const QString&);
     130  QMap<int,QString> LookForHelpStringInChildTree(G4UIcommandTree *,const QString&);
    125131
    126132
Note: See TracChangeset for help on using the changeset viewer.