comparison Ui_MainWindow.ui @ 40:c858aab71e5b

add preferences dialog
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 14 May 2010 07:05:02 +0200
parents 0c2578196643
children 9fa1e33b67da
comparison
equal deleted inserted replaced
39:0c2578196643 40:c858aab71e5b
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Feedworm</string> 14 <string>Feedworm</string>
15 </property> 15 </property>
16 <property name="windowIcon"> 16 <property name="windowIcon">
17 <iconset> 17 <iconset>
18 <normaloff>worm.png</normaloff>worm.png</iconset> 18 <normaloff>../../../.designer/backup/worm.png</normaloff>../../../.designer/backup/worm.png</iconset>
19 </property> 19 </property>
20 <widget class="QWidget" name="centralwidget"> 20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout" name="gridLayout"> 21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0"> 22 <item row="0" column="0">
23 <widget class="QSplitter" name="splitter_2"> 23 <widget class="QSplitter" name="splitter_2">
134 <string>L</string> 134 <string>L</string>
135 </property> 135 </property>
136 </action> 136 </action>
137 <action name="actionPreferences"> 137 <action name="actionPreferences">
138 <property name="enabled"> 138 <property name="enabled">
139 <bool>false</bool> 139 <bool>true</bool>
140 </property> 140 </property>
141 <property name="text"> 141 <property name="text">
142 <string>Preferences</string> 142 <string>Preferences</string>
143 </property>
144 <property name="shortcut">
145 <string>Ctrl+.</string>
143 </property> 146 </property>
144 </action> 147 </action>
145 <action name="actionFeedSettings"> 148 <action name="actionFeedSettings">
146 <property name="enabled"> 149 <property name="enabled">
147 <bool>false</bool> 150 <bool>false</bool>
270 <x>495</x> 273 <x>495</x>
271 <y>374</y> 274 <y>374</y>
272 </hint> 275 </hint>
273 </hints> 276 </hints>
274 </connection> 277 </connection>
278 <connection>
279 <sender>actionPreferences</sender>
280 <signal>activated()</signal>
281 <receiver>MainWindow</receiver>
282 <slot>showPreferences()</slot>
283 <hints>
284 <hint type="sourcelabel">
285 <x>-1</x>
286 <y>-1</y>
287 </hint>
288 <hint type="destinationlabel">
289 <x>495</x>
290 <y>374</y>
291 </hint>
292 </hints>
293 </connection>
275 </connections> 294 </connections>
276 <slots> 295 <slots>
277 <slot>addFeed()</slot> 296 <slot>addFeed()</slot>
278 <slot>feedSelected(QModelIndex)</slot> 297 <slot>feedSelected(QModelIndex)</slot>
279 <slot>feedEntrySelected(QModelIndex)</slot> 298 <slot>feedEntrySelected(QModelIndex)</slot>
280 <slot>toggleReadOnSelectedEntry()</slot> 299 <slot>toggleReadOnSelectedEntry()</slot>
281 <slot>openSelectedEntryInBrowser()</slot> 300 <slot>openSelectedEntryInBrowser()</slot>
282 <slot>openLinkFromSelectedEntry()</slot> 301 <slot>openLinkFromSelectedEntry()</slot>
302 <slot>showPreferences()</slot>
283 </slots> 303 </slots>
284 </ui> 304 </ui>