diff options
author | Jarek Kobus <jaroslaw.kobus@digia.com> | 2013-12-03 15:58:36 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@digia.com> | 2013-12-04 08:07:24 +0100 |
commit | 18d9d5b3f9505b502c580288cf9cc2aac99c09e6 (patch) | |
tree | e8cf590915ada82359318634909274b0ca1c8c89 /src/plugins/qmldesigner/settingspage.ui | |
parent | 68740869efbddb8b6f03fe312fe6ba6e89af58ce (diff) | |
download | qt-creator-18d9d5b3f9505b502c580288cf9cc2aac99c09e6.tar.gz |
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>
Diffstat (limited to 'src/plugins/qmldesigner/settingspage.ui')
-rw-r--r-- | src/plugins/qmldesigner/settingspage.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/qmldesigner/settingspage.ui b/src/plugins/qmldesigner/settingspage.ui index c8f5452e66..124950c424 100644 --- a/src/plugins/qmldesigner/settingspage.ui +++ b/src/plugins/qmldesigner/settingspage.ui @@ -24,9 +24,6 @@ <layout class="QFormLayout" name="formLayout_4"> <item row="0" column="1"> <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"> <string>Show the debugging view</string> </property> @@ -34,9 +31,6 @@ </item> <item row="1" column="1"> <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"> <string>Enable the debugging view</string> </property> |