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