11 #include <QtWidgets/QWidget>
28 class DtVrfPluginsLoadedWidgetLogic;
35 Q_PROPERTY(QColor LinkColor MEMBER myLinkColor USER
true)
52 virtual void addPlugin(
const QString& name,
const QString& version,
int key,
const std::string& server)
override;
55 virtual void removePlugin(
const QString& name,
int key)
override;
58 virtual void setPluginInformation(
const QString&)
override;
62 virtual void onItemSelectionChanged()
override;
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
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:76