Changeset 625 for trunk


Ignore:
Timestamp:
Nov 29, 2007, 5:52:12 PM (17 years ago)
Author:
garnier
Message:

corrections de bugs

File:
1 edited

Legend:

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

    r624 r625  
    237237#endif
    238238  fMainWindow->setCentralWidget(splitter);
    239   ((QApplication*)interactorManager->GetMainInteractor())->setMainWidget(fMainWindow);
    240239
    241240#if QT_VERSION < 0x040000
     
    577576#else
    578577    QVBoxLayout *vLayout = new QVBoxLayout();
    579     fHelpDialog = new QDialog(fMainWindow,Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint);
     578    fHelpDialog = new QDialog(0,Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint);
    580579    QSplitter *splitter = new QSplitter(Qt::Horizontal);
    581580#endif
Note: See TracChangeset for help on using the changeset viewer.