forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: Fixing templates
toolTip was renamed to tooltip. Change-Id: I18fc3cfb3f9ce21a6402ce3adccbb078a297b682 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Label {
|
||||
text: "%1"
|
||||
toolTip: "%1"
|
||||
tooltip: "%1"
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Label {
|
||||
text: "%1"
|
||||
toolTip: "%1"
|
||||
tooltip: "%1"
|
||||
}
|
||||
SpinBox {
|
||||
maximumValue: 9999999
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Label {
|
||||
text: "%1"
|
||||
toolTip: "%1"
|
||||
tooltip: "%1"
|
||||
}
|
||||
SpinBox {
|
||||
maximumValue: 9999999
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Label {
|
||||
text: "%1"
|
||||
toolTip: "%1"
|
||||
tooltip: "%1"
|
||||
}
|
||||
LineEdit {
|
||||
backendValue: backendValues.%2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Label {
|
||||
text: "%1"
|
||||
toolTip: "%1"
|
||||
tooltip: "%1"
|
||||
}
|
||||
LineEdit {
|
||||
backendValue: backendValues.%2
|
||||
|
||||
Reference in New Issue
Block a user