update todo.
[abby.git] / rc / scandlg.ui
blob22efdc3020e1394e0e7d6be37c82eb13fe00f35a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>Toni Gundogdu</author>
4 <class>scanDialog</class>
5 <widget class="QDialog" name="scanDialog">
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>553</width>
14 <height>266</height>
15 </rect>
16 </property>
17 <property name="windowTitle">
18 <string>abby: Scan</string>
19 </property>
20 <property name="windowIcon">
21 <iconset resource="abby.qrc">
22 <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
23 </property>
24 <property name="sizeGripEnabled">
25 <bool>true</bool>
26 </property>
27 <layout class="QGridLayout" name="gridLayout">
28 <item row="0" column="0">
29 <layout class="QHBoxLayout" name="horizontalLayout">
30 <item>
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>&amp;Link:</string>
34 </property>
35 <property name="buddy">
36 <cstring>linkEdit</cstring>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLineEdit" name="linkEdit"/>
42 </item>
43 <item>
44 <widget class="QCheckBox" name="titlesBox">
45 <property name="toolTip">
46 <string>Have abby fetch video page titles for the found
47 video page links. This will cause the scan process
48 to take more time and bandwidth. </string>
49 </property>
50 <property name="text">
51 <string>&amp;Fetch video title</string>
52 </property>
53 <property name="checked">
54 <bool>true</bool>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QPushButton" name="scanButton">
60 <property name="text">
61 <string>&amp;Scan</string>
62 </property>
63 <property name="icon">
64 <iconset resource="abby.qrc">
65 <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
66 </property>
67 <property name="iconSize">
68 <size>
69 <width>16</width>
70 <height>16</height>
71 </size>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 <item row="1" column="0">
78 <widget class="QTabWidget" name="tabWidget">
79 <property name="currentIndex">
80 <number>0</number>
81 </property>
82 <widget class="QWidget" name="tab_3">
83 <attribute name="title">
84 <string>&amp;Videos</string>
85 </attribute>
86 <layout class="QGridLayout" name="gridLayout_2">
87 <item row="0" column="0">
88 <widget class="QTreeWidget" name="itemsTree">
89 <property name="rootIsDecorated">
90 <bool>false</bool>
91 </property>
92 <property name="headerHidden">
93 <bool>true</bool>
94 </property>
95 <column>
96 <property name="text">
97 <string>Found</string>
98 </property>
99 </column>
100 <column>
101 <property name="text">
102 <string>Link</string>
103 </property>
104 </column>
105 </widget>
106 </item>
107 <item row="0" column="1">
108 <layout class="QVBoxLayout" name="verticalLayout">
109 <item>
110 <widget class="QPushButton" name="selectallButton">
111 <property name="text">
112 <string>S&amp;elect all</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QPushButton" name="invertButton">
118 <property name="text">
119 <string>&amp;Invert</string>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <spacer name="verticalSpacer">
125 <property name="orientation">
126 <enum>Qt::Vertical</enum>
127 </property>
128 <property name="sizeHint" stdset="0">
129 <size>
130 <width>20</width>
131 <height>40</height>
132 </size>
133 </property>
134 </spacer>
135 </item>
136 <item>
137 <widget class="QLabel" name="totalLabel">
138 <property name="text">
139 <string>Total: 0</string>
140 </property>
141 </widget>
142 </item>
143 </layout>
144 </item>
145 </layout>
146 </widget>
147 <widget class="QWidget" name="tab_4">
148 <attribute name="title">
149 <string>L&amp;og</string>
150 </attribute>
151 <layout class="QGridLayout" name="gridLayout_3">
152 <item row="0" column="0">
153 <widget class="QTextEdit" name="logEdit">
154 <property name="undoRedoEnabled">
155 <bool>false</bool>
156 </property>
157 <property name="readOnly">
158 <bool>true</bool>
159 </property>
160 <property name="acceptRichText">
161 <bool>false</bool>
162 </property>
163 </widget>
164 </item>
165 </layout>
166 </widget>
167 </widget>
168 </item>
169 <item row="3" column="0">
170 <widget class="QDialogButtonBox" name="buttonBox">
171 <property name="orientation">
172 <enum>Qt::Horizontal</enum>
173 </property>
174 <property name="standardButtons">
175 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
176 </property>
177 </widget>
178 </item>
179 <item row="2" column="0">
180 <widget class="QProgressBar" name="progressBar">
181 <property name="value">
182 <number>0</number>
183 </property>
184 <property name="textVisible">
185 <bool>false</bool>
186 </property>
187 </widget>
188 </item>
189 </layout>
190 </widget>
191 <tabstops>
192 <tabstop>linkEdit</tabstop>
193 <tabstop>titlesBox</tabstop>
194 <tabstop>scanButton</tabstop>
195 <tabstop>itemsTree</tabstop>
196 <tabstop>selectallButton</tabstop>
197 <tabstop>invertButton</tabstop>
198 <tabstop>buttonBox</tabstop>
199 </tabstops>
200 <resources>
201 <include location="abby.qrc"/>
202 </resources>
203 <connections>
204 <connection>
205 <sender>buttonBox</sender>
206 <signal>accepted()</signal>
207 <receiver>scanDialog</receiver>
208 <slot>accept()</slot>
209 <hints>
210 <hint type="sourcelabel">
211 <x>248</x>
212 <y>254</y>
213 </hint>
214 <hint type="destinationlabel">
215 <x>157</x>
216 <y>274</y>
217 </hint>
218 </hints>
219 </connection>
220 <connection>
221 <sender>buttonBox</sender>
222 <signal>rejected()</signal>
223 <receiver>scanDialog</receiver>
224 <slot>reject()</slot>
225 <hints>
226 <hint type="sourcelabel">
227 <x>316</x>
228 <y>260</y>
229 </hint>
230 <hint type="destinationlabel">
231 <x>286</x>
232 <y>274</y>
233 </hint>
234 </hints>
235 </connection>
236 <connection>
237 <sender>scanButton</sender>
238 <signal>clicked()</signal>
239 <receiver>scanDialog</receiver>
240 <slot>onScan()</slot>
241 <hints>
242 <hint type="sourcelabel">
243 <x>462</x>
244 <y>23</y>
245 </hint>
246 <hint type="destinationlabel">
247 <x>256</x>
248 <y>119</y>
249 </hint>
250 </hints>
251 </connection>
252 <connection>
253 <sender>selectallButton</sender>
254 <signal>clicked()</signal>
255 <receiver>scanDialog</receiver>
256 <slot>onSelectAll()</slot>
257 <hints>
258 <hint type="sourcelabel">
259 <x>461</x>
260 <y>60</y>
261 </hint>
262 <hint type="destinationlabel">
263 <x>256</x>
264 <y>139</y>
265 </hint>
266 </hints>
267 </connection>
268 <connection>
269 <sender>invertButton</sender>
270 <signal>clicked()</signal>
271 <receiver>scanDialog</receiver>
272 <slot>onInvert()</slot>
273 <hints>
274 <hint type="sourcelabel">
275 <x>461</x>
276 <y>94</y>
277 </hint>
278 <hint type="destinationlabel">
279 <x>256</x>
280 <y>139</y>
281 </hint>
282 </hints>
283 </connection>
284 </connections>
285 <slots>
286 <slot>onScan()</slot>
287 <slot>onSelectAll()</slot>
288 <slot>onInvert()</slot>
289 </slots>
290 </ui>