Preferences/ConfigurationPages/ProjectBrowserPage.ui

changeset 0
de9c2efb9d02
child 2769
8cbebde7a984
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>ProjectBrowserPage</class>
3 <widget class="QWidget" name="ProjectBrowserPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>617</width>
9 <height>497</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" name="verticalLayout" >
13 <item>
14 <widget class="QLabel" name="headerLabel" >
15 <property name="text" >
16 <string>&lt;b>Configure project viewer settings&lt;/b></string>
17 </property>
18 </widget>
19 </item>
20 <item>
21 <widget class="Line" name="line8" >
22 <property name="frameShape" >
23 <enum>QFrame::HLine</enum>
24 </property>
25 <property name="frameShadow" >
26 <enum>QFrame::Sunken</enum>
27 </property>
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QGroupBox" name="groupBox" >
35 <property name="title" >
36 <string>Colours</string>
37 </property>
38 <layout class="QHBoxLayout" name="horizontalLayout" >
39 <item>
40 <widget class="QLabel" name="label" >
41 <property name="text" >
42 <string>Highlighted entries (Others):</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QPushButton" name="pbHighlightedButton" >
48 <property name="minimumSize" >
49 <size>
50 <width>100</width>
51 <height>0</height>
52 </size>
53 </property>
54 <property name="toolTip" >
55 <string>Select the colour for highlighted entries in the Others viewer.</string>
56 </property>
57 <property name="text" >
58 <string/>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <spacer>
64 <property name="orientation" >
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="sizeHint" stdset="0" >
68 <size>
69 <width>40</width>
70 <height>20</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 </layout>
76 </widget>
77 </item>
78 <item>
79 <widget class="QGroupBox" name="pbGroup" >
80 <property name="title" >
81 <string>Visible Project Browsers</string>
82 </property>
83 <layout class="QVBoxLayout" >
84 <item>
85 <layout class="QHBoxLayout" >
86 <item>
87 <widget class="QLabel" name="label_6" >
88 <property name="text" >
89 <string>Projecttype:</string>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QComboBox" name="projectTypeCombo" >
95 <property name="sizePolicy" >
96 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
97 <horstretch>0</horstretch>
98 <verstretch>0</verstretch>
99 </sizepolicy>
100 </property>
101 <property name="toolTip" >
102 <string>Select the project type to be configured</string>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </item>
108 <item>
109 <layout class="QGridLayout" >
110 <item row="0" column="0" >
111 <widget class="QCheckBox" name="sourcesBrowserCheckBox" >
112 <property name="toolTip" >
113 <string>Select to show the sources browser</string>
114 </property>
115 <property name="text" >
116 <string>Sources Browser</string>
117 </property>
118 </widget>
119 </item>
120 <item row="0" column="1" >
121 <widget class="QCheckBox" name="translationsBrowserCheckBox" >
122 <property name="toolTip" >
123 <string>Select to show the translations browser</string>
124 </property>
125 <property name="text" >
126 <string>Translations Browser</string>
127 </property>
128 </widget>
129 </item>
130 <item row="1" column="0" >
131 <widget class="QCheckBox" name="formsBrowserCheckBox" >
132 <property name="toolTip" >
133 <string>Select to show the forms browser</string>
134 </property>
135 <property name="text" >
136 <string>Forms Browser</string>
137 </property>
138 </widget>
139 </item>
140 <item row="1" column="1" >
141 <widget class="QCheckBox" name="interfacesBrowserCheckBox" >
142 <property name="toolTip" >
143 <string>Select to show the interfaces (IDL) browser</string>
144 </property>
145 <property name="text" >
146 <string>Interfaces (IDL) Browser</string>
147 </property>
148 </widget>
149 </item>
150 <item row="2" column="0" >
151 <widget class="QCheckBox" name="resourcesBrowserCheckBox" >
152 <property name="toolTip" >
153 <string>Select to show the resources browser</string>
154 </property>
155 <property name="text" >
156 <string>Resources Browser</string>
157 </property>
158 </widget>
159 </item>
160 <item row="2" column="1" >
161 <widget class="QCheckBox" name="othersBrowserCheckBox" >
162 <property name="toolTip" >
163 <string>Select to show the browser for other files</string>
164 </property>
165 <property name="text" >
166 <string>Others Browser</string>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </item>
172 </layout>
173 </widget>
174 </item>
175 <item>
176 <widget class="QCheckBox" name="followEditorCheckBox" >
177 <property name="toolTip" >
178 <string>Select to make the project browsers highlight the file of the current editor.</string>
179 </property>
180 <property name="text" >
181 <string>Highlight file of current editor</string>
182 </property>
183 </widget>
184 </item>
185 <item>
186 <widget class="QCheckBox" name="hideGeneratedCheckBox" >
187 <property name="toolTip" >
188 <string>Select to hide sources generated from form files</string>
189 </property>
190 <property name="text" >
191 <string>Hide generated form sources</string>
192 </property>
193 </widget>
194 </item>
195 <item>
196 <spacer>
197 <property name="orientation" >
198 <enum>Qt::Vertical</enum>
199 </property>
200 <property name="sizeHint" stdset="0" >
201 <size>
202 <width>599</width>
203 <height>21</height>
204 </size>
205 </property>
206 </spacer>
207 </item>
208 </layout>
209 </widget>
210 <tabstops>
211 <tabstop>pbHighlightedButton</tabstop>
212 <tabstop>projectTypeCombo</tabstop>
213 <tabstop>sourcesBrowserCheckBox</tabstop>
214 <tabstop>formsBrowserCheckBox</tabstop>
215 <tabstop>resourcesBrowserCheckBox</tabstop>
216 <tabstop>translationsBrowserCheckBox</tabstop>
217 <tabstop>interfacesBrowserCheckBox</tabstop>
218 <tabstop>othersBrowserCheckBox</tabstop>
219 <tabstop>followEditorCheckBox</tabstop>
220 <tabstop>hideGeneratedCheckBox</tabstop>
221 </tabstops>
222 <resources/>
223 <connections/>
224 </ui>

eric ide

mercurial