11 #include <QtWidgets/QWidget>
28 class DtVrfPluginsLoadedWidgetLogic;
35 Q_PROPERTY(QColor LinkColor MEMBER myLinkColor USER
true)
53 virtual void addPlugin(
const QString& name,
const QString& version,
int key,
const std::string& server);
56 virtual void removePlugin(
const QString& name,
int key);
59 virtual void setPluginInformation(
const QString&);
63 virtual void onItemSelectionChanged();
#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:72