|
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>468</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>Colors</string> |
|
123 </property> |
|
124 <layout class="QGridLayout" name="gridLayout"> |
|
125 <item row="0" column="0"> |
|
126 <widget class="QLabel" name="TextLabel2_2_2_2"> |
|
127 <property name="text"> |
|
128 <string>Background color:</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item row="0" column="1"> |
|
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 color for calltips.</string> |
|
142 </property> |
|
143 <property name="text"> |
|
144 <string/> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item row="0" column="2"> |
|
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 <item row="1" column="0"> |
|
162 <widget class="QLabel" name="TextLabel2_2_2_3"> |
|
163 <property name="text"> |
|
164 <string>Foreground color:</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item row="1" column="1"> |
|
169 <widget class="QPushButton" name="calltipsForegroundButton"> |
|
170 <property name="minimumSize"> |
|
171 <size> |
|
172 <width>100</width> |
|
173 <height>0</height> |
|
174 </size> |
|
175 </property> |
|
176 <property name="toolTip"> |
|
177 <string>Select the foreground color for calltips.</string> |
|
178 </property> |
|
179 <property name="text"> |
|
180 <string/> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 <item row="2" column="0"> |
|
185 <widget class="QLabel" name="TextLabel2_2_2_4"> |
|
186 <property name="text"> |
|
187 <string>Highlight color:</string> |
|
188 </property> |
|
189 </widget> |
|
190 </item> |
|
191 <item row="2" column="1"> |
|
192 <widget class="QPushButton" name="calltipsHighlightButton"> |
|
193 <property name="minimumSize"> |
|
194 <size> |
|
195 <width>100</width> |
|
196 <height>0</height> |
|
197 </size> |
|
198 </property> |
|
199 <property name="toolTip"> |
|
200 <string>Select the highlight color for calltips.</string> |
|
201 </property> |
|
202 <property name="text"> |
|
203 <string/> |
|
204 </property> |
|
205 </widget> |
|
206 </item> |
|
207 </layout> |
|
208 </widget> |
|
209 </item> |
|
210 <item> |
|
211 <widget class="QGroupBox" name="groupBox"> |
|
212 <property name="title"> |
|
213 <string>Plug-In Behavior</string> |
|
214 </property> |
|
215 <layout class="QVBoxLayout" name="verticalLayout"> |
|
216 <item> |
|
217 <widget class="QCheckBox" name="ctScintillaCheckBox"> |
|
218 <property name="toolTip"> |
|
219 <string>Select to show QScintilla provided calltips, if the selected plug-ins fail</string> |
|
220 </property> |
|
221 <property name="whatsThis"> |
|
222 <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> |
|
223 </property> |
|
224 <property name="text"> |
|
225 <string>Show QScintilla calltips, if plug-ins fail</string> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 </layout> |
|
230 </widget> |
|
231 </item> |
|
232 <item> |
|
233 <spacer> |
|
234 <property name="orientation"> |
|
235 <enum>Qt::Vertical</enum> |
|
236 </property> |
|
237 <property name="sizeHint" stdset="0"> |
|
238 <size> |
|
239 <width>388</width> |
|
240 <height>20</height> |
|
241 </size> |
|
242 </property> |
|
243 </spacer> |
|
244 </item> |
|
245 </layout> |
|
246 </widget> |
|
247 <tabstops> |
|
248 <tabstop>ctEnabledCheckBox</tabstop> |
|
249 <tabstop>ctVisibleSlider</tabstop> |
|
250 <tabstop>positionComboBox</tabstop> |
|
251 <tabstop>calltipsBackgroundButton</tabstop> |
|
252 <tabstop>calltipsForegroundButton</tabstop> |
|
253 <tabstop>calltipsHighlightButton</tabstop> |
|
254 <tabstop>ctScintillaCheckBox</tabstop> |
|
255 </tabstops> |
|
256 <resources/> |
|
257 <connections> |
|
258 <connection> |
|
259 <sender>ctVisibleSlider</sender> |
|
260 <signal>valueChanged(int)</signal> |
|
261 <receiver>lCDNumber5</receiver> |
|
262 <slot>display(int)</slot> |
|
263 <hints> |
|
264 <hint type="sourcelabel"> |
|
265 <x>102</x> |
|
266 <y>109</y> |
|
267 </hint> |
|
268 <hint type="destinationlabel"> |
|
269 <x>384</x> |
|
270 <y>126</y> |
|
271 </hint> |
|
272 </hints> |
|
273 </connection> |
|
274 </connections> |
|
275 </ui> |