|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProjectBrowserPage</class> |
|
4 <widget class="QWidget" name="ProjectBrowserPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>617</width> |
|
10 <height>429</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure project viewer settings</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line8"> |
|
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="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Colors</string> |
|
38 </property> |
|
39 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
40 <item> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>Highlighted entries (Others):</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QPushButton" name="pbHighlightedButton"> |
|
49 <property name="minimumSize"> |
|
50 <size> |
|
51 <width>100</width> |
|
52 <height>0</height> |
|
53 </size> |
|
54 </property> |
|
55 <property name="toolTip"> |
|
56 <string>Select the color for highlighted entries in the Others viewer.</string> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string/> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <spacer> |
|
65 <property name="orientation"> |
|
66 <enum>Qt::Horizontal</enum> |
|
67 </property> |
|
68 <property name="sizeHint" stdset="0"> |
|
69 <size> |
|
70 <width>40</width> |
|
71 <height>20</height> |
|
72 </size> |
|
73 </property> |
|
74 </spacer> |
|
75 </item> |
|
76 </layout> |
|
77 </widget> |
|
78 </item> |
|
79 <item> |
|
80 <widget class="QGroupBox" name="pbGroup"> |
|
81 <property name="title"> |
|
82 <string>Visible Project Browsers</string> |
|
83 </property> |
|
84 <layout class="QVBoxLayout" name="verticalLayout"> |
|
85 <item> |
|
86 <layout class="QHBoxLayout"> |
|
87 <item> |
|
88 <widget class="QLabel" name="label_6"> |
|
89 <property name="text"> |
|
90 <string>Projecttype:</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <widget class="QComboBox" name="projectTypeCombo"> |
|
96 <property name="sizePolicy"> |
|
97 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
98 <horstretch>0</horstretch> |
|
99 <verstretch>0</verstretch> |
|
100 </sizepolicy> |
|
101 </property> |
|
102 <property name="toolTip"> |
|
103 <string>Select the project type to be configured</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 </layout> |
|
108 </item> |
|
109 <item> |
|
110 <layout class="QGridLayout" name="gridLayout"> |
|
111 <item row="0" column="0"> |
|
112 <widget class="QCheckBox" name="sourcesBrowserCheckBox"> |
|
113 <property name="toolTip"> |
|
114 <string>Select to show the sources browser</string> |
|
115 </property> |
|
116 <property name="text"> |
|
117 <string>Sources Browser</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="0" column="1"> |
|
122 <widget class="QCheckBox" name="interfacesBrowserCheckBox"> |
|
123 <property name="toolTip"> |
|
124 <string>Select to show the interfaces (IDL) browser</string> |
|
125 </property> |
|
126 <property name="text"> |
|
127 <string>Interfaces (IDL) Browser</string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="1" column="0"> |
|
132 <widget class="QCheckBox" name="formsBrowserCheckBox"> |
|
133 <property name="toolTip"> |
|
134 <string>Select to show the forms browser</string> |
|
135 </property> |
|
136 <property name="text"> |
|
137 <string>Forms Browser</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="1" column="1"> |
|
142 <widget class="QCheckBox" name="protocolsBrowserCheckBox"> |
|
143 <property name="toolTip"> |
|
144 <string>Select to show the protocols (protobuf) browser</string> |
|
145 </property> |
|
146 <property name="text"> |
|
147 <string>Protocols (protobuf) Browser</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="2" column="0"> |
|
152 <widget class="QCheckBox" name="resourcesBrowserCheckBox"> |
|
153 <property name="toolTip"> |
|
154 <string>Select to show the resources browser</string> |
|
155 </property> |
|
156 <property name="text"> |
|
157 <string>Resources Browser</string> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 <item row="2" column="1"> |
|
162 <widget class="QCheckBox" name="othersBrowserCheckBox"> |
|
163 <property name="toolTip"> |
|
164 <string>Select to show the browser for other files</string> |
|
165 </property> |
|
166 <property name="text"> |
|
167 <string>Others Browser</string> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item row="3" column="0"> |
|
172 <widget class="QCheckBox" name="translationsBrowserCheckBox"> |
|
173 <property name="toolTip"> |
|
174 <string>Select to show the translations browser</string> |
|
175 </property> |
|
176 <property name="text"> |
|
177 <string>Translations Browser</string> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 </layout> |
|
182 </item> |
|
183 </layout> |
|
184 </widget> |
|
185 </item> |
|
186 <item> |
|
187 <layout class="QGridLayout" name="gridLayout_2"> |
|
188 <item row="0" column="0"> |
|
189 <widget class="QCheckBox" name="followEditorCheckBox"> |
|
190 <property name="toolTip"> |
|
191 <string>Select to make the project browsers highlight the file of the current editor.</string> |
|
192 </property> |
|
193 <property name="text"> |
|
194 <string>Highlight file of current editor</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item row="1" column="0"> |
|
199 <widget class="QCheckBox" name="followCursorLineCheckBox"> |
|
200 <property name="toolTip"> |
|
201 <string>Select to follow the cursor line of the current editor</string> |
|
202 </property> |
|
203 <property name="text"> |
|
204 <string>Follow cursor line of current editor</string> |
|
205 </property> |
|
206 </widget> |
|
207 </item> |
|
208 <item row="1" column="1"> |
|
209 <widget class="QCheckBox" name="autoPopulateCheckBox"> |
|
210 <property name="toolTip"> |
|
211 <string>Select to populate entries automatically when following the cursor line of the current editor</string> |
|
212 </property> |
|
213 <property name="text"> |
|
214 <string>Populate entry when following the cursor line</string> |
|
215 </property> |
|
216 </widget> |
|
217 </item> |
|
218 <item row="2" column="0"> |
|
219 <widget class="QCheckBox" name="hideGeneratedCheckBox"> |
|
220 <property name="toolTip"> |
|
221 <string>Select to hide sources generated from form files</string> |
|
222 </property> |
|
223 <property name="text"> |
|
224 <string>Hide generated form sources</string> |
|
225 </property> |
|
226 </widget> |
|
227 </item> |
|
228 <item row="2" column="1"> |
|
229 <widget class="QCheckBox" name="showHiddenCheckBox"> |
|
230 <property name="toolTip"> |
|
231 <string>Select to show hidden files in the various browsers</string> |
|
232 </property> |
|
233 <property name="text"> |
|
234 <string>Show hidden files</string> |
|
235 </property> |
|
236 </widget> |
|
237 </item> |
|
238 </layout> |
|
239 </item> |
|
240 <item> |
|
241 <spacer> |
|
242 <property name="orientation"> |
|
243 <enum>Qt::Vertical</enum> |
|
244 </property> |
|
245 <property name="sizeHint" stdset="0"> |
|
246 <size> |
|
247 <width>599</width> |
|
248 <height>21</height> |
|
249 </size> |
|
250 </property> |
|
251 </spacer> |
|
252 </item> |
|
253 </layout> |
|
254 </widget> |
|
255 <tabstops> |
|
256 <tabstop>pbHighlightedButton</tabstop> |
|
257 <tabstop>projectTypeCombo</tabstop> |
|
258 <tabstop>sourcesBrowserCheckBox</tabstop> |
|
259 <tabstop>formsBrowserCheckBox</tabstop> |
|
260 <tabstop>resourcesBrowserCheckBox</tabstop> |
|
261 <tabstop>translationsBrowserCheckBox</tabstop> |
|
262 <tabstop>interfacesBrowserCheckBox</tabstop> |
|
263 <tabstop>protocolsBrowserCheckBox</tabstop> |
|
264 <tabstop>othersBrowserCheckBox</tabstop> |
|
265 <tabstop>followEditorCheckBox</tabstop> |
|
266 <tabstop>followCursorLineCheckBox</tabstop> |
|
267 <tabstop>autoPopulateCheckBox</tabstop> |
|
268 <tabstop>hideGeneratedCheckBox</tabstop> |
|
269 <tabstop>showHiddenCheckBox</tabstop> |
|
270 </tabstops> |
|
271 <resources/> |
|
272 <connections/> |
|
273 </ui> |