QmlDesigner.ItemLibrary: Add default title for GroupBox

Change-Id: Id1ff15180466631ebf8f984c998417613ba97de3
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2013-12-08 20:44:40 +01:00
parent f08651024b
commit c3e8455503

View File

@@ -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\")"; }
}
}