QmlDesigner.PropertyEditor: polish TextInputSpecifics

* adding TextInputSection
* moving StandardTextSection to the front

Change-Id: Ic6eb7aecefa63c1e7c6f003b5b8ae900291aaee1
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-23 13:37:15 +02:00
parent b80b806ac9
commit c76e4e4234

View File

@@ -35,6 +35,11 @@ Column {
anchors.left: parent.left
anchors.right: parent.right
StandardTextSection {
useLineEdit: false
showIsWrapping: false
}
Section {
anchors.left: parent.left
anchors.right: parent.right
@@ -60,12 +65,11 @@ Column {
}
}
StandardTextSection {
useLineEdit: false
showIsWrapping: false
}
FontSection {
showStyle: false
}
TextInputSection {
}
}