comparison Ui_AddFeed.ui @ 27:bdd1296a4b8c

implemented adding a feed
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 29 Apr 2010 06:47:47 +0200
parents
children 8eee0e671696
comparison
equal deleted inserted replaced
26:f9a3223182c5 27:bdd1296a4b8c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AddFeed</class>
4 <widget class="QDialog" name="AddFeed">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>557</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Feed</string>
15 </property>
16 <property name="modal">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="2" column="1">
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="orientation">
23 <enum>Qt::Horizontal</enum>
24 </property>
25 <property name="standardButtons">
26 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="1">
31 <widget class="QLineEdit" name="url"/>
32 </item>
33 <item row="1" column="0">
34 <widget class="QLabel" name="label">
35 <property name="text">
36 <string>Feed URL</string>
37 </property>
38 </widget>
39 </item>
40 </layout>
41 </widget>
42 <tabstops>
43 <tabstop>url</tabstop>
44 <tabstop>buttonBox</tabstop>
45 </tabstops>
46 <resources/>
47 <connections>
48 <connection>
49 <sender>buttonBox</sender>
50 <signal>accepted()</signal>
51 <receiver>AddFeed</receiver>
52 <slot>accept()</slot>
53 <hints>
54 <hint type="sourcelabel">
55 <x>248</x>
56 <y>254</y>
57 </hint>
58 <hint type="destinationlabel">
59 <x>157</x>
60 <y>274</y>
61 </hint>
62 </hints>
63 </connection>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>rejected()</signal>
67 <receiver>AddFeed</receiver>
68 <slot>reject()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>316</x>
72 <y>260</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>286</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>