QmlDesigner.propertyEditor: code cleanup for property editing

Instead of duplicating the code from QmlEditorWigets we now subclass
and expose the gradient editing to qml.
The adaptor class is called GradientLineQmlAdaptor.
This commit is contained in:
Thomas Hartmann
2010-12-16 17:46:38 +01:00
parent 948ca6f2ac
commit 121b6cb466
12 changed files with 208 additions and 1324 deletions

View File

@@ -39,7 +39,6 @@
#include <QGridLayout>
#include <QToolButton>
#include <QAction>
#include "colorwidget.h"
#include "contextpanetextwidget.h"
#include "easingcontextpane.h"
#include "contextpanewidgetimage.h"