Mercurial > hg > Feedworm
comparison Ui_Preferences.ui @ 61:db35ab7753f0
add a preference to hide read feed entries
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 24 Jul 2010 03:11:06 +0200 |
parents | 9fa1e33b67da |
children | e8c2730eb444 |
comparison
equal
deleted
inserted
replaced
60:d063e4814357 | 61:db35ab7753f0 |
---|---|
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>Start maximized</string> | 46 <string>Start maximized</string> |
47 </property> | |
48 </widget> | |
49 <widget class="QCheckBox" name="hideReadFeedEntries"> | |
50 <property name="geometry"> | |
51 <rect> | |
52 <x>10</x> | |
53 <y>40</y> | |
54 <width>171</width> | |
55 <height>22</height> | |
56 </rect> | |
57 </property> | |
58 <property name="text"> | |
59 <string>Hide read feed entries</string> | |
47 </property> | 60 </property> |
48 </widget> | 61 </widget> |
49 </widget> | 62 </widget> |
50 <resources> | 63 <resources> |
51 <include location="Feedworm.qrc"/> | 64 <include location="Feedworm.qrc"/> |
97 <x>199</x> | 110 <x>199</x> |
98 <y>149</y> | 111 <y>149</y> |
99 </hint> | 112 </hint> |
100 </hints> | 113 </hints> |
101 </connection> | 114 </connection> |
115 <connection> | |
116 <sender>hideReadFeedEntries</sender> | |
117 <signal>stateChanged(int)</signal> | |
118 <receiver>Preferences</receiver> | |
119 <slot>hideReadFeedEntriesChanged()</slot> | |
120 <hints> | |
121 <hint type="sourcelabel"> | |
122 <x>95</x> | |
123 <y>50</y> | |
124 </hint> | |
125 <hint type="destinationlabel"> | |
126 <x>199</x> | |
127 <y>149</y> | |
128 </hint> | |
129 </hints> | |
130 </connection> | |
102 </connections> | 131 </connections> |
103 <slots> | 132 <slots> |
104 <slot>startMaximizedChanged()</slot> | 133 <slot>startMaximizedChanged()</slot> |
134 <slot>hideReadFeedEntriesChanged()</slot> | |
105 </slots> | 135 </slots> |
106 </ui> | 136 </ui> |