src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui

branch
eric7
changeset 9212
1c5cf2022c7e
parent 9209
b99e7fd55fd3
child 9413
80c06d472826
equal deleted inserted replaced
9211:99eb1cb030a5 9212:1c5cf2022c7e
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2"> 19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item> 20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <widget class="QLabel" name="label_7">
24 <property name="text">
25 <string>Start Directory:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="EricPathPicker" name="startDirPicker" native="true">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="focusPolicy">
38 <enum>Qt::StrongFocus</enum>
39 </property>
40 <property name="toolTip">
41 <string>Enter the start directory for the API generator</string>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </item>
47 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout"> 48 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item> 49 <item>
23 <widget class="QLabel" name="TextLabel6"> 50 <widget class="QLabel" name="TextLabel6">
24 <property name="text"> 51 <property name="text">
25 <string>Output File:</string> 52 <string>Output File:</string>
250 <header>EricWidgets/EricPathPicker.h</header> 277 <header>EricWidgets/EricPathPicker.h</header>
251 <container>1</container> 278 <container>1</container>
252 </customwidget> 279 </customwidget>
253 </customwidgets> 280 </customwidgets>
254 <tabstops> 281 <tabstops>
282 <tabstop>startDirPicker</tabstop>
255 <tabstop>outputFilePicker</tabstop> 283 <tabstop>outputFilePicker</tabstop>
256 <tabstop>languagesList</tabstop> 284 <tabstop>languagesList</tabstop>
257 <tabstop>sourceExtEdit</tabstop> 285 <tabstop>sourceExtEdit</tabstop>
258 <tabstop>recursionCheckBox</tabstop> 286 <tabstop>recursionCheckBox</tabstop>
259 <tabstop>includePrivateCheckBox</tabstop> 287 <tabstop>includePrivateCheckBox</tabstop>

eric ide

mercurial