5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>500</width> |
9 <width>500</width> |
10 <height>508</height> |
10 <height>740</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <layout class="QVBoxLayout" name="verticalLayout"> |
13 <layout class="QVBoxLayout" name="verticalLayout_3"> |
14 <item> |
14 <item> |
15 <widget class="QLabel" name="headerLabel"> |
15 <widget class="QLabel" name="headerLabel"> |
16 <property name="text"> |
16 <property name="text"> |
17 <string><b>Configure Flask</b></string> |
17 <string><b>Configure Flask</b></string> |
18 </property> |
18 </property> |
173 </item> |
173 </item> |
174 </layout> |
174 </layout> |
175 </widget> |
175 </widget> |
176 </item> |
176 </item> |
177 <item> |
177 <item> |
|
178 <widget class="QGroupBox" name="TranslationsGroup"> |
|
179 <property name="title"> |
|
180 <string>Translations Editor</string> |
|
181 </property> |
|
182 <layout class="QVBoxLayout" name="verticalLayout"> |
|
183 <item> |
|
184 <widget class="QLabel" name="label_10"> |
|
185 <property name="minimumSize"> |
|
186 <size> |
|
187 <width>0</width> |
|
188 <height>40</height> |
|
189 </size> |
|
190 </property> |
|
191 <property name="text"> |
|
192 <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> |
|
193 </property> |
|
194 <property name="wordWrap"> |
|
195 <bool>true</bool> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item> |
|
200 <widget class="E5PathPicker" name="translationsEditorPicker" native="true"> |
|
201 <property name="sizePolicy"> |
|
202 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
203 <horstretch>0</horstretch> |
|
204 <verstretch>0</verstretch> |
|
205 </sizepolicy> |
|
206 </property> |
|
207 <property name="focusPolicy"> |
|
208 <enum>Qt::StrongFocus</enum> |
|
209 </property> |
|
210 <property name="toolTip"> |
|
211 <string>Enter the path of the translations editor</string> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 </layout> |
|
216 </widget> |
|
217 </item> |
|
218 <item> |
178 <spacer name="verticalSpacer"> |
219 <spacer name="verticalSpacer"> |
179 <property name="orientation"> |
220 <property name="orientation"> |
180 <enum>Qt::Vertical</enum> |
221 <enum>Qt::Vertical</enum> |
181 </property> |
222 </property> |
182 <property name="sizeHint" stdset="0"> |
223 <property name="sizeHint" stdset="0"> |
187 </property> |
228 </property> |
188 </spacer> |
229 </spacer> |
189 </item> |
230 </item> |
190 </layout> |
231 </layout> |
191 </widget> |
232 </widget> |
|
233 <customwidgets> |
|
234 <customwidget> |
|
235 <class>E5PathPicker</class> |
|
236 <extends>QWidget</extends> |
|
237 <header>E5Gui/E5PathPicker.h</header> |
|
238 <container>1</container> |
|
239 </customwidget> |
|
240 </customwidgets> |
192 <tabstops> |
241 <tabstops> |
193 <tabstop>consoleCommandCombo</tabstop> |
242 <tabstop>consoleCommandCombo</tabstop> |
194 <tabstop>externalBrowserCheckBox</tabstop> |
243 <tabstop>externalBrowserCheckBox</tabstop> |
195 <tabstop>py3VenvNameComboBox</tabstop> |
244 <tabstop>py3VenvNameComboBox</tabstop> |
196 <tabstop>py3VenvNamesReloadButton</tabstop> |
245 <tabstop>py3VenvNamesReloadButton</tabstop> |