Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+3 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4UIQt.cc 102246 2017-01-16 13:10:31Z gcosmo $
// $Id: G4UIQt.cc 105742 2017-08-16 13:11:07Z gcosmo $
//
// L. Garnier
@@ -4379,6 +4379,8 @@ void G4UIQt::CreatePickInfosDialog() {
layoutDialog->addWidget(fPickInfosWidget);
layoutDialog->setContentsMargins(0,0,0,0);
fPickInfosDialog->setLayout(layoutDialog);
fPickInfosDialog->setWindowFlags(Qt::WindowStaysOnTopHint);
}