Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -28,8 +28,6 @@
|
||||
#ifndef G4UIQt_h
|
||||
#define G4UIQt_h
|
||||
|
||||
#if defined(G4UI_BUILD_QT_SESSION) || defined(G4UI_USE_QT)
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "G4VBasicShell.hh"
|
||||
@@ -49,6 +47,7 @@ class QListWidget;
|
||||
class QTreeWidget;
|
||||
class QTreeWidgetItem;
|
||||
class QTextEdit;
|
||||
class QTextBrowser;
|
||||
class QLabel;
|
||||
class QResizeEvent;
|
||||
class QTabWidget;
|
||||
@@ -340,7 +339,7 @@ private:
|
||||
QLineEdit* fHelpLine;
|
||||
G4QTabWidget* fViewerTabWidget;
|
||||
QString fCoutText;
|
||||
QTextEdit *fStartPage;
|
||||
QTextBrowser *fStartPage;
|
||||
QSplitter * fHelpVSplitter;
|
||||
QTextEdit* fParameterHelpLabel;
|
||||
QTableWidget* fParameterHelpTable;
|
||||
@@ -373,6 +372,7 @@ private:
|
||||
QPixmap* fRunIcon;
|
||||
QPixmap* fParamIcon;
|
||||
QPixmap* fPickTargetIcon;
|
||||
QPixmap* fExitIcon;
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
QComboBox* fThreadsFilterComboBox;
|
||||
@@ -422,5 +422,3 @@ private Q_SLOTS :
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user