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>462</width> |
9 <width>462</width> |
10 <height>422</height> |
10 <height>539</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <layout class="QVBoxLayout"> |
13 <layout class="QVBoxLayout" name="verticalLayout"> |
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 API files</b></string> |
17 <string><b>Configure API files</b></string> |
18 </property> |
18 </property> |
40 <string>Compile APIs automatically</string> |
40 <string>Compile APIs automatically</string> |
41 </property> |
41 </property> |
42 </widget> |
42 </widget> |
43 </item> |
43 </item> |
44 <item> |
44 <item> |
45 <layout class="QHBoxLayout"> |
45 <layout class="QGridLayout" name="gridLayout_2"> |
46 <item> |
46 <item row="0" column="0"> |
47 <widget class="QLabel" name="TextLabel1_3_3"> |
47 <widget class="QLabel" name="TextLabel1_3_3"> |
48 <property name="toolTip"> |
48 <property name="toolTip"> |
49 <string/> |
49 <string/> |
50 </property> |
50 </property> |
51 <property name="text"> |
51 <property name="text"> |
54 <property name="buddy"> |
54 <property name="buddy"> |
55 <cstring></cstring> |
55 <cstring></cstring> |
56 </property> |
56 </property> |
57 </widget> |
57 </widget> |
58 </item> |
58 </item> |
59 <item> |
59 <item row="0" column="1"> |
60 <widget class="QComboBox" name="apiLanguageComboBox"> |
60 <widget class="QComboBox" name="apiLanguageComboBox"> |
61 <property name="sizePolicy"> |
61 <property name="sizePolicy"> |
62 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
62 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
63 <horstretch>0</horstretch> |
63 <horstretch>0</horstretch> |
64 <verstretch>0</verstretch> |
64 <verstretch>0</verstretch> |
65 </sizepolicy> |
65 </sizepolicy> |
66 </property> |
66 </property> |
67 <property name="toolTip"> |
67 <property name="toolTip"> |
68 <string>Select the language to be configured.</string> |
68 <string>Select the language to be configured.</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="1" column="0"> |
|
73 <widget class="QLabel" name="label"> |
|
74 <property name="text"> |
|
75 <string>Project Type:</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="1" column="1"> |
|
80 <widget class="QComboBox" name="projectTypeComboBox"> |
|
81 <property name="toolTip"> |
|
82 <string>Select the project type to be configured</string> |
69 </property> |
83 </property> |
70 </widget> |
84 </widget> |
71 </item> |
85 </item> |
72 </layout> |
86 </layout> |
73 </item> |
87 </item> |
187 </customwidget> |
201 </customwidget> |
188 </customwidgets> |
202 </customwidgets> |
189 <tabstops> |
203 <tabstops> |
190 <tabstop>apiAutoPrepareCheckBox</tabstop> |
204 <tabstop>apiAutoPrepareCheckBox</tabstop> |
191 <tabstop>apiLanguageComboBox</tabstop> |
205 <tabstop>apiLanguageComboBox</tabstop> |
|
206 <tabstop>projectTypeComboBox</tabstop> |
192 <tabstop>apiList</tabstop> |
207 <tabstop>apiList</tabstop> |
193 <tabstop>deleteApiFileButton</tabstop> |
208 <tabstop>deleteApiFileButton</tabstop> |
194 <tabstop>addApiFileButton</tabstop> |
209 <tabstop>addApiFileButton</tabstop> |
195 <tabstop>apiFilePicker</tabstop> |
210 <tabstop>apiFilePicker</tabstop> |
196 <tabstop>addInstalledApiFileButton</tabstop> |
211 <tabstop>addInstalledApiFileButton</tabstop> |