|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>EditorCalltipsPage</class> |
|
4 <widget class="QWidget" name="EditorCalltipsPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>408</width> |
|
10 <height>373</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Calltips</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line18"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QCheckBox" name="ctEnabledCheckBox"> |
|
36 <property name="toolTip"> |
|
37 <string>Select this to enable calltips</string> |
|
38 </property> |
|
39 <property name="text"> |
|
40 <string>Automatic Calltips Enabled</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QFrame" name="frame"> |
|
46 <property name="enabled"> |
|
47 <bool>false</bool> |
|
48 </property> |
|
49 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
50 <property name="leftMargin"> |
|
51 <number>0</number> |
|
52 </property> |
|
53 <property name="topMargin"> |
|
54 <number>0</number> |
|
55 </property> |
|
56 <property name="rightMargin"> |
|
57 <number>0</number> |
|
58 </property> |
|
59 <property name="bottomMargin"> |
|
60 <number>0</number> |
|
61 </property> |
|
62 </layout> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QGroupBox" name="groupBox_4"> |
|
67 <property name="title"> |
|
68 <string>Visible Calltips</string> |
|
69 </property> |
|
70 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
71 <item> |
|
72 <widget class="QSlider" name="ctVisibleSlider"> |
|
73 <property name="toolTip"> |
|
74 <string>Move to set the maximum number of calltips shown (0 = all available)</string> |
|
75 </property> |
|
76 <property name="maximum"> |
|
77 <number>20</number> |
|
78 </property> |
|
79 <property name="orientation"> |
|
80 <enum>Qt::Horizontal</enum> |
|
81 </property> |
|
82 <property name="tickInterval"> |
|
83 <number>1</number> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QLCDNumber" name="lCDNumber5"> |
|
89 <property name="toolTip"> |
|
90 <string>Displays the maximum number of calltips to be shown</string> |
|
91 </property> |
|
92 <property name="digitCount"> |
|
93 <number>2</number> |
|
94 </property> |
|
95 <property name="segmentStyle"> |
|
96 <enum>QLCDNumber::Flat</enum> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QGroupBox" name="calltipsPositionBox"> |
|
105 <property name="title"> |
|
106 <string>Calltips Position</string> |
|
107 </property> |
|
108 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
109 <item> |
|
110 <widget class="QComboBox" name="positionComboBox"> |
|
111 <property name="toolTip"> |
|
112 <string>Select the position for the calltips</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 </layout> |
|
117 </widget> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="QGroupBox" name="groupBox_2"> |
|
121 <property name="title"> |
|
122 <string>Colours</string> |
|
123 </property> |
|
124 <layout class="QHBoxLayout"> |
|
125 <item> |
|
126 <widget class="QLabel" name="TextLabel2_2_2_2"> |
|
127 <property name="text"> |
|
128 <string>Background colour:</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <widget class="QPushButton" name="calltipsBackgroundButton"> |
|
134 <property name="minimumSize"> |
|
135 <size> |
|
136 <width>100</width> |
|
137 <height>0</height> |
|
138 </size> |
|
139 </property> |
|
140 <property name="toolTip"> |
|
141 <string>Select the background colour for calltips.</string> |
|
142 </property> |
|
143 <property name="text"> |
|
144 <string/> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item> |
|
149 <spacer> |
|
150 <property name="orientation"> |
|
151 <enum>Qt::Horizontal</enum> |
|
152 </property> |
|
153 <property name="sizeHint" stdset="0"> |
|
154 <size> |
|
155 <width>40</width> |
|
156 <height>20</height> |
|
157 </size> |
|
158 </property> |
|
159 </spacer> |
|
160 </item> |
|
161 </layout> |
|
162 </widget> |
|
163 </item> |
|
164 <item> |
|
165 <widget class="QGroupBox" name="groupBox"> |
|
166 <property name="title"> |
|
167 <string>Plug-In Behavior</string> |
|
168 </property> |
|
169 <layout class="QVBoxLayout" name="verticalLayout"> |
|
170 <item> |
|
171 <widget class="QCheckBox" name="ctScintillaCheckBox"> |
|
172 <property name="toolTip"> |
|
173 <string>Select to show QScintilla provided calltips, if the selected plug-ins fail</string> |
|
174 </property> |
|
175 <property name="whatsThis"> |
|
176 <string>Qscintilla provided calltips are shown, if this option is enabled and calltips shall be provided by plug-ins (see calltips sub-page of the plug-in) and the plugin-ins don't deliver any calltips.</string> |
|
177 </property> |
|
178 <property name="text"> |
|
179 <string>Show QScintilla calltips, if plug-ins fail</string> |
|
180 </property> |
|
181 </widget> |
|
182 </item> |
|
183 </layout> |
|
184 </widget> |
|
185 </item> |
|
186 <item> |
|
187 <spacer> |
|
188 <property name="orientation"> |
|
189 <enum>Qt::Vertical</enum> |
|
190 </property> |
|
191 <property name="sizeHint" stdset="0"> |
|
192 <size> |
|
193 <width>388</width> |
|
194 <height>20</height> |
|
195 </size> |
|
196 </property> |
|
197 </spacer> |
|
198 </item> |
|
199 </layout> |
|
200 </widget> |
|
201 <tabstops> |
|
202 <tabstop>ctEnabledCheckBox</tabstop> |
|
203 <tabstop>calltipsBackgroundButton</tabstop> |
|
204 <tabstop>ctScintillaCheckBox</tabstop> |
|
205 </tabstops> |
|
206 <resources/> |
|
207 <connections> |
|
208 <connection> |
|
209 <sender>ctVisibleSlider</sender> |
|
210 <signal>valueChanged(int)</signal> |
|
211 <receiver>lCDNumber5</receiver> |
|
212 <slot>display(int)</slot> |
|
213 <hints> |
|
214 <hint type="sourcelabel"> |
|
215 <x>102</x> |
|
216 <y>109</y> |
|
217 </hint> |
|
218 <hint type="destinationlabel"> |
|
219 <x>384</x> |
|
220 <y>126</y> |
|
221 </hint> |
|
222 </hints> |
|
223 </connection> |
|
224 </connections> |
|
225 </ui> |