forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: template LineEdit should fill layout
Change-Id: I6c537b4a2ee7feace7b0bd63430b7fc442cf81b8 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -4,4 +4,5 @@ Label {
|
|||||||
}
|
}
|
||||||
LineEdit {
|
LineEdit {
|
||||||
backendValue: backendValues.%2
|
backendValue: backendValues.%2
|
||||||
}
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
AutoTypes {
|
AutoTypes {
|
||||||
imports: [ "import HelperWidgets 2.0", "import QtQuick 2.1" ]
|
imports: [ "import HelperWidgets 2.0", "import QtQuick 2.1", "import QtQuick.Layouts 1.1" ]
|
||||||
|
|
||||||
Type {
|
Type {
|
||||||
typeNames: ["int"]
|
typeNames: ["int"]
|
||||||
|
Reference in New Issue
Block a user