XX CMake Package
Loading...
Searching...
No Matches
XXQmlWidget.h
Go to the documentation of this file.
1
#ifndef XXWorkFlowQmlWidgetH
2
#define XXWorkFlowQmlWidgetH
3
4
#include "
XXWidgetsExportDef.h
"
5
#include <QQuickWidget>
6
7
namespace
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
XXWidgetsExportDef.h
XXWIDGETS_DECLSPEC
#define XXWIDGETS_DECLSPEC
Definition
XXWidgetsExportDef.h:11
XX::QmlWidget::setQuickProperty
void setQuickProperty(const QString &name, QObject *object)
XX::QmlWidget::setQuickProperty
void setQuickProperty(const QString &name, const QVariant &value)
XX::QmlWidget::QmlWidget
QmlWidget(QWidget *parent)
XX
Definition
XXPopulatedAbstract.h:11
XXWidgets
XXQmlWidget.h
Generated by
1.16.1