forked from qt-creator/qt-creator
QmlDesigner: Export PropertyEditorView
Task-number: QDS-14898 Change-Id: Idc7cf78213c6784650f9efa838f7fcec4d1c24c0 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
spyro-adb
parent
84d227e059
commit
6e215cc1de
@@ -405,6 +405,7 @@ extend_qtc_plugin(QmlDesigner
|
|||||||
|
|
||||||
extend_qtc_plugin(QmlDesigner
|
extend_qtc_plugin(QmlDesigner
|
||||||
SOURCES_PREFIX components/propertyeditor
|
SOURCES_PREFIX components/propertyeditor
|
||||||
|
PUBLIC_INCLUDES components/propertyeditor
|
||||||
SOURCES
|
SOURCES
|
||||||
aligndistribute.cpp aligndistribute.h
|
aligndistribute.cpp aligndistribute.h
|
||||||
assetimageprovider.cpp assetimageprovider.h
|
assetimageprovider.cpp assetimageprovider.h
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "abstractview.h"
|
#include "abstractview.h"
|
||||||
|
#include "qmldesigner_global.h"
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
@@ -28,7 +29,7 @@ class PropertyEditorView;
|
|||||||
class PropertyEditorWidget;
|
class PropertyEditorWidget;
|
||||||
class QmlObjectNode;
|
class QmlObjectNode;
|
||||||
|
|
||||||
class PropertyEditorView : public AbstractView
|
class QMLDESIGNER_EXPORT PropertyEditorView : public AbstractView
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user