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:
Jarek Kobus
2013-12-03 15:58:36 +01:00
parent 68740869ef
commit 18d9d5b3f9

View File

@@ -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>