15 #include <QtWidgets/QWidget>
16 #include <QtGui/QIcon>
24 class DtPopupToolbarButton;
37 void sliderChanged(
int value);
43 QIcon makeWideIconWithArrow( QIcon &baseIcon,
bool downArrow,
QToolButton* button );
46 void updateSlider(
float value );
64 virtual QWidget* create(
DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags);
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
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