comparison Ui_MainWindow.ui @ 33:f371d02fa09d

mark unread feed entries bold. Add a menu item to toggle between read/unread
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 30 Apr 2010 06:22:33 +0200
parents f9a3223182c5
children 22214d79ed41
comparison
equal deleted inserted replaced
32:500ba01e7f7a 33:f371d02fa09d
64 </property> 64 </property>
65 <addaction name="actionAdd"/> 65 <addaction name="actionAdd"/>
66 <addaction name="separator"/> 66 <addaction name="separator"/>
67 <addaction name="actionQuit"/> 67 <addaction name="actionQuit"/>
68 </widget> 68 </widget>
69 <widget class="QMenu" name="menuArticle">
70 <property name="title">
71 <string>Article</string>
72 </property>
73 <addaction name="actionMarkSelectedRead"/>
74 </widget>
69 <addaction name="menuFeed"/> 75 <addaction name="menuFeed"/>
76 <addaction name="menuArticle"/>
70 </widget> 77 </widget>
71 <widget class="QStatusBar" name="statusbar"/> 78 <widget class="QStatusBar" name="statusbar"/>
72 <action name="actionQuit"> 79 <action name="actionQuit">
73 <property name="text"> 80 <property name="text">
74 <string>Quit</string> 81 <string>Quit</string>
86 </property> 93 </property>
87 </action> 94 </action>
88 <action name="actionXxx"> 95 <action name="actionXxx">
89 <property name="text"> 96 <property name="text">
90 <string>xxx</string> 97 <string>xxx</string>
98 </property>
99 </action>
100 <action name="actionMarkSelectedRead">
101 <property name="text">
102 <string>Mark selected read</string>
103 </property>
104 <property name="shortcut">
105 <string>M</string>
91 </property> 106 </property>
92 </action> 107 </action>
93 </widget> 108 </widget>
94 <customwidgets> 109 <customwidgets>
95 <customwidget> 110 <customwidget>
162 <x>495</x> 177 <x>495</x>
163 <y>374</y> 178 <y>374</y>
164 </hint> 179 </hint>
165 </hints> 180 </hints>
166 </connection> 181 </connection>
182 <connection>
183 <sender>actionMarkSelectedRead</sender>
184 <signal>activated()</signal>
185 <receiver>MainWindow</receiver>
186 <slot>toggleReadOnSelectedEntry()</slot>
187 <hints>
188 <hint type="sourcelabel">
189 <x>-1</x>
190 <y>-1</y>
191 </hint>
192 <hint type="destinationlabel">
193 <x>495</x>
194 <y>374</y>
195 </hint>
196 </hints>
197 </connection>
167 </connections> 198 </connections>
168 <slots> 199 <slots>
169 <slot>addFeed()</slot> 200 <slot>addFeed()</slot>
170 <slot>feedSelected(QModelIndex)</slot> 201 <slot>feedSelected(QModelIndex)</slot>
171 <slot>feedEntrySelected(QModelIndex)</slot> 202 <slot>feedEntrySelected(QModelIndex)</slot>
203 <slot>toggleReadOnSelectedEntry()</slot>
172 </slots> 204 </slots>
173 </ui> 205 </ui>