forked from qt-creator/qt-creator
QmlDesigner.ItemLibrary: Add default title for GroupBox
Change-Id: Id1ff15180466631ebf8f984c998417613ba97de3 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -226,6 +226,8 @@ MetaInfo {
|
||||
|
||||
Property { name: "width"; type: "int"; value: 360; }
|
||||
Property { name: "height"; type: "int"; value: 300; }
|
||||
|
||||
Property { name: "title"; type: "binding"; value: "qsTr(\"Check Box\")"; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user