update todo.
[abby.git] / rc / formatdlg.ui
blob7cc4aa8d9bda69e982b3df22ba6849c203c772e1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>Toni Gundogdu</author>
4 <class>formatDialog</class>
5 <widget class="QDialog" name="formatDialog">
6 <property name="windowModality">
7 <enum>Qt::ApplicationModal</enum>
8 </property>
9 <property name="geometry">
10 <rect>
11 <x>0</x>
12 <y>0</y>
13 <width>278</width>
14 <height>122</height>
15 </rect>
16 </property>
17 <property name="windowTitle">
18 <string>abby: Formats</string>
19 </property>
20 <property name="sizeGripEnabled">
21 <bool>true</bool>
22 </property>
23 <layout class="QGridLayout" name="gridLayout">
24 <item row="0" column="0">
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <layout class="QHBoxLayout" name="horizontalLayout">
28 <item>
29 <widget class="QLabel" name="label">
30 <property name="text">
31 <string>&amp;Website:</string>
32 </property>
33 <property name="buddy">
34 <cstring>hostBox</cstring>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QComboBox" name="hostBox"/>
40 </item>
41 </layout>
42 </item>
43 <item>
44 <layout class="QHBoxLayout" name="horizontalLayout_2">
45 <item>
46 <widget class="QLabel" name="label_2">
47 <property name="text">
48 <string>&amp;Download format:</string>
49 </property>
50 <property name="buddy">
51 <cstring>formatBox</cstring>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QComboBox" name="formatBox"/>
57 </item>
58 </layout>
59 </item>
60 </layout>
61 </item>
62 <item row="1" column="0">
63 <widget class="QDialogButtonBox" name="buttonBox">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="standardButtons">
68 <set>QDialogButtonBox::Ok</set>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <tabstops>
75 <tabstop>buttonBox</tabstop>
76 </tabstops>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>formatDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>formatDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>hostBox</sender>
113 <signal>currentIndexChanged(QString)</signal>
114 <receiver>formatDialog</receiver>
115 <slot>onHostChanged(QString)</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>295</x>
119 <y>23</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>199</x>
123 <y>60</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 <slots>
129 <slot>onHostChanged(QString)</slot>
130 <slot>onHostActivated(QString)</slot>
131 </slots>
132 </ui>