1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <author>Toni Gundogdu
</author>
4 <class>formatDialog
</class>
5 <widget class=
"QDialog" name=
"formatDialog">
6 <property name=
"windowModality">
7 <enum>Qt::ApplicationModal
</enum>
9 <property name=
"geometry">
17 <property name=
"windowTitle">
18 <string>abby: Formats
</string>
20 <property name=
"sizeGripEnabled">
23 <layout class=
"QGridLayout" name=
"gridLayout">
24 <item row=
"0" column=
"0">
25 <layout class=
"QVBoxLayout" name=
"verticalLayout">
27 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
29 <widget class=
"QLabel" name=
"label">
30 <property name=
"text">
31 <string>&Website:
</string>
33 <property name=
"buddy">
34 <cstring>hostBox
</cstring>
39 <widget class=
"QComboBox" name=
"hostBox"/>
44 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2">
46 <widget class=
"QLabel" name=
"label_2">
47 <property name=
"text">
48 <string>&Download format:
</string>
50 <property name=
"buddy">
51 <cstring>formatBox
</cstring>
56 <widget class=
"QComboBox" name=
"formatBox"/>
62 <item row=
"1" column=
"0">
63 <widget class=
"QDialogButtonBox" name=
"buttonBox">
64 <property name=
"orientation">
65 <enum>Qt::Horizontal
</enum>
67 <property name=
"standardButtons">
68 <set>QDialogButtonBox::Ok
</set>
75 <tabstop>buttonBox
</tabstop>
80 <sender>buttonBox
</sender>
81 <signal>accepted()
</signal>
82 <receiver>formatDialog
</receiver>
85 <hint type=
"sourcelabel">
89 <hint type=
"destinationlabel">
96 <sender>buttonBox
</sender>
97 <signal>rejected()
</signal>
98 <receiver>formatDialog
</receiver>
101 <hint type=
"sourcelabel">
105 <hint type=
"destinationlabel">
112 <sender>hostBox
</sender>
113 <signal>currentIndexChanged(QString)
</signal>
114 <receiver>formatDialog
</receiver>
115 <slot>onHostChanged(QString)
</slot>
117 <hint type=
"sourcelabel">
121 <hint type=
"destinationlabel">
129 <slot>onHostChanged(QString)
</slot>
130 <slot>onHostActivated(QString)
</slot>