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