Commit Graph

4 Commits

Author SHA1 Message Date
Thomas Hartmann
121b6cb466 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.
2010-12-16 17:47:54 +01:00
Thomas Hartmann
e3eaa2e477 QuickToolBar: refine gradient editing
This patch solves minor usablity issues
in the gradient editing.

Reviewed-by: Lasse Holmstedt
2010-11-10 12:29:56 +01:00
Thomas Hartmann
8a86265c74 QuickToolBar: bugfix for GradientLine
This was just plain wrong.
A negative offset makes no sense in any
case.
2010-08-13 17:22:22 +02:00
Thomas Hartmann
12916161ab Creating lib: qmleditorwidgets
The library qmleditorwidgets contains widgets and image resources
what are shared between QuickToolBar and QmlDesigner
This library is created to make QuickToolBar independent from
QmlDesigner plugin.

All the widgets I moved to qmleditorwidgets are removed from
QmlDesigner in this patch
2010-08-12 15:50:17 +02:00