comparison Ui_MainWindow.ui @ 207:c694bfb732bc

implement zooming the web view
author dirk
date Wed, 25 Jul 2012 01:49:28 +0200
parents c345a26febc2
children 94a902de5266
comparison
equal deleted inserted replaced
206:f74fe7cb5091 207:c694bfb732bc
66 <property name="geometry"> 66 <property name="geometry">
67 <rect> 67 <rect>
68 <x>0</x> 68 <x>0</x>
69 <y>0</y> 69 <y>0</y>
70 <width>992</width> 70 <width>992</width>
71 <height>25</height> 71 <height>23</height>
72 </rect> 72 </rect>
73 </property> 73 </property>
74 <widget class="QMenu" name="menuFeed"> 74 <widget class="QMenu" name="menuFeed">
75 <property name="title"> 75 <property name="title">
76 <string>Feed</string> 76 <string>Feed</string>
119 <bool>false</bool> 119 <bool>false</bool>
120 </attribute> 120 </attribute>
121 <addaction name="actionMarkFeedRead"/> 121 <addaction name="actionMarkFeedRead"/>
122 <addaction name="actionMarkSelectedEntriesRead"/> 122 <addaction name="actionMarkSelectedEntriesRead"/>
123 <addaction name="actionOpenLink"/> 123 <addaction name="actionOpenLink"/>
124 <addaction name="separator"/>
125 <addaction name="actionZoomIn"/>
126 <addaction name="actionZoomOut"/>
124 </widget> 127 </widget>
125 <action name="actionQuit"> 128 <action name="actionQuit">
126 <property name="text"> 129 <property name="text">
127 <string>Quit</string> 130 <string>Quit</string>
128 </property> 131 </property>
255 <property name="text"> 258 <property name="text">
256 <string>Copy article URL</string> 259 <string>Copy article URL</string>
257 </property> 260 </property>
258 <property name="shortcut"> 261 <property name="shortcut">
259 <string>Ctrl+Shift+C</string> 262 <string>Ctrl+Shift+C</string>
263 </property>
264 </action>
265 <action name="actionZoomIn">
266 <property name="icon">
267 <iconset resource="Feedworm.qrc">
268 <normaloff>:/newPrefix/zoom_in.png</normaloff>:/newPrefix/zoom_in.png</iconset>
269 </property>
270 <property name="text">
271 <string>Zoom In</string>
272 </property>
273 <property name="toolTip">
274 <string>Zoom In</string>
275 </property>
276 </action>
277 <action name="actionZoomOut">
278 <property name="icon">
279 <iconset resource="Feedworm.qrc">
280 <normaloff>:/newPrefix/zoom_out.png</normaloff>:/newPrefix/zoom_out.png</iconset>
281 </property>
282 <property name="text">
283 <string>Zoom Out</string>
284 </property>
285 <property name="toolTip">
286 <string>Zoom Out</string>
260 </property> 287 </property>
261 </action> 288 </action>
262 </widget> 289 </widget>
263 <customwidgets> 290 <customwidgets>
264 <customwidget> 291 <customwidget>
482 <connection> 509 <connection>
483 <sender>actionCopyArticleURL</sender> 510 <sender>actionCopyArticleURL</sender>
484 <signal>activated()</signal> 511 <signal>activated()</signal>
485 <receiver>MainWindow</receiver> 512 <receiver>MainWindow</receiver>
486 <slot>copyArticleURLToClipboard()</slot> 513 <slot>copyArticleURLToClipboard()</slot>
514 <hints>
515 <hint type="sourcelabel">
516 <x>-1</x>
517 <y>-1</y>
518 </hint>
519 <hint type="destinationlabel">
520 <x>495</x>
521 <y>374</y>
522 </hint>
523 </hints>
524 </connection>
525 <connection>
526 <sender>actionZoomIn</sender>
527 <signal>activated()</signal>
528 <receiver>MainWindow</receiver>
529 <slot>zoomIn()</slot>
530 <hints>
531 <hint type="sourcelabel">
532 <x>-1</x>
533 <y>-1</y>
534 </hint>
535 <hint type="destinationlabel">
536 <x>495</x>
537 <y>374</y>
538 </hint>
539 </hints>
540 </connection>
541 <connection>
542 <sender>actionZoomOut</sender>
543 <signal>activated()</signal>
544 <receiver>MainWindow</receiver>
545 <slot>zoomOut()</slot>
487 <hints> 546 <hints>
488 <hint type="sourcelabel"> 547 <hint type="sourcelabel">
489 <x>-1</x> 548 <x>-1</x>
490 <y>-1</y> 549 <y>-1</y>
491 </hint> 550 </hint>
508 <slot>markSelectedFeedRead()</slot> 567 <slot>markSelectedFeedRead()</slot>
509 <slot>deleteFeed()</slot> 568 <slot>deleteFeed()</slot>
510 <slot>feedEntryDoubleClicked()</slot> 569 <slot>feedEntryDoubleClicked()</slot>
511 <slot>markSelectedEntriesRead()</slot> 570 <slot>markSelectedEntriesRead()</slot>
512 <slot>copyArticleURLToClipboard()</slot> 571 <slot>copyArticleURLToClipboard()</slot>
572 <slot>zoomIn()</slot>
573 <slot>zoomOut()</slot>
513 </slots> 574 </slots>
514 </ui> 575 </ui>