forked from qt-creator/qt-creator
Remove improper tooltips
"Debugging" groupBox was probably copied from "Warnings" groupBox, with all its children checkBoxes and their tooltips. Change-Id: I9eee7b70adb035b9bb1a1851a33079f2db5cff73 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
@@ -24,9 +24,6 @@
|
|||||||
<layout class="QFormLayout" name="formLayout_4">
|
<layout class="QFormLayout" name="formLayout_4">
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="designerShowDebuggerCheckBox">
|
<widget class="QCheckBox" name="designerShowDebuggerCheckBox">
|
||||||
<property name="toolTip">
|
|
||||||
<string>Warn about QML features which are not properly supported by the Qt Quick Designer</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show the debugging view</string>
|
<string>Show the debugging view</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -34,9 +31,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="designerEnableDebuggerCheckBox">
|
<widget class="QCheckBox" name="designerEnableDebuggerCheckBox">
|
||||||
<property name="toolTip">
|
|
||||||
<string>Also warn in the code editor about QML features which are not properly supported by the Qt Quick Designer</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable the debugging view</string>
|
<string>Enable the debugging view</string>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user