eric6/Preferences/ConfigurationPages/ProjectBrowserPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7537
4e2d6b12f67c
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
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>497</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>&lt;b&gt;Configure project viewer settings&lt;/b&gt;</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>Colours</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 colour 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 <widget class="QCheckBox" name="followEditorCheckBox">
188 <property name="toolTip">
189 <string>Select to make the project browsers highlight the file of the current editor.</string>
190 </property>
191 <property name="text">
192 <string>Highlight file of current editor</string>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <widget class="QCheckBox" name="followCursorLineCheckBox">
198 <property name="toolTip">
199 <string>Select to follow the cursor line of the current editor</string>
200 </property>
201 <property name="text">
202 <string>Follow cursor line of current editor</string>
203 </property>
204 </widget>
205 </item>
206 <item>
207 <widget class="QCheckBox" name="autoPopulateCheckBox">
208 <property name="toolTip">
209 <string>Select to populate entries automatically when following the cursor line of the current editor</string>
210 </property>
211 <property name="text">
212 <string>Populate entry when following the cursor line</string>
213 </property>
214 </widget>
215 </item>
216 <item>
217 <widget class="QCheckBox" name="hideGeneratedCheckBox">
218 <property name="toolTip">
219 <string>Select to hide sources generated from form files</string>
220 </property>
221 <property name="text">
222 <string>Hide generated form sources</string>
223 </property>
224 </widget>
225 </item>
226 <item>
227 <spacer>
228 <property name="orientation">
229 <enum>Qt::Vertical</enum>
230 </property>
231 <property name="sizeHint" stdset="0">
232 <size>
233 <width>599</width>
234 <height>21</height>
235 </size>
236 </property>
237 </spacer>
238 </item>
239 </layout>
240 </widget>
241 <tabstops>
242 <tabstop>pbHighlightedButton</tabstop>
243 <tabstop>projectTypeCombo</tabstop>
244 <tabstop>sourcesBrowserCheckBox</tabstop>
245 <tabstop>formsBrowserCheckBox</tabstop>
246 <tabstop>resourcesBrowserCheckBox</tabstop>
247 <tabstop>translationsBrowserCheckBox</tabstop>
248 <tabstop>interfacesBrowserCheckBox</tabstop>
249 <tabstop>protocolsBrowserCheckBox</tabstop>
250 <tabstop>othersBrowserCheckBox</tabstop>
251 <tabstop>followEditorCheckBox</tabstop>
252 <tabstop>followCursorLineCheckBox</tabstop>
253 <tabstop>autoPopulateCheckBox</tabstop>
254 <tabstop>hideGeneratedCheckBox</tabstop>
255 </tabstops>
256 <resources/>
257 <connections/>
258 </ui>

eric ide

mercurial