src/mainwindow.ui

changeset 288
169b30f282bd
parent 287
59562d8f8372
child 303
f4383ac6e21e
equal deleted inserted replaced
287:59562d8f8372 288:169b30f282bd
78 <addaction name="actionRenderStylePickScene"/> 78 <addaction name="actionRenderStylePickScene"/>
79 <addaction name="actionWireframe"/> 79 <addaction name="actionWireframe"/>
80 <addaction name="separator"/> 80 <addaction name="separator"/>
81 <addaction name="actionAdjustGridToView"/> 81 <addaction name="actionAdjustGridToView"/>
82 <addaction name="actionDrawAxes"/> 82 <addaction name="actionDrawAxes"/>
83 <addaction name="separator"/>
84 <addaction name="actionTileSubWindows"/>
85 <addaction name="actionCascadeSubWindows"/>
83 </widget> 86 </widget>
84 <widget class="QMenu" name="menuEdit"> 87 <widget class="QMenu" name="menuEdit">
85 <property name="title"> 88 <property name="title">
86 <string>Edit</string> 89 <string>Edit</string>
87 </property> 90 </property>
488 </property> 491 </property>
489 <property name="text"> 492 <property name="text">
490 <string>About %1</string> 493 <string>About %1</string>
491 </property> 494 </property>
492 </action> 495 </action>
496 <action name="actionTileSubWindows">
497 <property name="text">
498 <string>Tile subwindows</string>
499 </property>
500 </action>
501 <action name="actionCascadeSubWindows">
502 <property name="text">
503 <string>Cascade subwindows</string>
504 </property>
505 </action>
493 </widget> 506 </widget>
494 <resources> 507 <resources>
495 <include location="../resources.qrc"/> 508 <include location="../resources.qrc"/>
496 </resources> 509 </resources>
497 <connections/> 510 <connections>
511 <connection>
512 <sender>actionTileSubWindows</sender>
513 <signal>triggered()</signal>
514 <receiver>mdiArea</receiver>
515 <slot>tileSubWindows()</slot>
516 <hints>
517 <hint type="sourcelabel">
518 <x>-1</x>
519 <y>-1</y>
520 </hint>
521 <hint type="destinationlabel">
522 <x>231</x>
523 <y>202</y>
524 </hint>
525 </hints>
526 </connection>
527 <connection>
528 <sender>actionCascadeSubWindows</sender>
529 <signal>triggered()</signal>
530 <receiver>mdiArea</receiver>
531 <slot>cascadeSubWindows()</slot>
532 <hints>
533 <hint type="sourcelabel">
534 <x>-1</x>
535 <y>-1</y>
536 </hint>
537 <hint type="destinationlabel">
538 <x>231</x>
539 <y>202</y>
540 </hint>
541 </hints>
542 </connection>
543 </connections>
498 </ui> 544 </ui>

mercurial