forked from qt-creator/qt-creator
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:
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user