17 #include <QtWidgets/QWidget>
28 class DtSliderSpinboxWidget;
50 virtual void setDdsFlip(
bool state )
override;
54 virtual void setIndirectBufferUpdateTimeBudget(
int milliseconds )
override;
58 virtual void setCdbParallelForThreadCount(
int threadCount )
override;
62 void on_ddsFlipCheckChanged(
int state );
63 void on_indirectBufferUpdateTimeBudgetChanged(
int milliseconds );
64 void on_cdbParallelForThreadCountChanged(
int threads );
Interface for loader settings gui.
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
The interface between the logic and widget for loader settings.
Definition: DtLoaderSettingsInterface.h:18