Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 37:22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 14 May 2010 06:16:05 +0200 |
parents | f371d02fa09d |
children | 0c2578196643 |
comparison
equal
deleted
inserted
replaced
36:74b8c9a9d5de | 37:22214d79ed41 |
---|---|
69 <widget class="QMenu" name="menuArticle"> | 69 <widget class="QMenu" name="menuArticle"> |
70 <property name="title"> | 70 <property name="title"> |
71 <string>Article</string> | 71 <string>Article</string> |
72 </property> | 72 </property> |
73 <addaction name="actionMarkSelectedRead"/> | 73 <addaction name="actionMarkSelectedRead"/> |
74 <addaction name="actionOpenInBrowser"/> | |
74 </widget> | 75 </widget> |
75 <addaction name="menuFeed"/> | 76 <addaction name="menuFeed"/> |
76 <addaction name="menuArticle"/> | 77 <addaction name="menuArticle"/> |
77 </widget> | 78 </widget> |
78 <widget class="QStatusBar" name="statusbar"/> | 79 <widget class="QStatusBar" name="statusbar"/> |
101 <property name="text"> | 102 <property name="text"> |
102 <string>Mark selected read</string> | 103 <string>Mark selected read</string> |
103 </property> | 104 </property> |
104 <property name="shortcut"> | 105 <property name="shortcut"> |
105 <string>M</string> | 106 <string>M</string> |
107 </property> | |
108 </action> | |
109 <action name="actionOpenInBrowser"> | |
110 <property name="text"> | |
111 <string>Open in browser</string> | |
112 </property> | |
113 <property name="shortcut"> | |
114 <string>Ctrl+O</string> | |
106 </property> | 115 </property> |
107 </action> | 116 </action> |
108 </widget> | 117 </widget> |
109 <customwidgets> | 118 <customwidgets> |
110 <customwidget> | 119 <customwidget> |
193 <x>495</x> | 202 <x>495</x> |
194 <y>374</y> | 203 <y>374</y> |
195 </hint> | 204 </hint> |
196 </hints> | 205 </hints> |
197 </connection> | 206 </connection> |
207 <connection> | |
208 <sender>actionOpenInBrowser</sender> | |
209 <signal>activated()</signal> | |
210 <receiver>MainWindow</receiver> | |
211 <slot>openSelectedEntry()</slot> | |
212 <hints> | |
213 <hint type="sourcelabel"> | |
214 <x>-1</x> | |
215 <y>-1</y> | |
216 </hint> | |
217 <hint type="destinationlabel"> | |
218 <x>495</x> | |
219 <y>374</y> | |
220 </hint> | |
221 </hints> | |
222 </connection> | |
198 </connections> | 223 </connections> |
199 <slots> | 224 <slots> |
200 <slot>addFeed()</slot> | 225 <slot>addFeed()</slot> |
201 <slot>feedSelected(QModelIndex)</slot> | 226 <slot>feedSelected(QModelIndex)</slot> |
202 <slot>feedEntrySelected(QModelIndex)</slot> | 227 <slot>feedEntrySelected(QModelIndex)</slot> |
203 <slot>toggleReadOnSelectedEntry()</slot> | 228 <slot>toggleReadOnSelectedEntry()</slot> |
229 <slot>openSelectedEntry()</slot> | |
204 </slots> | 230 </slots> |
205 </ui> | 231 </ui> |