11 #include <QtWidgets/QWidget>
12 #include <QtWidgets/QAbstractItemDelegate>
34 Qt::WindowFlags f = Qt::Widget);
39 virtual void setScreenCaptureFilePath(
const DtUnicode& filePath);
42 virtual void setShowQuitDialogOnClose(
bool show);
47 virtual void setPaperMapLayerTimeout(
double timeout);
51 virtual void setDarkModeEnabled(
bool enabled);
55 virtual void setLightModeDarkModeIconsEnabled(
bool enabled);
61 void on_browseButtonClicked();
64 void on_showQuitDialogOnCloseCheckBoxChanged(
int);
67 void on_darkModeEnabledCheckBoxChanged(
int);
70 void on_lightModeDarkModeIconsEnabledCheckBoxChanged(
int);
73 void on_clearIconCachePushButtonPressed();
77 void on_paperMapLayerTimeoutSliderChanged(
double val);
81 void connectToSignals();
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Interface to the General Application Settings GUI.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtGeneralApplicationSettingsInterface.h:16
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:72