Rename: rss.ui -> rssdlg.ui, scan.ui -> scandlg.ui.
[abby.git] / rc / scan.ui
blob09e96dd69e0efaf03669f37f46fe3ea6604db4a2
1 <ui version="4.0" >
2  <class>ScanDialog</class>
3  <widget class="QDialog" name="ScanDialog" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>496</width>
12     <height>277</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Scan</string>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" name="gridLayout" >
22    <item row="0" column="0" >
23     <layout class="QHBoxLayout" name="horizontalLayout" >
24      <item>
25       <widget class="QTextEdit" name="textEdit" />
26      </item>
27      <item>
28       <layout class="QVBoxLayout" name="verticalLayout" >
29        <item>
30         <widget class="QPushButton" name="pushButton" >
31          <property name="text" >
32           <string>&amp;Scan</string>
33          </property>
34          <property name="icon" >
35           <iconset resource="abby.qrc" >
36            <normaloff>:/edit-find.png</normaloff>:/edit-find.png</iconset>
37          </property>
38          <property name="iconSize" >
39           <size>
40            <width>16</width>
41            <height>16</height>
42           </size>
43          </property>
44         </widget>
45        </item>
46        <item>
47         <widget class="QPushButton" name="pushButton_2" >
48          <property name="text" >
49           <string>&amp;Abort</string>
50          </property>
51          <property name="icon" >
52           <iconset resource="abby.qrc" >
53            <normaloff>:/process-stop.png</normaloff>:/process-stop.png</iconset>
54          </property>
55          <property name="iconSize" >
56           <size>
57            <width>16</width>
58            <height>16</height>
59           </size>
60          </property>
61         </widget>
62        </item>
63        <item>
64         <spacer name="verticalSpacer" >
65          <property name="orientation" >
66           <enum>Qt::Vertical</enum>
67          </property>
68          <property name="sizeHint" stdset="0" >
69           <size>
70            <width>20</width>
71            <height>40</height>
72           </size>
73          </property>
74         </spacer>
75        </item>
76       </layout>
77      </item>
78     </layout>
79    </item>
80    <item row="1" column="0" >
81     <widget class="QTreeWidget" name="treeWidget" >
82      <column>
83       <property name="text" >
84        <string>Title</string>
85       </property>
86      </column>
87      <column>
88       <property name="text" >
89        <string>Download</string>
90       </property>
91      </column>
92     </widget>
93    </item>
94    <item row="2" column="0" >
95     <widget class="QDialogButtonBox" name="buttonBox" >
96      <property name="orientation" >
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="standardButtons" >
100       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
101      </property>
102     </widget>
103    </item>
104   </layout>
105  </widget>
106  <resources>
107   <include location="abby.qrc" />
108  </resources>
109  <connections>
110   <connection>
111    <sender>buttonBox</sender>
112    <signal>accepted()</signal>
113    <receiver>ScanDialog</receiver>
114    <slot>accept()</slot>
115    <hints>
116     <hint type="sourcelabel" >
117      <x>248</x>
118      <y>254</y>
119     </hint>
120     <hint type="destinationlabel" >
121      <x>157</x>
122      <y>274</y>
123     </hint>
124    </hints>
125   </connection>
126   <connection>
127    <sender>buttonBox</sender>
128    <signal>rejected()</signal>
129    <receiver>ScanDialog</receiver>
130    <slot>reject()</slot>
131    <hints>
132     <hint type="sourcelabel" >
133      <x>316</x>
134      <y>260</y>
135     </hint>
136     <hint type="destinationlabel" >
137      <x>286</x>
138      <y>274</y>
139     </hint>
140    </hints>
141   </connection>
142  </connections>
143 </ui>