16 #ifdef QT_NO_FILEDIALOG
17 #define RESET_NO_FILE_DIALOG
20 #undef QT_NO_FILEDIALOG
21 #include <QtWidgets/QFileDialog>
42 bool addSimulationModelSetCombo =
false);
49 virtual std::string simulationModelSetFiles()
const;
51 static QString fileFilter(
makVrv::DtDe& de,
const std::string& dialogType,
52 const QString& allSpecifiedString,
bool includeGlobal );
55 virtual void addSimulationModelSetCombo();
87 #ifdef RESET_NO_FILE_DIALOG
88 #define QT_NO_FILEDIALOG
89 #undef RESET_NO_FILE_DIALOG
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QComboBox * mySimulationModelSetComboBox
Definition: terrainAndSMSSelection.h:61
makVrv::DtDe & myDe
Definition: terrainAndSMSSelection.h:58
Creator to create the dialog.
Definition: terrainAndSMSSelection.h:66
Contains makVrv::DtVirtualBaseClass class.
QLabel * mySimulationModelSetLabel
Definition: terrainAndSMSSelection.h:62
Dialog box that allows for selection of terrain and simulation model set.
Definition: terrainAndSMSSelection.h:34
makVrv::DtDe & myDe
Definition: terrainAndSMSSelection.h:82
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70