src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.ui

branch
eric7
changeset 9528
4aa414c4bd5f
parent 9527
8601253e7633
equal deleted inserted replaced
9527:8601253e7633 9528:4aa414c4bd5f
117 <property name="sortingEnabled"> 117 <property name="sortingEnabled">
118 <bool>true</bool> 118 <bool>true</bool>
119 </property> 119 </property>
120 </widget> 120 </widget>
121 </item> 121 </item>
122 <item>
123 <layout class="QGridLayout" name="gridLayout">
124 <item row="0" column="0">
125 <widget class="QCheckBox" name="sourcesBrowserCheckBox">
126 <property name="toolTip">
127 <string>Select to show the sources browser</string>
128 </property>
129 <property name="text">
130 <string>Sources Browser</string>
131 </property>
132 </widget>
133 </item>
134 <item row="0" column="1">
135 <widget class="QCheckBox" name="interfacesBrowserCheckBox">
136 <property name="toolTip">
137 <string>Select to show the interfaces (IDL) browser</string>
138 </property>
139 <property name="text">
140 <string>Interfaces (IDL) Browser</string>
141 </property>
142 </widget>
143 </item>
144 <item row="1" column="0">
145 <widget class="QCheckBox" name="formsBrowserCheckBox">
146 <property name="toolTip">
147 <string>Select to show the forms browser</string>
148 </property>
149 <property name="text">
150 <string>Forms Browser</string>
151 </property>
152 </widget>
153 </item>
154 <item row="1" column="1">
155 <widget class="QCheckBox" name="protocolsBrowserCheckBox">
156 <property name="toolTip">
157 <string>Select to show the protocols (protobuf) browser</string>
158 </property>
159 <property name="text">
160 <string>Protocols (protobuf) Browser</string>
161 </property>
162 </widget>
163 </item>
164 <item row="2" column="0">
165 <widget class="QCheckBox" name="resourcesBrowserCheckBox">
166 <property name="toolTip">
167 <string>Select to show the resources browser</string>
168 </property>
169 <property name="text">
170 <string>Resources Browser</string>
171 </property>
172 </widget>
173 </item>
174 <item row="2" column="1">
175 <widget class="QCheckBox" name="othersBrowserCheckBox">
176 <property name="toolTip">
177 <string>Select to show the browser for other files</string>
178 </property>
179 <property name="text">
180 <string>Others Browser</string>
181 </property>
182 </widget>
183 </item>
184 <item row="3" column="0">
185 <widget class="QCheckBox" name="translationsBrowserCheckBox">
186 <property name="toolTip">
187 <string>Select to show the translations browser</string>
188 </property>
189 <property name="text">
190 <string>Translations Browser</string>
191 </property>
192 </widget>
193 </item>
194 </layout>
195 </item>
196 </layout> 122 </layout>
197 </widget> 123 </widget>
198 </item> 124 </item>
199 <item> 125 <item>
200 <layout class="QGridLayout" name="gridLayout_2"> 126 <layout class="QGridLayout" name="gridLayout_2">
256 </layout> 182 </layout>
257 </widget> 183 </widget>
258 <tabstops> 184 <tabstops>
259 <tabstop>pbHighlightedButton</tabstop> 185 <tabstop>pbHighlightedButton</tabstop>
260 <tabstop>projectTypeCombo</tabstop> 186 <tabstop>projectTypeCombo</tabstop>
261 <tabstop>sourcesBrowserCheckBox</tabstop>
262 <tabstop>formsBrowserCheckBox</tabstop>
263 <tabstop>resourcesBrowserCheckBox</tabstop>
264 <tabstop>translationsBrowserCheckBox</tabstop>
265 <tabstop>interfacesBrowserCheckBox</tabstop>
266 <tabstop>protocolsBrowserCheckBox</tabstop>
267 <tabstop>othersBrowserCheckBox</tabstop>
268 <tabstop>followEditorCheckBox</tabstop> 187 <tabstop>followEditorCheckBox</tabstop>
269 <tabstop>followCursorLineCheckBox</tabstop> 188 <tabstop>followCursorLineCheckBox</tabstop>
270 <tabstop>autoPopulateCheckBox</tabstop> 189 <tabstop>autoPopulateCheckBox</tabstop>
271 </tabstops> 190 </tabstops>
272 <resources/> 191 <resources/>

eric ide

mercurial