Ignore:
Timestamp:
Feb 16, 2009, 12:40:38 PM (15 years ago)
Author:
garnier
Message:

minor addition in Qt. See History

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r889 r922  
    2525//
    2626//
    27 // $Id: G4UIQt.cc,v 1.24 2008/11/24 13:50:34 lgarnier Exp $
     27// $Id: G4UIQt.cc,v 1.25 2009/02/16 11:40:26 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    248248#endif
    249249
     250  AddInteractor ("file",(G4Interactor)fileMenu);
     251  AddInteractor ("help",(G4Interactor)helpMenu);
     252
    250253  // Set the splitter size. The fTextArea sould be 2/3 on the fMainWindow
    251254#if QT_VERSION < 0x040000
     
    333336}
    334337
     338
     339QMainWindow * G4UIQt::getMainWindow (
     340)
     341{
     342  return fMainWindow;
     343}
    335344
    336345void G4UIQt::SessionTerminate (
Note: See TracChangeset for help on using the changeset viewer.