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