2 <author>Toni Gundogdu</author>
3 <class>scanDialog</class>
4 <widget class="QDialog" name="scanDialog" >
5 <property name="windowModality" >
6 <enum>Qt::ApplicationModal</enum>
8 <property name="geometry" >
16 <property name="windowTitle" >
19 <property name="windowIcon" >
20 <iconset resource="abby.qrc" >
21 <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
23 <property name="sizeGripEnabled" >
26 <layout class="QGridLayout" name="gridLayout" >
27 <item row="0" column="0" >
28 <layout class="QHBoxLayout" name="horizontalLayout" >
30 <widget class="QLineEdit" name="linkEdit" />
33 <widget class="QPushButton" name="scanButton" >
34 <property name="text" >
35 <string>&Scan</string>
37 <property name="icon" >
38 <iconset resource="abby.qrc" >
39 <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
41 <property name="iconSize" >
51 <item row="1" column="0" >
52 <widget class="QGroupBox" name="groupBox" >
53 <property name="title" >
54 <string>Options</string>
56 <layout class="QFormLayout" name="formLayout" >
57 <item row="0" column="0" >
58 <widget class="QCheckBox" name="titlesBox" >
59 <property name="toolTip" >
60 <string>Have abby fetch video page titles for the found
61 video page links. This will cause the scan process
62 to take more time and bandwidth. </string>
64 <property name="text" >
65 <string>Fetch video page titles</string>
67 <property name="checked" >
75 <item row="2" column="0" >
76 <widget class="QTreeWidget" name="itemsTree" >
77 <property name="rootIsDecorated" >
81 <property name="text" >
82 <string>Title / Link</string>
86 <property name="text" >
92 <item row="3" column="0" >
93 <widget class="QDialogButtonBox" name="buttonBox" >
94 <property name="orientation" >
95 <enum>Qt::Horizontal</enum>
97 <property name="standardButtons" >
98 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
105 <tabstop>linkEdit</tabstop>
106 <tabstop>scanButton</tabstop>
107 <tabstop>itemsTree</tabstop>
108 <tabstop>titlesBox</tabstop>
109 <tabstop>buttonBox</tabstop>
112 <include location="abby.qrc" />
116 <sender>buttonBox</sender>
117 <signal>accepted()</signal>
118 <receiver>scanDialog</receiver>
119 <slot>accept()</slot>
121 <hint type="sourcelabel" >
125 <hint type="destinationlabel" >
132 <sender>buttonBox</sender>
133 <signal>rejected()</signal>
134 <receiver>scanDialog</receiver>
135 <slot>reject()</slot>
137 <hint type="sourcelabel" >
141 <hint type="destinationlabel" >
148 <sender>scanButton</sender>
149 <signal>clicked()</signal>
150 <receiver>scanDialog</receiver>
151 <slot>onScan()</slot>
153 <hint type="sourcelabel" >
157 <hint type="destinationlabel" >
165 <slot>onScan()</slot>