Added tooltips to editor settings and tweaked layout

Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.
This commit is contained in:
Thorbjørn Lindeijer
2009-02-05 14:08:50 +01:00
parent 8321683694
commit ad5bdf6969
4 changed files with 230 additions and 181 deletions

View File

@@ -17,11 +17,14 @@
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Completion Settings</string>
<string>Code Completion</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="caseSensitive">
<property name="toolTip">
<string>Do a case-sensitive match for completion items.</string>
</property>
<property name="text">
<string>&amp;Case-sensitive completion</string>
</property>
@@ -32,6 +35,9 @@
</item>
<item>
<widget class="QCheckBox" name="autoInsertBraces">
<property name="toolTip">
<string>Automatically insert (, ) and ; when appropriate.</string>
</property>
<property name="text">
<string>&amp;Automatically insert braces</string>
</property>
@@ -42,6 +48,9 @@
</item>
<item>
<widget class="QCheckBox" name="partiallyComplete">
<property name="toolTip">
<string>Insert the common prefix of available completion items.</string>
</property>
<property name="text">
<string>Autocomplete common &amp;prefix</string>
</property>