Mercurial > hg > Feedworm
comparison Ui_FeedSettings.ui @ 52:6bc6899f3330
allow changing a feed's title
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 18 May 2010 02:56:02 +0200 |
parents | 8eee0e671696 |
children | d292ab61ed6f |
comparison
equal
deleted
inserted
replaced
51:8eee0e671696 | 52:6bc6899f3330 |
---|---|
5 <property name="geometry"> | 5 <property name="geometry"> |
6 <rect> | 6 <rect> |
7 <x>0</x> | 7 <x>0</x> |
8 <y>0</y> | 8 <y>0</y> |
9 <width>400</width> | 9 <width>400</width> |
10 <height>300</height> | 10 <height>126</height> |
11 </rect> | 11 </rect> |
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Dialog</string> | 14 <string>Dialog</string> |
15 </property> | 15 </property> |
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> | 18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> |
19 </property> | 19 </property> |
20 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | 21 <property name="geometry"> |
22 <rect> | 22 <rect> |
23 <x>30</x> | 23 <x>20</x> |
24 <y>240</y> | 24 <y>80</y> |
25 <width>341</width> | 25 <width>341</width> |
26 <height>32</height> | 26 <height>32</height> |
27 </rect> | 27 </rect> |
28 </property> | 28 </property> |
29 <property name="orientation"> | 29 <property name="orientation"> |
35 </widget> | 35 </widget> |
36 <widget class="QCheckBox" name="autoLoadArticle"> | 36 <widget class="QCheckBox" name="autoLoadArticle"> |
37 <property name="geometry"> | 37 <property name="geometry"> |
38 <rect> | 38 <rect> |
39 <x>10</x> | 39 <x>10</x> |
40 <y>10</y> | 40 <y>40</y> |
41 <width>331</width> | 41 <width>331</width> |
42 <height>22</height> | 42 <height>22</height> |
43 </rect> | 43 </rect> |
44 </property> | 44 </property> |
45 <property name="text"> | 45 <property name="text"> |
46 <string>load article's url instead of displaying summary</string> | 46 <string>load article's url instead of displaying summary</string> |
47 </property> | |
48 </widget> | |
49 <widget class="QLineEdit" name="feedTitle"> | |
50 <property name="geometry"> | |
51 <rect> | |
52 <x>42</x> | |
53 <y>10</y> | |
54 <width>341</width> | |
55 <height>23</height> | |
56 </rect> | |
57 </property> | |
58 </widget> | |
59 <widget class="QLabel" name="label"> | |
60 <property name="geometry"> | |
61 <rect> | |
62 <x>11</x> | |
63 <y>11</y> | |
64 <width>26</width> | |
65 <height>17</height> | |
66 </rect> | |
67 </property> | |
68 <property name="text"> | |
69 <string>Title</string> | |
47 </property> | 70 </property> |
48 </widget> | 71 </widget> |
49 </widget> | 72 </widget> |
50 <resources> | 73 <resources> |
51 <include location="Feedworm.qrc"/> | 74 <include location="Feedworm.qrc"/> |
97 <x>199</x> | 120 <x>199</x> |
98 <y>149</y> | 121 <y>149</y> |
99 </hint> | 122 </hint> |
100 </hints> | 123 </hints> |
101 </connection> | 124 </connection> |
125 <connection> | |
126 <sender>feedTitle</sender> | |
127 <signal>editingFinished()</signal> | |
128 <receiver>FeedSettings</receiver> | |
129 <slot>editingTitleFinished()</slot> | |
130 <hints> | |
131 <hint type="sourcelabel"> | |
132 <x>212</x> | |
133 <y>21</y> | |
134 </hint> | |
135 <hint type="destinationlabel"> | |
136 <x>199</x> | |
137 <y>62</y> | |
138 </hint> | |
139 </hints> | |
140 </connection> | |
102 </connections> | 141 </connections> |
103 <slots> | 142 <slots> |
104 <slot>autoLoadArticleChanged()</slot> | 143 <slot>autoLoadArticleChanged()</slot> |
144 <slot>editingTitleFinished()</slot> | |
105 </slots> | 145 </slots> |
106 </ui> | 146 </ui> |