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