Hide scan button (for now).
[abby.git] / rc / formatdlg.ui
blob2ab40daf0a2288179bf0cc4dfe0c605aa0daf009
1 <ui version="4.0" >
2  <class>formatDialog</class>
3  <widget class="QDialog" name="formatDialog" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>400</width>
12     <height>216</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Formats</string>
17   </property>
18   <layout class="QGridLayout" name="gridLayout_2" >
19    <item row="0" column="0" >
20     <layout class="QGridLayout" name="gridLayout" >
21      <item row="0" column="0" >
22       <layout class="QFormLayout" name="formLayout" >
23        <item row="0" column="0" >
24         <widget class="QLabel" name="label_2" >
25          <property name="text" >
26           <string>Youtube:</string>
27          </property>
28         </widget>
29        </item>
30        <item row="0" column="1" >
31         <widget class="QComboBox" name="youtubeBox" >
32          <item>
33           <property name="text" >
34            <string>best</string>
35           </property>
36          </item>
37          <item>
38           <property name="text" >
39            <string>fmt22 (HD, 1280x720)</string>
40           </property>
41          </item>
42          <item>
43           <property name="text" >
44            <string>fmt35 (HQ,  640x380)</string>
45           </property>
46          </item>
47          <item>
48           <property name="text" >
49            <string>fmt18 (mp4, 480x360)</string>
50           </property>
51          </item>
52          <item>
53           <property name="text" >
54            <string>flv   (     320x180) [default]</string>
55           </property>
56          </item>
57          <item>
58           <property name="text" >
59            <string>fmt17 (3gp, 176x144)</string>
60           </property>
61          </item>
62         </widget>
63        </item>
64        <item row="1" column="0" >
65         <widget class="QLabel" name="label_3" >
66          <property name="text" >
67           <string>Google:</string>
68          </property>
69         </widget>
70        </item>
71        <item row="1" column="1" >
72         <widget class="QComboBox" name="googleBox" >
73          <item>
74           <property name="text" >
75            <string>best</string>
76           </property>
77          </item>
78          <item>
79           <property name="text" >
80            <string>mp4</string>
81           </property>
82          </item>
83          <item>
84           <property name="text" >
85            <string>flv [default]</string>
86           </property>
87          </item>
88         </widget>
89        </item>
90        <item row="2" column="0" >
91         <widget class="QLabel" name="label_4" >
92          <property name="text" >
93           <string>Dailymotion:</string>
94          </property>
95         </widget>
96        </item>
97        <item row="2" column="1" >
98         <widget class="QComboBox" name="dailymotionBox" >
99          <item>
100           <property name="text" >
101            <string>best</string>
102           </property>
103          </item>
104          <item>
105           <property name="text" >
106            <string>vp6-hd    (ON2, 1280x720)</string>
107           </property>
108          </item>
109          <item>
110           <property name="text" >
111            <string>vp6-hq    (ON2,  848x480)</string>
112           </property>
113          </item>
114          <item>
115           <property name="text" >
116            <string>h264      (H264, 512x384)</string>
117           </property>
118          </item>
119          <item>
120           <property name="text" >
121            <string>vp6       (ON2,  320x240)</string>
122           </property>
123          </item>
124          <item>
125           <property name="text" >
126            <string>flv       (FLV,  320x240) [default]</string>
127           </property>
128          </item>
129          <item>
130           <property name="text" >
131            <string>spak-mini (FLV, 80x60)</string>
132           </property>
133          </item>
134         </widget>
135        </item>
136        <item row="3" column="0" >
137         <widget class="QLabel" name="label_5" >
138          <property name="text" >
139           <string>Vimeo:</string>
140          </property>
141         </widget>
142        </item>
143        <item row="3" column="1" >
144         <widget class="QComboBox" name="vimeoBox" >
145          <item>
146           <property name="text" >
147            <string>best</string>
148           </property>
149          </item>
150          <item>
151           <property name="text" >
152            <string>HD</string>
153           </property>
154          </item>
155          <item>
156           <property name="text" >
157            <string>flv [default]</string>
158           </property>
159          </item>
160         </widget>
161        </item>
162       </layout>
163      </item>
164      <item row="1" column="0" >
165       <widget class="QLabel" name="label" >
166        <property name="text" >
167         <string>All other hosts default to "flv".</string>
168        </property>
169       </widget>
170      </item>
171     </layout>
172    </item>
173    <item row="1" column="0" >
174     <widget class="QDialogButtonBox" name="buttonBox" >
175      <property name="orientation" >
176       <enum>Qt::Horizontal</enum>
177      </property>
178      <property name="standardButtons" >
179       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
180      </property>
181     </widget>
182    </item>
183   </layout>
184  </widget>
185  <tabstops>
186   <tabstop>youtubeBox</tabstop>
187   <tabstop>googleBox</tabstop>
188   <tabstop>dailymotionBox</tabstop>
189   <tabstop>vimeoBox</tabstop>
190   <tabstop>buttonBox</tabstop>
191  </tabstops>
192  <resources/>
193  <connections>
194   <connection>
195    <sender>buttonBox</sender>
196    <signal>accepted()</signal>
197    <receiver>formatDialog</receiver>
198    <slot>accept()</slot>
199    <hints>
200     <hint type="sourcelabel" >
201      <x>248</x>
202      <y>254</y>
203     </hint>
204     <hint type="destinationlabel" >
205      <x>157</x>
206      <y>274</y>
207     </hint>
208    </hints>
209   </connection>
210   <connection>
211    <sender>buttonBox</sender>
212    <signal>rejected()</signal>
213    <receiver>formatDialog</receiver>
214    <slot>reject()</slot>
215    <hints>
216     <hint type="sourcelabel" >
217      <x>316</x>
218      <y>260</y>
219     </hint>
220     <hint type="destinationlabel" >
221      <x>286</x>
222      <y>274</y>
223     </hint>
224    </hints>
225   </connection>
226  </connections>
227 </ui>