comparison MainWindow.ui @ 249:5695197a3ca5

Add an about Qt help menu item
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 09 Jun 2016 05:19:03 +0200
parents a34cb404cef3
children 3ce39af93e77
comparison
equal deleted inserted replaced
248:f08fa6dcb86f 249:5695197a3ca5
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">
24 <property name="orientation"> 24 <property name="orientation">
25 <enum>Qt::Horizontal</enum> 25 <enum>Qt::Horizontal</enum>
26 </property> 26 </property>
27 <widget class="QWidget" name=""> 27 <widget class="QWidget" name="layoutWidget">
28 <layout class="QVBoxLayout" name="verticalLayout"> 28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item> 29 <item>
30 <widget class="QLabel" name="feedCountLabel"> 30 <widget class="QLabel" name="feedCountLabel">
31 <property name="font"> 31 <property name="font">
32 <font> 32 <font>
58 </widget> 58 </widget>
59 <widget class="QSplitter" name="splitter"> 59 <widget class="QSplitter" name="splitter">
60 <property name="orientation"> 60 <property name="orientation">
61 <enum>Qt::Vertical</enum> 61 <enum>Qt::Vertical</enum>
62 </property> 62 </property>
63 <widget class="QWidget" name=""> 63 <widget class="QWidget" name="layoutWidget">
64 <layout class="QVBoxLayout" name="verticalLayout_2"> 64 <layout class="QVBoxLayout" name="verticalLayout_2">
65 <item> 65 <item>
66 <widget class="QLabel" name="feedEntryCountLabel"> 66 <widget class="QLabel" name="feedEntryCountLabel">
67 <property name="font"> 67 <property name="font">
68 <font> 68 <font>
149 <addaction name="actionUpdateAllFeeds"/> 149 <addaction name="actionUpdateAllFeeds"/>
150 <addaction name="actionPreferences"/> 150 <addaction name="actionPreferences"/>
151 <addaction name="separator"/> 151 <addaction name="separator"/>
152 <addaction name="actionQuit"/> 152 <addaction name="actionQuit"/>
153 </widget> 153 </widget>
154 <widget class="QMenu" name="menuHelp">
155 <property name="title">
156 <string>Help</string>
157 </property>
158 <addaction name="actionAboutQt"/>
159 </widget>
154 <addaction name="menuFeedworm"/> 160 <addaction name="menuFeedworm"/>
155 <addaction name="menuFeed"/> 161 <addaction name="menuFeed"/>
156 <addaction name="menuArticle"/> 162 <addaction name="menuArticle"/>
163 <addaction name="menuHelp"/>
157 </widget> 164 </widget>
158 <widget class="QStatusBar" name="statusbar"/> 165 <widget class="QStatusBar" name="statusbar"/>
159 <widget class="QToolBar" name="toolBar"> 166 <widget class="QToolBar" name="toolBar">
160 <property name="windowTitle"> 167 <property name="windowTitle">
161 <string>toolBar</string> 168 <string>toolBar</string>
330 <property name="text"> 337 <property name="text">
331 <string>Zoom Out</string> 338 <string>Zoom Out</string>
332 </property> 339 </property>
333 <property name="toolTip"> 340 <property name="toolTip">
334 <string>Zoom Out</string> 341 <string>Zoom Out</string>
342 </property>
343 </action>
344 <action name="actionAboutQt">
345 <property name="text">
346 <string>About Qt</string>
335 </property> 347 </property>
336 </action> 348 </action>
337 </widget> 349 </widget>
338 <customwidgets> 350 <customwidgets>
339 <customwidget> 351 <customwidget>
589 <connection> 601 <connection>
590 <sender>actionZoomOut</sender> 602 <sender>actionZoomOut</sender>
591 <signal>activated()</signal> 603 <signal>activated()</signal>
592 <receiver>MainWindow</receiver> 604 <receiver>MainWindow</receiver>
593 <slot>zoomOut()</slot> 605 <slot>zoomOut()</slot>
606 <hints>
607 <hint type="sourcelabel">
608 <x>-1</x>
609 <y>-1</y>
610 </hint>
611 <hint type="destinationlabel">
612 <x>495</x>
613 <y>374</y>
614 </hint>
615 </hints>
616 </connection>
617 <connection>
618 <sender>actionAboutQt</sender>
619 <signal>activated()</signal>
620 <receiver>MainWindow</receiver>
621 <slot>aboutQtClicked()</slot>
594 <hints> 622 <hints>
595 <hint type="sourcelabel"> 623 <hint type="sourcelabel">
596 <x>-1</x> 624 <x>-1</x>
597 <y>-1</y> 625 <y>-1</y>
598 </hint> 626 </hint>
617 <slot>feedEntryDoubleClicked()</slot> 645 <slot>feedEntryDoubleClicked()</slot>
618 <slot>markSelectedEntriesRead()</slot> 646 <slot>markSelectedEntriesRead()</slot>
619 <slot>copyArticleURLToClipboard()</slot> 647 <slot>copyArticleURLToClipboard()</slot>
620 <slot>zoomIn()</slot> 648 <slot>zoomIn()</slot>
621 <slot>zoomOut()</slot> 649 <slot>zoomOut()</slot>
650 <slot>aboutQtClicked()</slot>
622 </slots> 651 </slots>
623 </ui> 652 </ui>