|
1 <ui version="4.0" > |
|
2 <class>EditorAPIsPage</class> |
|
3 <widget class="QWidget" name="EditorAPIsPage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>462</width> |
|
9 <height>422</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" > |
|
13 <item> |
|
14 <widget class="QLabel" name="headerLabel" > |
|
15 <property name="text" > |
|
16 <string><b>Configure API files</b></string> |
|
17 </property> |
|
18 </widget> |
|
19 </item> |
|
20 <item> |
|
21 <widget class="Line" name="line5" > |
|
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="QCheckBox" name="apiAutoPrepareCheckBox" > |
|
35 <property name="toolTip" > |
|
36 <string>Select to compile the APIs automatically upon loading</string> |
|
37 </property> |
|
38 <property name="text" > |
|
39 <string>Compile APIs automatically</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <layout class="QHBoxLayout" > |
|
45 <item> |
|
46 <widget class="QLabel" name="TextLabel1_3_3" > |
|
47 <property name="toolTip" > |
|
48 <string/> |
|
49 </property> |
|
50 <property name="text" > |
|
51 <string>Language:</string> |
|
52 </property> |
|
53 <property name="buddy" > |
|
54 <cstring></cstring> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QComboBox" name="apiLanguageComboBox" > |
|
60 <property name="sizePolicy" > |
|
61 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
62 <horstretch>0</horstretch> |
|
63 <verstretch>0</verstretch> |
|
64 </sizepolicy> |
|
65 </property> |
|
66 <property name="toolTip" > |
|
67 <string>Select the language to be configured.</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 </layout> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QGroupBox" name="apiGroup" > |
|
75 <property name="enabled" > |
|
76 <bool>false</bool> |
|
77 </property> |
|
78 <property name="title" > |
|
79 <string>APIs</string> |
|
80 </property> |
|
81 <layout class="QGridLayout" > |
|
82 <item row="0" column="0" colspan="4" > |
|
83 <widget class="QListWidget" name="apiList" > |
|
84 <property name="toolTip" > |
|
85 <string>List of API files</string> |
|
86 </property> |
|
87 <property name="alternatingRowColors" > |
|
88 <bool>true</bool> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="1" column="0" > |
|
93 <widget class="QPushButton" name="deleteApiFileButton" > |
|
94 <property name="toolTip" > |
|
95 <string>Press to delete the selected file from the list</string> |
|
96 </property> |
|
97 <property name="text" > |
|
98 <string>Delete</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item row="1" column="1" > |
|
103 <widget class="QPushButton" name="addApiFileButton" > |
|
104 <property name="toolTip" > |
|
105 <string>Press to add the entered file to the list</string> |
|
106 </property> |
|
107 <property name="text" > |
|
108 <string>Add</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="1" column="2" > |
|
113 <widget class="QLineEdit" name="apiFileEdit" > |
|
114 <property name="toolTip" > |
|
115 <string>Enter a file to be added</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item row="1" column="3" > |
|
120 <widget class="QPushButton" name="apiFileButton" > |
|
121 <property name="toolTip" > |
|
122 <string>Press to select an API file via a selection dialog</string> |
|
123 </property> |
|
124 <property name="text" > |
|
125 <string>...</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="2" column="1" colspan="3" > |
|
130 <widget class="QPushButton" name="addInstalledApiFileButton" > |
|
131 <property name="toolTip" > |
|
132 <string>Press to select an API file from the list of installed API files</string> |
|
133 </property> |
|
134 <property name="text" > |
|
135 <string>Add from installed APIs</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="3" column="1" colspan="3" > |
|
140 <widget class="QPushButton" name="addPluginApiFileButton" > |
|
141 <property name="toolTip" > |
|
142 <string>Press to select an API file from the list of API files installed by plugins</string> |
|
143 </property> |
|
144 <property name="text" > |
|
145 <string>Add from Plugin APIs</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 <item row="4" column="0" colspan="4" > |
|
150 <widget class="Line" name="line" > |
|
151 <property name="orientation" > |
|
152 <enum>Qt::Horizontal</enum> |
|
153 </property> |
|
154 </widget> |
|
155 </item> |
|
156 <item row="5" column="0" colspan="2" > |
|
157 <widget class="QPushButton" name="prepareApiButton" > |
|
158 <property name="toolTip" > |
|
159 <string>Press to compile the selected APIs definition</string> |
|
160 </property> |
|
161 <property name="text" > |
|
162 <string>Compile APIs</string> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="5" column="2" colspan="2" > |
|
167 <widget class="QProgressBar" name="prepareApiProgressBar" > |
|
168 <property name="value" > |
|
169 <number>0</number> |
|
170 </property> |
|
171 <property name="textVisible" > |
|
172 <bool>false</bool> |
|
173 </property> |
|
174 <property name="orientation" > |
|
175 <enum>Qt::Horizontal</enum> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 </layout> |
|
180 </widget> |
|
181 </item> |
|
182 </layout> |
|
183 </widget> |
|
184 <tabstops> |
|
185 <tabstop>apiAutoPrepareCheckBox</tabstop> |
|
186 <tabstop>apiLanguageComboBox</tabstop> |
|
187 <tabstop>apiList</tabstop> |
|
188 <tabstop>deleteApiFileButton</tabstop> |
|
189 <tabstop>apiFileEdit</tabstop> |
|
190 <tabstop>apiFileButton</tabstop> |
|
191 <tabstop>addApiFileButton</tabstop> |
|
192 <tabstop>addInstalledApiFileButton</tabstop> |
|
193 <tabstop>addPluginApiFileButton</tabstop> |
|
194 <tabstop>prepareApiButton</tabstop> |
|
195 </tabstops> |
|
196 <resources/> |
|
197 <connections/> |
|
198 </ui> |