Ignore:
Timestamp:
May 5, 2010, 4:26:13 PM (14 years ago)
Author:
garnier
Message:

test de helpTree update

File:
1 edited

Legend:

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

    r1239 r1248  
    2525//
    2626//
    27 // $Id: G4UIQt.hh,v 1.17 2010/01/06 14:13:08 lgarnier Exp $
    28 // GEANT4 tag $Name: laurent-QtUI_with_tabs_v1 $
     27// $Id: G4UIQt.hh,v 1.18 2010/04/26 15:46:00 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIQt_h
     
    129129  void SecondaryLoop(G4String); // a VIRER
    130130  void CreateHelpWidget();
    131 #if QT_VERSION < 0x040000
    132   QListView * CreateHelpTree();
    133 #else
    134   QTreeWidget * CreateHelpTree();
    135 #endif
     131  void InitHelpTree();
     132  void FillHelpTree();
    136133  void ExitHelp();
    137134
     
    190187  QLabel *fEmptyViewerTabLabel;
    191188  QSplitter * fMyVSplitter;
     189  QSplitter * fHelpVSplitter;
    192190
    193191private slots :
     
    205203  void CoutFilterCallback(const QString&);
    206204  void TabCloseCallback(int);
    207   void CurrentChangedCallback(int);
     205  void ToolBoxActivated(int);
    208206};
    209207
Note: See TracChangeset for help on using the changeset viewer.