Update CHANGES.
[abby.git] / rc / scandlg.ui
blob5a49b18d47281c98b0f9208ee8c64de1152919ba
1 <ui version="4.0" >
2  <author>Toni Gundogdu</author>
3  <class>scanDialog</class>
4  <widget class="QDialog" name="scanDialog" >
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>513</width>
13     <height>279</height>
14    </rect>
15   </property>
16   <property name="windowTitle" >
17    <string>Scan</string>
18   </property>
19   <property name="windowIcon" >
20    <iconset resource="abby.qrc" >
21     <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
22   </property>
23   <property name="sizeGripEnabled" >
24    <bool>true</bool>
25   </property>
26   <layout class="QGridLayout" name="gridLayout" >
27    <item row="0" column="0" >
28     <layout class="QHBoxLayout" name="horizontalLayout" >
29      <item>
30       <widget class="QLineEdit" name="linkEdit" />
31      </item>
32      <item>
33       <widget class="QPushButton" name="scanButton" >
34        <property name="text" >
35         <string>&amp;Scan</string>
36        </property>
37        <property name="icon" >
38         <iconset resource="abby.qrc" >
39          <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
40        </property>
41        <property name="iconSize" >
42         <size>
43          <width>16</width>
44          <height>16</height>
45         </size>
46        </property>
47       </widget>
48      </item>
49     </layout>
50    </item>
51    <item row="1" column="0" >
52     <widget class="QGroupBox" name="groupBox" >
53      <property name="title" >
54       <string>Options</string>
55      </property>
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>
63         </property>
64         <property name="text" >
65          <string>Fetch video page titles</string>
66         </property>
67         <property name="checked" >
68          <bool>true</bool>
69         </property>
70        </widget>
71       </item>
72      </layout>
73     </widget>
74    </item>
75    <item row="2" column="0" >
76     <widget class="QTreeWidget" name="itemsTree" >
77      <property name="rootIsDecorated" >
78       <bool>false</bool>
79      </property>
80      <column>
81       <property name="text" >
82        <string>Title / Link</string>
83       </property>
84      </column>
85      <column>
86       <property name="text" >
87        <string>Link</string>
88       </property>
89      </column>
90     </widget>
91    </item>
92    <item row="3" column="0" >
93     <widget class="QDialogButtonBox" name="buttonBox" >
94      <property name="orientation" >
95       <enum>Qt::Horizontal</enum>
96      </property>
97      <property name="standardButtons" >
98       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
99      </property>
100     </widget>
101    </item>
102   </layout>
103  </widget>
104  <tabstops>
105   <tabstop>linkEdit</tabstop>
106   <tabstop>scanButton</tabstop>
107   <tabstop>itemsTree</tabstop>
108   <tabstop>titlesBox</tabstop>
109   <tabstop>buttonBox</tabstop>
110  </tabstops>
111  <resources>
112   <include location="abby.qrc" />
113  </resources>
114  <connections>
115   <connection>
116    <sender>buttonBox</sender>
117    <signal>accepted()</signal>
118    <receiver>scanDialog</receiver>
119    <slot>accept()</slot>
120    <hints>
121     <hint type="sourcelabel" >
122      <x>248</x>
123      <y>254</y>
124     </hint>
125     <hint type="destinationlabel" >
126      <x>157</x>
127      <y>274</y>
128     </hint>
129    </hints>
130   </connection>
131   <connection>
132    <sender>buttonBox</sender>
133    <signal>rejected()</signal>
134    <receiver>scanDialog</receiver>
135    <slot>reject()</slot>
136    <hints>
137     <hint type="sourcelabel" >
138      <x>316</x>
139      <y>260</y>
140     </hint>
141     <hint type="destinationlabel" >
142      <x>286</x>
143      <y>274</y>
144     </hint>
145    </hints>
146   </connection>
147   <connection>
148    <sender>scanButton</sender>
149    <signal>clicked()</signal>
150    <receiver>scanDialog</receiver>
151    <slot>onScan()</slot>
152    <hints>
153     <hint type="sourcelabel" >
154      <x>462</x>
155      <y>23</y>
156     </hint>
157     <hint type="destinationlabel" >
158      <x>256</x>
159      <y>119</y>
160     </hint>
161    </hints>
162   </connection>
163  </connections>
164  <slots>
165   <slot>onScan()</slot>
166  </slots>
167 </ui>