Preferences/ConfigurationPages/EditorDocViewerPage.ui

changeset 5919
d0de2b378b24
parent 5912
b6643d36dddd
child 6505
470d878cbe9f
equal deleted inserted replaced
5918:d89cd224dd1b 5919:d0de2b378b24
41 </property> 41 </property>
42 <property name="checkable"> 42 <property name="checkable">
43 <bool>true</bool> 43 <bool>true</bool>
44 </property> 44 </property>
45 <layout class="QVBoxLayout" name="verticalLayout"> 45 <layout class="QVBoxLayout" name="verticalLayout">
46 <item>
47 <widget class="QCheckBox" name="parenthesisCheckBox">
48 <property name="toolTip">
49 <string>Select to show documentation when entering a '(' character</string>
50 </property>
51 <property name="text">
52 <string>Show documentation upon '('</string>
53 </property>
54 </widget>
55 </item>
46 <item> 56 <item>
47 <widget class="QCheckBox" name="richTextCheckBox"> 57 <widget class="QCheckBox" name="richTextCheckBox">
48 <property name="toolTip"> 58 <property name="toolTip">
49 <string>Select to show code documentation as rich text</string> 59 <string>Select to show code documentation as rich text</string>
50 </property> 60 </property>
98 </item> 108 </item>
99 </layout> 109 </layout>
100 </widget> 110 </widget>
101 <tabstops> 111 <tabstops>
102 <tabstop>viewerGroupBox</tabstop> 112 <tabstop>viewerGroupBox</tabstop>
113 <tabstop>parenthesisCheckBox</tabstop>
103 <tabstop>richTextCheckBox</tabstop> 114 <tabstop>richTextCheckBox</tabstop>
104 <tabstop>providerComboBox</tabstop> 115 <tabstop>providerComboBox</tabstop>
105 </tabstops> 116 </tabstops>
106 <resources/> 117 <resources/>
107 <connections/> 118 <connections/>

eric ide

mercurial