summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/settingspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/settingspage.ui')
-rw-r--r--src/plugins/qmldesigner/settingspage.ui10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/plugins/qmldesigner/settingspage.ui b/src/plugins/qmldesigner/settingspage.ui
index c8f5452e66..528f621d13 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>
@@ -64,7 +58,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="designerWarningsCheckBox">
<property name="toolTip">
- <string>Warn about QML features which are not properly supported by the Qt Quick Designer</string>
+ <string>Warns about QML features which are not properly supported by the Qt Quick Designer</string>
</property>
<property name="text">
<string>Warn about unsupported features in the Qt Quick Designer</string>
@@ -74,7 +68,7 @@
<item row="1" column="1">
<widget class="QCheckBox" name="designerWarningsInEditorCheckBox">
<property name="toolTip">
- <string>Also warn in the code editor about QML features which are not properly supported by the Qt Quick Designer</string>
+ <string>Also warns in the code editor about QML features which are not properly supported by the Qt Quick Designer</string>
</property>
<property name="text">
<string>Warn about unsupported features of Qt Quick Designer in the code editor</string>