UI (e.g. ->link list widget) and icon changes.
[abby.git] / rc / mainwnd.ui
blob2b575aba9feee3983eb42b70299e1595b00b2e06
1 <ui version="4.0" >
2  <author>Toni Gundogdu</author>
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>520</width>
10     <height>338</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>abby</string>
15   </property>
16   <widget class="QWidget" name="centralwidget" >
17    <layout class="QGridLayout" name="gridLayout_5" >
18     <item row="0" column="0" >
19      <widget class="QTabWidget" name="tabWidget" >
20       <property name="currentIndex" >
21        <number>0</number>
22       </property>
23       <widget class="QWidget" name="tab" >
24        <attribute name="title" >
25         <string>&amp;Video</string>
26        </attribute>
27        <layout class="QGridLayout" name="gridLayout_3" >
28         <item row="0" column="0" >
29          <widget class="QSplitter" name="splitter" >
30           <property name="orientation" >
31            <enum>Qt::Vertical</enum>
32           </property>
33           <widget class="QWidget" name="layoutWidget" >
34            <layout class="QHBoxLayout" name="horizontalLayout" >
35             <item>
36              <layout class="QVBoxLayout" name="verticalLayout_3" >
37               <item>
38                <widget class="QPushButton" name="addButton" >
39                 <property name="toolTip" >
40                  <string>Add video page link</string>
41                 </property>
42                 <property name="text" >
43                  <string/>
44                 </property>
45                 <property name="icon" >
46                  <iconset resource="abby.qrc" >
47                   <normaloff>:/list-add.png</normaloff>:/list-add.png</iconset>
48                 </property>
49                 <property name="iconSize" >
50                  <size>
51                   <width>16</width>
52                   <height>16</height>
53                  </size>
54                 </property>
55                </widget>
56               </item>
57               <item>
58                <widget class="QPushButton" name="pasteButton" >
59                 <property name="toolTip" >
60                  <string>Paste video page links from clipboard</string>
61                 </property>
62                 <property name="text" >
63                  <string/>
64                 </property>
65                 <property name="icon" >
66                  <iconset resource="abby.qrc" >
67                   <normaloff>:/edit-paste.png</normaloff>:/edit-paste.png</iconset>
68                 </property>
69                 <property name="iconSize" >
70                  <size>
71                   <width>16</width>
72                   <height>16</height>
73                  </size>
74                 </property>
75                </widget>
76               </item>
77               <item>
78                <widget class="QPushButton" name="removeButton" >
79                 <property name="toolTip" >
80                  <string>Remove selected video page links</string>
81                 </property>
82                 <property name="text" >
83                  <string/>
84                 </property>
85                 <property name="icon" >
86                  <iconset resource="abby.qrc" >
87                   <normaloff>:/list-remove.png</normaloff>:/list-remove.png</iconset>
88                 </property>
89                 <property name="iconSize" >
90                  <size>
91                   <width>16</width>
92                   <height>16</height>
93                  </size>
94                 </property>
95                </widget>
96               </item>
97              </layout>
98             </item>
99             <item>
100              <widget class="QListWidget" name="linksList" >
101               <property name="toolTip" >
102                <string>Video page links to download videos from</string>
103               </property>
104               <property name="selectionMode" >
105                <enum>QAbstractItemView::ExtendedSelection</enum>
106               </property>
107              </widget>
108             </item>
109             <item>
110              <layout class="QVBoxLayout" name="verticalLayout" >
111               <item>
112                <widget class="QPushButton" name="rssButton" >
113                 <property name="toolTip" >
114                  <string>Add video links from RSS feeds</string>
115                 </property>
116                 <property name="text" >
117                  <string/>
118                 </property>
119                 <property name="icon" >
120                  <iconset resource="abby.qrc" >
121                   <normaloff>:/feed-icon-14x14.png</normaloff>:/feed-icon-14x14.png</iconset>
122                 </property>
123                 <property name="iconSize" >
124                  <size>
125                   <width>16</width>
126                   <height>16</height>
127                  </size>
128                 </property>
129                </widget>
130               </item>
131               <item>
132                <widget class="QPushButton" name="scanButton" >
133                 <property name="toolTip" >
134                  <string>Add video links from scanned web pages</string>
135                 </property>
136                 <property name="text" >
137                  <string/>
138                 </property>
139                 <property name="icon" >
140                  <iconset resource="abby.qrc" >
141                   <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
142                 </property>
143                 <property name="iconSize" >
144                  <size>
145                   <width>16</width>
146                   <height>16</height>
147                  </size>
148                 </property>
149                </widget>
150               </item>
151               <item>
152                <widget class="QPushButton" name="startButton" >
153                 <property name="toolTip" >
154                  <string>Download videos from the listed page links</string>
155                 </property>
156                 <property name="text" >
157                  <string/>
158                 </property>
159                 <property name="icon" >
160                  <iconset resource="abby.qrc" >
161                   <normaloff>:/document-save.png</normaloff>:/document-save.png</iconset>
162                 </property>
163                 <property name="iconSize" >
164                  <size>
165                   <width>16</width>
166                   <height>16</height>
167                  </size>
168                 </property>
169                </widget>
170               </item>
171              </layout>
172             </item>
173            </layout>
174           </widget>
175           <widget class="QTabWidget" name="tabWidget_2" >
176            <property name="tabPosition" >
177             <enum>QTabWidget::South</enum>
178            </property>
179            <property name="currentIndex" >
180             <number>0</number>
181            </property>
182            <widget class="QWidget" name="tab_3" >
183             <attribute name="title" >
184              <string>Pro&amp;gress</string>
185             </attribute>
186             <layout class="QGridLayout" name="gridLayout" >
187              <item row="0" column="0" >
188               <layout class="QHBoxLayout" name="horizontalLayout_2" >
189                <item>
190                 <widget class="QLabel" name="label_2" >
191                  <property name="sizePolicy" >
192                   <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
193                    <horstretch>0</horstretch>
194                    <verstretch>0</verstretch>
195                   </sizepolicy>
196                  </property>
197                  <property name="text" >
198                   <string>File:</string>
199                  </property>
200                 </widget>
201                </item>
202                <item>
203                 <widget class="QLabel" name="fileLabel" >
204                  <property name="sizePolicy" >
205                   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
206                    <horstretch>0</horstretch>
207                    <verstretch>0</verstretch>
208                   </sizepolicy>
209                  </property>
210                  <property name="text" >
211                   <string>-</string>
212                  </property>
213                 </widget>
214                </item>
215               </layout>
216              </item>
217              <item row="1" column="0" >
218               <layout class="QHBoxLayout" name="horizontalLayout_3" >
219                <item>
220                 <widget class="QLabel" name="label_3" >
221                  <property name="sizePolicy" >
222                   <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
223                    <horstretch>0</horstretch>
224                    <verstretch>0</verstretch>
225                   </sizepolicy>
226                  </property>
227                  <property name="text" >
228                   <string>Size:</string>
229                  </property>
230                 </widget>
231                </item>
232                <item>
233                 <widget class="QLabel" name="sizeLabel" >
234                  <property name="enabled" >
235                   <bool>true</bool>
236                  </property>
237                  <property name="text" >
238                   <string>-- / --</string>
239                  </property>
240                 </widget>
241                </item>
242                <item>
243                 <widget class="QLabel" name="label_4" >
244                  <property name="sizePolicy" >
245                   <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
246                    <horstretch>0</horstretch>
247                    <verstretch>0</verstretch>
248                   </sizepolicy>
249                  </property>
250                  <property name="text" >
251                   <string>Rate:</string>
252                  </property>
253                  <property name="alignment" >
254                   <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
255                  </property>
256                 </widget>
257                </item>
258                <item>
259                 <widget class="QLabel" name="rateLabel" >
260                  <property name="enabled" >
261                   <bool>true</bool>
262                  </property>
263                  <property name="text" >
264                   <string>--.-</string>
265                  </property>
266                 </widget>
267                </item>
268                <item>
269                 <widget class="QLabel" name="label_5" >
270                  <property name="sizePolicy" >
271                   <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
272                    <horstretch>0</horstretch>
273                    <verstretch>0</verstretch>
274                   </sizepolicy>
275                  </property>
276                  <property name="text" >
277                   <string>ETA:</string>
278                  </property>
279                  <property name="alignment" >
280                   <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
281                  </property>
282                 </widget>
283                </item>
284                <item>
285                 <widget class="QLabel" name="etaLabel" >
286                  <property name="enabled" >
287                   <bool>true</bool>
288                  </property>
289                  <property name="text" >
290                   <string>--:--</string>
291                  </property>
292                  <property name="alignment" >
293                   <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
294                  </property>
295                 </widget>
296                </item>
297               </layout>
298              </item>
299              <item row="2" column="0" >
300               <layout class="QHBoxLayout" name="horizontalLayout_4" >
301                <item>
302                 <widget class="QProgressBar" name="progressBar" >
303                  <property name="enabled" >
304                   <bool>true</bool>
305                  </property>
306                  <property name="sizePolicy" >
307                   <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
308                    <horstretch>0</horstretch>
309                    <verstretch>0</verstretch>
310                   </sizepolicy>
311                  </property>
312                  <property name="toolTip" >
313                   <string>Current video progress</string>
314                  </property>
315                  <property name="value" >
316                   <number>0</number>
317                  </property>
318                 </widget>
319                </item>
320                <item>
321                 <widget class="QProgressBar" name="totalProgressbar" >
322                  <property name="sizePolicy" >
323                   <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
324                    <horstretch>0</horstretch>
325                    <verstretch>0</verstretch>
326                   </sizepolicy>
327                  </property>
328                  <property name="toolTip" >
329                   <string>Batch progress</string>
330                  </property>
331                  <property name="value" >
332                   <number>0</number>
333                  </property>
334                 </widget>
335                </item>
336                <item>
337                 <widget class="QPushButton" name="cancelButton" >
338                  <property name="enabled" >
339                   <bool>false</bool>
340                  </property>
341                  <property name="sizePolicy" >
342                   <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
343                    <horstretch>0</horstretch>
344                    <verstretch>0</verstretch>
345                   </sizepolicy>
346                  </property>
347                  <property name="toolTip" >
348                   <string>Abort download</string>
349                  </property>
350                  <property name="text" >
351                   <string>&amp;Abort</string>
352                  </property>
353                  <property name="icon" >
354                   <iconset resource="abby.qrc" >
355                    <normaloff>:/process-stop.png</normaloff>:/process-stop.png</iconset>
356                  </property>
357                  <property name="iconSize" >
358                   <size>
359                    <width>16</width>
360                    <height>16</height>
361                   </size>
362                  </property>
363                 </widget>
364                </item>
365               </layout>
366              </item>
367             </layout>
368            </widget>
369            <widget class="QWidget" name="tab_4" >
370             <attribute name="title" >
371              <string>&amp;Log</string>
372             </attribute>
373             <layout class="QGridLayout" name="gridLayout_2" >
374              <item row="0" column="0" >
375               <widget class="QTextEdit" name="logEdit" >
376                <property name="enabled" >
377                 <bool>true</bool>
378                </property>
379                <property name="acceptDrops" >
380                 <bool>false</bool>
381                </property>
382                <property name="toolTip" >
383                 <string>Log containing the output generated by (c)clive process</string>
384                </property>
385                <property name="readOnly" >
386                 <bool>true</bool>
387                </property>
388               </widget>
389              </item>
390             </layout>
391            </widget>
392           </widget>
393          </widget>
394         </item>
395        </layout>
396       </widget>
397       <widget class="QWidget" name="tab_2" >
398        <attribute name="title" >
399         <string>&amp;Options</string>
400        </attribute>
401        <layout class="QGridLayout" name="gridLayout_6" >
402         <item row="0" column="0" >
403          <widget class="QGroupBox" name="groupBox" >
404           <property name="title" >
405            <string>General</string>
406           </property>
407           <property name="flat" >
408            <bool>false</bool>
409           </property>
410           <layout class="QGridLayout" name="gridLayout_4" >
411            <item row="0" column="0" >
412             <layout class="QHBoxLayout" name="horizontalLayout_6" >
413              <item>
414               <widget class="QLabel" name="label_9" >
415                <property name="sizePolicy" >
416                 <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
417                  <horstretch>0</horstretch>
418                  <verstretch>0</verstretch>
419                 </sizepolicy>
420                </property>
421                <property name="toolTip" >
422                 <string>Downloaded video format</string>
423                </property>
424                <property name="text" >
425                 <string>&amp;Download format:</string>
426                </property>
427                <property name="buddy" >
428                 <cstring>formatCombo</cstring>
429                </property>
430               </widget>
431              </item>
432              <item>
433               <widget class="QComboBox" name="formatCombo" >
434                <property name="sizePolicy" >
435                 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
436                  <horstretch>0</horstretch>
437                  <verstretch>0</verstretch>
438                 </sizepolicy>
439                </property>
440                <property name="toolTip" >
441                 <string>Download format of the video. Note that different format
442 typically means different video resolution. Also note
443 that some formats may not always be available.</string>
444                </property>
445                <item>
446                 <property name="text" >
447                  <string>flv</string>
448                 </property>
449                </item>
450               </widget>
451              </item>
452              <item>
453               <spacer name="horizontalSpacer_3" >
454                <property name="orientation" >
455                 <enum>Qt::Horizontal</enum>
456                </property>
457                <property name="sizeHint" stdset="0" >
458                 <size>
459                  <width>40</width>
460                  <height>20</height>
461                 </size>
462                </property>
463               </spacer>
464              </item>
465              <item>
466               <spacer name="horizontalSpacer_2" >
467                <property name="orientation" >
468                 <enum>Qt::Horizontal</enum>
469                </property>
470                <property name="sizeHint" stdset="0" >
471                 <size>
472                  <width>40</width>
473                  <height>20</height>
474                 </size>
475                </property>
476               </spacer>
477              </item>
478             </layout>
479            </item>
480            <item row="1" column="0" >
481             <layout class="QHBoxLayout" name="horizontalLayout_5" >
482              <item>
483               <widget class="QCheckBox" name="titleBox" >
484                <property name="toolTip" >
485                 <string>Use video page title for naming downloaded files.
486 See also the Preferences for the character-class
487 used to clean up the video page titles.
489 Note that cclive must be built WITH_PERL=yes for
490 this to work.</string>
491                </property>
492                <property name="text" >
493                 <string>&amp;Use video page title for output filename</string>
494                </property>
495               </widget>
496              </item>
497              <item>
498               <spacer name="horizontalSpacer_5" >
499                <property name="orientation" >
500                 <enum>Qt::Horizontal</enum>
501                </property>
502                <property name="sizeHint" stdset="0" >
503                 <size>
504                  <width>40</width>
505                  <height>20</height>
506                 </size>
507                </property>
508               </spacer>
509              </item>
510             </layout>
511            </item>
512           </layout>
513          </widget>
514         </item>
515         <item row="1" column="0" >
516          <layout class="QHBoxLayout" name="horizontalLayout_9" >
517           <item>
518            <widget class="QCheckBox" name="streamBox" >
519             <property name="toolTip" >
520              <string>Run the stream command defined in the preferences when
521 the file transfer reaches the specified percent done.
523 Note that if the started command runs out of downloaded
524 video data, abby does not attempt to restore the last
525 state. It is recommended that you use this feature
526 with broadband connections only.</string>
527             </property>
528             <property name="text" >
529              <string>S&amp;tart streaming at:</string>
530             </property>
531            </widget>
532           </item>
533           <item>
534            <widget class="QSpinBox" name="streamSpin" >
535             <property name="enabled" >
536              <bool>false</bool>
537             </property>
538             <property name="sizePolicy" >
539              <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
540               <horstretch>0</horstretch>
541               <verstretch>0</verstretch>
542              </sizepolicy>
543             </property>
544             <property name="toolTip" >
545              <string>Stream command is started when file transfer
546 reaches this percentage. Be sure to set it 
547 high enough to make sure that there is enough
548 video data for the command to process.</string>
549             </property>
550             <property name="suffix" >
551              <string>%</string>
552             </property>
553             <property name="minimum" >
554              <number>1</number>
555             </property>
556            </widget>
557           </item>
558           <item>
559            <spacer name="horizontalSpacer_4" >
560             <property name="orientation" >
561              <enum>Qt::Horizontal</enum>
562             </property>
563             <property name="sizeHint" stdset="0" >
564              <size>
565               <width>40</width>
566               <height>20</height>
567              </size>
568             </property>
569            </spacer>
570           </item>
571          </layout>
572         </item>
573         <item row="2" column="0" >
574          <layout class="QHBoxLayout" name="horizontalLayout_7" >
575           <item>
576            <widget class="QCheckBox" name="commandBox" >
577             <property name="toolTip" >
578              <string>Run the command specified in the preferences after
579 download finishes.</string>
580             </property>
581             <property name="text" >
582              <string>&amp;Run external command when download finishes</string>
583             </property>
584            </widget>
585           </item>
586           <item>
587            <spacer name="horizontalSpacer" >
588             <property name="orientation" >
589              <enum>Qt::Horizontal</enum>
590             </property>
591             <property name="sizeHint" stdset="0" >
592              <size>
593               <width>40</width>
594               <height>20</height>
595              </size>
596             </property>
597            </spacer>
598           </item>
599          </layout>
600         </item>
601         <item row="3" column="0" >
602          <spacer name="verticalSpacer_2" >
603           <property name="orientation" >
604            <enum>Qt::Vertical</enum>
605           </property>
606           <property name="sizeHint" stdset="0" >
607            <size>
608             <width>20</width>
609             <height>40</height>
610            </size>
611           </property>
612          </spacer>
613         </item>
614        </layout>
615       </widget>
616      </widget>
617     </item>
618    </layout>
619   </widget>
620   <widget class="QMenuBar" name="menubar" >
621    <property name="geometry" >
622     <rect>
623      <x>0</x>
624      <y>0</y>
625      <width>520</width>
626      <height>25</height>
627     </rect>
628    </property>
629    <widget class="QMenu" name="menu_File" >
630     <property name="title" >
631      <string>&amp;File</string>
632     </property>
633     <addaction name="separator" />
634     <addaction name="action_Quit" />
635    </widget>
636    <widget class="QMenu" name="menu_Edit" >
637     <property name="title" >
638      <string>&amp;Edit</string>
639     </property>
640     <addaction name="action_Preferences" />
641    </widget>
642    <widget class="QMenu" name="menuHelp" >
643     <property name="title" >
644      <string>Help</string>
645     </property>
646     <addaction name="action_About" />
647    </widget>
648    <addaction name="menu_File" />
649    <addaction name="menu_Edit" />
650    <addaction name="menuHelp" />
651   </widget>
652   <widget class="QStatusBar" name="statusbar" />
653   <action name="action_Quit" >
654    <property name="text" >
655     <string>&amp;Quit</string>
656    </property>
657    <property name="statusTip" >
658     <string>Quit abby</string>
659    </property>
660    <property name="shortcut" >
661     <string>Ctrl+Q</string>
662    </property>
663   </action>
664   <action name="action_Preferences" >
665    <property name="enabled" >
666     <bool>true</bool>
667    </property>
668    <property name="text" >
669     <string>Prefere&amp;nces...</string>
670    </property>
671    <property name="statusTip" >
672     <string>Edit preferences</string>
673    </property>
674    <property name="shortcut" >
675     <string>Ctrl+E</string>
676    </property>
677   </action>
678   <action name="action_About" >
679    <property name="text" >
680     <string>&amp;About...</string>
681    </property>
682    <property name="statusTip" >
683     <string>About abby</string>
684    </property>
685   </action>
686   <action name="action_RSS" >
687    <property name="text" >
688     <string>&amp;RSS...</string>
689    </property>
690   </action>
691   <action name="action_Scan" >
692    <property name="text" >
693     <string>&amp;Scan...</string>
694    </property>
695   </action>
696  </widget>
697  <tabstops>
698   <tabstop>startButton</tabstop>
699   <tabstop>tabWidget_2</tabstop>
700   <tabstop>formatCombo</tabstop>
701   <tabstop>streamBox</tabstop>
702   <tabstop>streamSpin</tabstop>
703   <tabstop>commandBox</tabstop>
704   <tabstop>tabWidget</tabstop>
705   <tabstop>logEdit</tabstop>
706  </tabstops>
707  <resources>
708   <include location="abby.qrc" />
709  </resources>
710  <connections>
711   <connection>
712    <sender>startButton</sender>
713    <signal>clicked()</signal>
714    <receiver>MainWindow</receiver>
715    <slot>onStart()</slot>
716    <hints>
717     <hint type="sourcelabel" >
718      <x>521</x>
719      <y>97</y>
720     </hint>
721     <hint type="destinationlabel" >
722      <x>189</x>
723      <y>148</y>
724     </hint>
725    </hints>
726   </connection>
727   <connection>
728    <sender>cancelButton</sender>
729    <signal>clicked()</signal>
730    <receiver>MainWindow</receiver>
731    <slot>onCancel()</slot>
732    <hints>
733     <hint type="sourcelabel" >
734      <x>510</x>
735      <y>180</y>
736     </hint>
737     <hint type="destinationlabel" >
738      <x>189</x>
739      <y>148</y>
740     </hint>
741    </hints>
742   </connection>
743   <connection>
744    <sender>action_About</sender>
745    <signal>activated()</signal>
746    <receiver>MainWindow</receiver>
747    <slot>onAbout()</slot>
748    <hints>
749     <hint type="sourcelabel" >
750      <x>-1</x>
751      <y>-1</y>
752     </hint>
753     <hint type="destinationlabel" >
754      <x>189</x>
755      <y>151</y>
756     </hint>
757    </hints>
758   </connection>
759   <connection>
760    <sender>streamBox</sender>
761    <signal>stateChanged(int)</signal>
762    <receiver>MainWindow</receiver>
763    <slot>onStreamStateChanged(int)</slot>
764    <hints>
765     <hint type="sourcelabel" >
766      <x>81</x>
767      <y>191</y>
768     </hint>
769     <hint type="destinationlabel" >
770      <x>253</x>
771      <y>139</y>
772     </hint>
773    </hints>
774   </connection>
775   <connection>
776    <sender>action_Quit</sender>
777    <signal>activated()</signal>
778    <receiver>MainWindow</receiver>
779    <slot>close()</slot>
780    <hints>
781     <hint type="sourcelabel" >
782      <x>-1</x>
783      <y>-1</y>
784     </hint>
785     <hint type="destinationlabel" >
786      <x>189</x>
787      <y>148</y>
788     </hint>
789    </hints>
790   </connection>
791   <connection>
792    <sender>action_Preferences</sender>
793    <signal>activated()</signal>
794    <receiver>MainWindow</receiver>
795    <slot>onPreferences()</slot>
796    <hints>
797     <hint type="sourcelabel" >
798      <x>-1</x>
799      <y>-1</y>
800     </hint>
801     <hint type="destinationlabel" >
802      <x>253</x>
803      <y>139</y>
804     </hint>
805    </hints>
806   </connection>
807   <connection>
808    <sender>pasteButton</sender>
809    <signal>clicked()</signal>
810    <receiver>MainWindow</receiver>
811    <slot>onPasteURL()</slot>
812    <hints>
813     <hint type="sourcelabel" >
814      <x>416</x>
815      <y>84</y>
816     </hint>
817     <hint type="destinationlabel" >
818      <x>271</x>
819      <y>141</y>
820     </hint>
821    </hints>
822   </connection>
823   <connection>
824    <sender>rssButton</sender>
825    <signal>clicked()</signal>
826    <receiver>MainWindow</receiver>
827    <slot>onRSS()</slot>
828    <hints>
829     <hint type="sourcelabel" >
830      <x>392</x>
831      <y>89</y>
832     </hint>
833     <hint type="destinationlabel" >
834      <x>271</x>
835      <y>164</y>
836     </hint>
837    </hints>
838   </connection>
839   <connection>
840    <sender>scanButton</sender>
841    <signal>clicked()</signal>
842    <receiver>MainWindow</receiver>
843    <slot>onScan()</slot>
844    <hints>
845     <hint type="sourcelabel" >
846      <x>480</x>
847      <y>89</y>
848     </hint>
849     <hint type="destinationlabel" >
850      <x>271</x>
851      <y>164</y>
852     </hint>
853    </hints>
854   </connection>
855   <connection>
856    <sender>addButton</sender>
857    <signal>clicked()</signal>
858    <receiver>MainWindow</receiver>
859    <slot>onAdd()</slot>
860    <hints>
861     <hint type="sourcelabel" >
862      <x>36</x>
863      <y>82</y>
864     </hint>
865     <hint type="destinationlabel" >
866      <x>259</x>
867      <y>168</y>
868     </hint>
869    </hints>
870   </connection>
871   <connection>
872    <sender>removeButton</sender>
873    <signal>clicked()</signal>
874    <receiver>MainWindow</receiver>
875    <slot>onRemove()</slot>
876    <hints>
877     <hint type="sourcelabel" >
878      <x>36</x>
879      <y>146</y>
880     </hint>
881     <hint type="destinationlabel" >
882      <x>259</x>
883      <y>168</y>
884     </hint>
885    </hints>
886   </connection>
887  </connections>
888  <slots>
889   <slot>onStart()</slot>
890   <slot>onCancel()</slot>
891   <slot>onAbout()</slot>
892   <slot>onSaveasStateChanged(int)</slot>
893   <slot>onSaveasBrowse()</slot>
894   <slot>onStreamStateChanged(int)</slot>
895   <slot>onPreferences()</slot>
896   <slot>onURLEditingFinished()</slot>
897   <slot>onFormatStateChanged(int)</slot>
898   <slot>onPasteURL()</slot>
899   <slot>onURLReturnPressed()</slot>
900   <slot>onRSS()</slot>
901   <slot>onScan()</slot>
902   <slot>onAdd()</slot>
903   <slot>onRemove()</slot>
904  </slots>
905 </ui>