Hide scan button (for now).
[abby.git] / rc / feedmgrdlg.ui
blob56da1d70f43aa7827de14c57c9c38d29d39471f8
1 <ui version="4.0" >
2  <class>FeedMgrDialog</class>
3  <widget class="QDialog" name="FeedMgrDialog" >
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>501</width>
12     <height>230</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Feed Manager</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="abby.qrc" >
20     <normaloff>:/feed-icon-14x14.png</normaloff>:/feed-icon-14x14.png</iconset>
21   </property>
22   <property name="sizeGripEnabled" >
23    <bool>true</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2" >
26    <item row="0" column="0" >
27     <layout class="QGridLayout" name="gridLayout" >
28      <item row="0" column="0" >
29       <widget class="QListWidget" name="feedsList" >
30        <property name="selectionMode" >
31         <enum>QAbstractItemView::ExtendedSelection</enum>
32        </property>
33       </widget>
34      </item>
35      <item row="0" column="1" >
36       <layout class="QVBoxLayout" name="verticalLayout" >
37        <item>
38         <widget class="QPushButton" name="addButton" >
39          <property name="text" >
40           <string/>
41          </property>
42          <property name="icon" >
43           <iconset resource="abby.qrc" >
44            <normaloff>:/list-add.png</normaloff>:/list-add.png</iconset>
45          </property>
46         </widget>
47        </item>
48        <item>
49         <widget class="QPushButton" name="removeButton" >
50          <property name="text" >
51           <string/>
52          </property>
53          <property name="icon" >
54           <iconset resource="abby.qrc" >
55            <normaloff>:/list-remove.png</normaloff>:/list-remove.png</iconset>
56          </property>
57         </widget>
58        </item>
59        <item>
60         <spacer name="verticalSpacer" >
61          <property name="orientation" >
62           <enum>Qt::Vertical</enum>
63          </property>
64          <property name="sizeHint" stdset="0" >
65           <size>
66            <width>20</width>
67            <height>40</height>
68           </size>
69          </property>
70         </spacer>
71        </item>
72       </layout>
73      </item>
74     </layout>
75    </item>
76    <item row="1" column="0" >
77     <widget class="QDialogButtonBox" name="buttonBox" >
78      <property name="orientation" >
79       <enum>Qt::Horizontal</enum>
80      </property>
81      <property name="standardButtons" >
82       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
83      </property>
84     </widget>
85    </item>
86   </layout>
87  </widget>
88  <tabstops>
89   <tabstop>feedsList</tabstop>
90   <tabstop>addButton</tabstop>
91   <tabstop>removeButton</tabstop>
92   <tabstop>buttonBox</tabstop>
93  </tabstops>
94  <resources>
95   <include location="abby.qrc" />
96  </resources>
97  <connections>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>accepted()</signal>
101    <receiver>FeedMgrDialog</receiver>
102    <slot>accept()</slot>
103    <hints>
104     <hint type="sourcelabel" >
105      <x>248</x>
106      <y>254</y>
107     </hint>
108     <hint type="destinationlabel" >
109      <x>157</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114   <connection>
115    <sender>buttonBox</sender>
116    <signal>rejected()</signal>
117    <receiver>FeedMgrDialog</receiver>
118    <slot>reject()</slot>
119    <hints>
120     <hint type="sourcelabel" >
121      <x>316</x>
122      <y>260</y>
123     </hint>
124     <hint type="destinationlabel" >
125      <x>286</x>
126      <y>274</y>
127     </hint>
128    </hints>
129   </connection>
130   <connection>
131    <sender>addButton</sender>
132    <signal>clicked()</signal>
133    <receiver>FeedMgrDialog</receiver>
134    <slot>onAdd()</slot>
135    <hints>
136     <hint type="sourcelabel" >
137      <x>470</x>
138      <y>26</y>
139     </hint>
140     <hint type="destinationlabel" >
141      <x>250</x>
142      <y>114</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>removeButton</sender>
148    <signal>clicked()</signal>
149    <receiver>FeedMgrDialog</receiver>
150    <slot>onRemove()</slot>
151    <hints>
152     <hint type="sourcelabel" >
153      <x>470</x>
154      <y>64</y>
155     </hint>
156     <hint type="destinationlabel" >
157      <x>250</x>
158      <y>114</y>
159     </hint>
160    </hints>
161   </connection>
162  </connections>
163  <slots>
164   <slot>onAdd()</slot>
165   <slot>onRemove()</slot>
166  </slots>
167 </ui>