diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml index 32ca074d4abc0a183fb72daff403ea2dacc94940..c79daa0b69535a90c4e971e9dded02191544f9a9 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml @@ -1,9 +1,9 @@ import Qt 4.6 import Bauhaus 1.0 - - Label { - id: colorLabel - styleSheet: "color: #ffffff;" - alignment: "Qt::AlignLeft | Qt::AlignVCenter" - minimumHeight: 18 - } + +QLabel { + id: colorLabel + styleSheet: "color: #ffffff;" + alignment: "Qt::AlignLeft | Qt::AlignVCenter" + minimumHeight: 18 +} diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml index fac09313b76cbf9523bfa535fd63ec72b2836373..71fdcc4364e28a35a42c1f2000cb16cfd3fa0684 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml @@ -13,9 +13,9 @@ GroupBox { text: " Color" } - ColorTypeButtons { - - } +// ColorTypeButtons { +// +// } ColorGroupBox {