XX CMake Package
Loading...
Searching...
No Matches
XXQmlWidget.h
Go to the documentation of this file.
1#ifndef XXWorkFlowQmlWidgetH
2#define XXWorkFlowQmlWidgetH
3
5#include <QQuickWidget>
6
7namespace XX
8{
11
12 class XXWIDGETS_DECLSPEC QmlWidget : public QQuickWidget
13 {
14 Q_OBJECT
15
16 public:
17 QmlWidget(QWidget* parent);
18
19 public:
20 void setQuickProperty(const QString& name, QObject* object);
21 void setQuickProperty(const QString& name, const QVariant& value);
22 };
23} // namespace XX
24
25#endif // NOT XXWorkFlowQmlWidgetH
#define XXWIDGETS_DECLSPEC
Definition XXWidgetsExportDef.h:11
void setQuickProperty(const QString &name, QObject *object)
void setQuickProperty(const QString &name, const QVariant &value)
QmlWidget(QWidget *parent)
Definition XXPopulatedAbstract.h:11