OSDN Git Service

Actually make the Nero AAC Profile/2-Pass options work. Also make the MP3 Channel...
[lamexp/LameXP.git] / gui / MetaInfo.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MetaInfo</class>
4  <widget class="QDialog" name="MetaInfo">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>621</width>
10     <height>420</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Meta Information</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <item>
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <property name="spacing">
23       <number>0</number>
24      </property>
25      <item>
26       <widget class="QFrame" name="headerFrame">
27        <property name="minimumSize">
28         <size>
29          <width>0</width>
30          <height>64</height>
31         </size>
32        </property>
33        <property name="maximumSize">
34         <size>
35          <width>16777215</width>
36          <height>64</height>
37         </size>
38        </property>
39        <property name="palette">
40         <palette>
41          <active>
42           <colorrole role="Base">
43            <brush brushstyle="SolidPattern">
44             <color alpha="255">
45              <red>255</red>
46              <green>255</green>
47              <blue>255</blue>
48             </color>
49            </brush>
50           </colorrole>
51           <colorrole role="Window">
52            <brush brushstyle="SolidPattern">
53             <color alpha="255">
54              <red>255</red>
55              <green>255</green>
56              <blue>255</blue>
57             </color>
58            </brush>
59           </colorrole>
60          </active>
61          <inactive>
62           <colorrole role="Base">
63            <brush brushstyle="SolidPattern">
64             <color alpha="255">
65              <red>255</red>
66              <green>255</green>
67              <blue>255</blue>
68             </color>
69            </brush>
70           </colorrole>
71           <colorrole role="Window">
72            <brush brushstyle="SolidPattern">
73             <color alpha="255">
74              <red>255</red>
75              <green>255</green>
76              <blue>255</blue>
77             </color>
78            </brush>
79           </colorrole>
80          </inactive>
81          <disabled>
82           <colorrole role="Base">
83            <brush brushstyle="SolidPattern">
84             <color alpha="255">
85              <red>255</red>
86              <green>255</green>
87              <blue>255</blue>
88             </color>
89            </brush>
90           </colorrole>
91           <colorrole role="Window">
92            <brush brushstyle="SolidPattern">
93             <color alpha="255">
94              <red>255</red>
95              <green>255</green>
96              <blue>255</blue>
97             </color>
98            </brush>
99           </colorrole>
100          </disabled>
101         </palette>
102        </property>
103        <property name="autoFillBackground">
104         <bool>true</bool>
105        </property>
106        <property name="frameShape">
107         <enum>QFrame::NoFrame</enum>
108        </property>
109        <property name="frameShadow">
110         <enum>QFrame::Raised</enum>
111        </property>
112        <layout class="QHBoxLayout" name="horizontalLayout_3">
113         <item>
114          <layout class="QHBoxLayout" name="horizontalLayout_2">
115           <item>
116            <widget class="QLabel" name="label">
117             <property name="maximumSize">
118              <size>
119               <width>56</width>
120               <height>16777215</height>
121              </size>
122             </property>
123             <property name="text">
124              <string/>
125             </property>
126             <property name="pixmap">
127              <pixmap resource="../res/Images.qrc">:/images/HeaderIcon_MetaInfo.png</pixmap>
128             </property>
129            </widget>
130           </item>
131           <item>
132            <widget class="QLabel" name="labelHeaderText">
133             <property name="font">
134              <font>
135               <weight>50</weight>
136               <bold>false</bold>
137              </font>
138             </property>
139             <property name="text">
140              <string notr="true">&lt;b&gt;HEADER&lt;/b&gt;&lt;br&gt;(more header text)</string>
141             </property>
142            </widget>
143           </item>
144          </layout>
145         </item>
146        </layout>
147       </widget>
148      </item>
149      <item>
150       <widget class="QFrame" name="frame">
151        <property name="maximumSize">
152         <size>
153          <width>16777215</width>
154          <height>2</height>
155         </size>
156        </property>
157        <property name="frameShape">
158         <enum>QFrame::HLine</enum>
159        </property>
160        <property name="frameShadow">
161         <enum>QFrame::Sunken</enum>
162        </property>
163       </widget>
164      </item>
165      <item>
166       <layout class="QVBoxLayout" name="verticalLayout_3">
167        <property name="spacing">
168         <number>6</number>
169        </property>
170        <property name="margin">
171         <number>9</number>
172        </property>
173        <item>
174         <widget class="QTableView" name="tableView">
175          <property name="selectionMode">
176           <enum>QAbstractItemView::SingleSelection</enum>
177          </property>
178          <property name="selectionBehavior">
179           <enum>QAbstractItemView::SelectRows</enum>
180          </property>
181          <property name="wordWrap">
182           <bool>false</bool>
183          </property>
184          <attribute name="horizontalHeaderHighlightSections">
185           <bool>false</bool>
186          </attribute>
187          <attribute name="verticalHeaderHighlightSections">
188           <bool>false</bool>
189          </attribute>
190         </widget>
191        </item>
192        <item>
193         <layout class="QHBoxLayout" name="horizontalLayout">
194          <item>
195           <spacer name="horizontalSpacer">
196            <property name="orientation">
197             <enum>Qt::Horizontal</enum>
198            </property>
199            <property name="sizeHint" stdset="0">
200             <size>
201              <width>40</width>
202              <height>20</height>
203             </size>
204            </property>
205           </spacer>
206          </item>
207          <item>
208           <widget class="QPushButton" name="upButton">
209            <property name="text">
210             <string/>
211            </property>
212            <property name="icon">
213             <iconset resource="../res/Icons.qrc">
214              <normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
215            </property>
216            <property name="autoDefault">
217             <bool>false</bool>
218            </property>
219           </widget>
220          </item>
221          <item>
222           <widget class="QPushButton" name="downButton">
223            <property name="text">
224             <string/>
225            </property>
226            <property name="icon">
227             <iconset resource="../res/Icons.qrc">
228              <normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
229            </property>
230            <property name="autoDefault">
231             <bool>false</bool>
232            </property>
233           </widget>
234          </item>
235          <item>
236           <spacer name="horizontalSpacer_2">
237            <property name="orientation">
238             <enum>Qt::Horizontal</enum>
239            </property>
240            <property name="sizeType">
241             <enum>QSizePolicy::Fixed</enum>
242            </property>
243            <property name="sizeHint" stdset="0">
244             <size>
245              <width>10</width>
246              <height>20</height>
247             </size>
248            </property>
249           </spacer>
250          </item>
251          <item>
252           <widget class="QPushButton" name="editButton">
253            <property name="minimumSize">
254             <size>
255              <width>90</width>
256              <height>0</height>
257             </size>
258            </property>
259            <property name="text">
260             <string>Edit</string>
261            </property>
262            <property name="icon">
263             <iconset resource="../res/Icons.qrc">
264              <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
265            </property>
266            <property name="autoDefault">
267             <bool>false</bool>
268            </property>
269           </widget>
270          </item>
271          <item>
272           <widget class="QPushButton" name="closeButton">
273            <property name="minimumSize">
274             <size>
275              <width>90</width>
276              <height>0</height>
277             </size>
278            </property>
279            <property name="text">
280             <string>Close</string>
281            </property>
282            <property name="icon">
283             <iconset resource="../res/Icons.qrc">
284              <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
285            </property>
286            <property name="autoDefault">
287             <bool>false</bool>
288            </property>
289           </widget>
290          </item>
291         </layout>
292        </item>
293       </layout>
294      </item>
295     </layout>
296    </item>
297   </layout>
298  </widget>
299  <tabstops>
300   <tabstop>closeButton</tabstop>
301   <tabstop>upButton</tabstop>
302   <tabstop>downButton</tabstop>
303   <tabstop>editButton</tabstop>
304   <tabstop>tableView</tabstop>
305  </tabstops>
306  <resources>
307   <include location="../res/Icons.qrc"/>
308   <include location="../res/Images.qrc"/>
309   <include location="../res/Images.qrc"/>
310   <include location="../res/Images.qrc"/>
311   <include location="../res/Images.qrc"/>
312   <include location="../res/Images.qrc"/>
313   <include location="../res/Images.qrc"/>
314   <include location="../res/Images.qrc"/>
315   <include location="../res/Images.qrc"/>
316   <include location="../res/Images.qrc"/>
317   <include location="../res/Images.qrc"/>
318   <include location="../res/Images.qrc"/>
319   <include location="../res/Images.qrc"/>
320   <include location="../res/Images.qrc"/>
321   <include location="../res/Images.qrc"/>
322  </resources>
323  <connections>
324   <connection>
325    <sender>closeButton</sender>
326    <signal>clicked()</signal>
327    <receiver>MetaInfo</receiver>
328    <slot>close()</slot>
329    <hints>
330     <hint type="sourcelabel">
331      <x>609</x>
332      <y>408</y>
333     </hint>
334     <hint type="destinationlabel">
335      <x>310</x>
336      <y>240</y>
337     </hint>
338    </hints>
339   </connection>
340   <connection>
341    <sender>tableView</sender>
342    <signal>activated(QModelIndex)</signal>
343    <receiver>editButton</receiver>
344    <slot>click()</slot>
345    <hints>
346     <hint type="sourcelabel">
347      <x>310</x>
348      <y>226</y>
349     </hint>
350     <hint type="destinationlabel">
351      <x>468</x>
352      <y>396</y>
353     </hint>
354    </hints>
355   </connection>
356  </connections>
357 </ui>