comparison Ui_Preferences.ui @ 72:e8c2730eb444

control the display of unread feeds/all feeds via Preferences
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 11 Aug 2010 03:23:02 +0200
parents db35ab7753f0
children 48d1d7bba548
comparison
equal deleted inserted replaced
71:228da10cc98b 72:e8c2730eb444
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>152</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Preferences</string> 14 <string>Preferences</string>
15 </property> 15 </property>
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>30</x>
24 <y>240</y> 24 <y>110</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">
48 </widget> 48 </widget>
49 <widget class="QCheckBox" name="hideReadFeedEntries"> 49 <widget class="QCheckBox" name="hideReadFeedEntries">
50 <property name="geometry"> 50 <property name="geometry">
51 <rect> 51 <rect>
52 <x>10</x> 52 <x>10</x>
53 <y>40</y> 53 <y>70</y>
54 <width>171</width> 54 <width>171</width>
55 <height>22</height> 55 <height>22</height>
56 </rect> 56 </rect>
57 </property> 57 </property>
58 <property name="text"> 58 <property name="text">
59 <string>Hide read feed entries</string> 59 <string>Hide read feed entries</string>
60 </property>
61 </widget>
62 <widget class="QCheckBox" name="showOnlyUnreadFeeds">
63 <property name="geometry">
64 <rect>
65 <x>10</x>
66 <y>40</y>
67 <width>301</width>
68 <height>22</height>
69 </rect>
70 </property>
71 <property name="text">
72 <string>Show only feeds that have unread entries</string>
60 </property> 73 </property>
61 </widget> 74 </widget>
62 </widget> 75 </widget>
63 <resources> 76 <resources>
64 <include location="Feedworm.qrc"/> 77 <include location="Feedworm.qrc"/>
126 <x>199</x> 139 <x>199</x>
127 <y>149</y> 140 <y>149</y>
128 </hint> 141 </hint>
129 </hints> 142 </hints>
130 </connection> 143 </connection>
144 <connection>
145 <sender>showOnlyUnreadFeeds</sender>
146 <signal>stateChanged(int)</signal>
147 <receiver>Preferences</receiver>
148 <slot>showOnlyFeedsWithUnreadEntries()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>160</x>
152 <y>50</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>199</x>
156 <y>75</y>
157 </hint>
158 </hints>
159 </connection>
131 </connections> 160 </connections>
132 <slots> 161 <slots>
133 <slot>startMaximizedChanged()</slot> 162 <slot>startMaximizedChanged()</slot>
134 <slot>hideReadFeedEntriesChanged()</slot> 163 <slot>hideReadFeedEntriesChanged()</slot>
164 <slot>showOnlyFeedsWithUnreadEntries()</slot>
135 </slots> 165 </slots>
136 </ui> 166 </ui>