src/mainwindow.ui

changeset 365
9d5cb5635c18
parent 356
65b4741b302d
child 366
ea656dead697
equal deleted inserted replaced
364:39fbdee0c0c8 365:9d5cb5635c18
4 <widget class="QMainWindow" name="MainWindow"> 4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>959</width> 9 <width>1333</width>
10 <height>695</height> 10 <height>695</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="dockNestingEnabled"> 13 <property name="dockNestingEnabled">
14 <bool>false</bool> 14 <bool>false</bool>
42 <widget class="QMenuBar" name="menubar"> 42 <widget class="QMenuBar" name="menubar">
43 <property name="geometry"> 43 <property name="geometry">
44 <rect> 44 <rect>
45 <x>0</x> 45 <x>0</x>
46 <y>0</y> 46 <y>0</y>
47 <width>959</width> 47 <width>1333</width>
48 <height>38</height> 48 <height>38</height>
49 </rect> 49 </rect>
50 </property> 50 </property>
51 <widget class="QMenu" name="menuFile"> 51 <widget class="QMenu" name="menuFile">
52 <property name="title"> 52 <property name="title">
76 <addaction name="actionRenderStyleBfc"/> 76 <addaction name="actionRenderStyleBfc"/>
77 <addaction name="actionRenderStyleRandom"/> 77 <addaction name="actionRenderStyleRandom"/>
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"/>
82 <addaction name="actionDrawAxes"/> 81 <addaction name="actionDrawAxes"/>
83 <addaction name="separator"/> 82 <addaction name="separator"/>
84 <addaction name="actionTileSubWindows"/> 83 <addaction name="actionTileSubWindows"/>
85 <addaction name="actionCascadeSubWindows"/> 84 <addaction name="actionCascadeSubWindows"/>
86 </widget> 85 </widget>
87 <widget class="QMenu" name="menuEdit"> 86 <widget class="QMenu" name="menuEdit">
88 <property name="title"> 87 <property name="title">
89 <string>Edit</string> 88 <string>Edit</string>
90 </property> 89 </property>
90 <addaction name="actionUndo"/>
91 <addaction name="actionRedo"/>
92 <addaction name="separator"/>
93 <addaction name="actionCut"/>
94 <addaction name="actionCopy"/>
95 <addaction name="actionPaste"/>
96 <addaction name="separator"/>
91 <addaction name="actionInvert"/> 97 <addaction name="actionInvert"/>
92 <addaction name="separator"/> 98 <addaction name="separator"/>
93 <addaction name="actionGridFine"/> 99 <addaction name="actionGridFine"/>
94 <addaction name="actionGridMedium"/> 100 <addaction name="actionGridMedium"/>
95 <addaction name="actionGridCoarse"/> 101 <addaction name="actionGridCoarse"/>
261 <bool>false</bool> 267 <bool>false</bool>
262 </attribute> 268 </attribute>
263 <addaction name="actionGridFine"/> 269 <addaction name="actionGridFine"/>
264 <addaction name="actionGridMedium"/> 270 <addaction name="actionGridMedium"/>
265 <addaction name="actionGridCoarse"/> 271 <addaction name="actionGridCoarse"/>
266 <addaction name="actionAdjustGridToView"/>
267 </widget> 272 </widget>
268 <widget class="QDockWidget" name="dockWidget"> 273 <widget class="QDockWidget" name="dockWidget">
269 <property name="features"> 274 <property name="features">
270 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> 275 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
271 </property> 276 </property>
311 </spacer> 316 </spacer>
312 </item> 317 </item>
313 </layout> 318 </layout>
314 </widget> 319 </widget>
315 </widget> 320 </widget>
321 <widget class="QToolBar" name="editToolbar">
322 <property name="windowTitle">
323 <string>toolBar_2</string>
324 </property>
325 <attribute name="toolBarArea">
326 <enum>TopToolBarArea</enum>
327 </attribute>
328 <attribute name="toolBarBreak">
329 <bool>false</bool>
330 </attribute>
331 <addaction name="actionCut"/>
332 <addaction name="actionCopy"/>
333 <addaction name="actionPaste"/>
334 </widget>
316 <action name="actionQuit"> 335 <action name="actionQuit">
317 <property name="icon"> 336 <property name="icon">
318 <iconset resource="../resources.qrc"> 337 <iconset resource="../resources.qrc">
319 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> 338 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
320 </property> 339 </property>
397 </property> 416 </property>
398 <property name="text"> 417 <property name="text">
399 <string>Pick scene colours</string> 418 <string>Pick scene colours</string>
400 </property> 419 </property>
401 </action> 420 </action>
402 <action name="actionAdjustGridToView">
403 <property name="text">
404 <string>Adjust grid to view</string>
405 </property>
406 <property name="shortcut">
407 <string>Ctrl+G</string>
408 </property>
409 </action>
410 <action name="actionSave"> 421 <action name="actionSave">
411 <property name="icon"> 422 <property name="icon">
412 <iconset resource="../resources.qrc"> 423 <iconset resource="../resources.qrc">
413 <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset> 424 <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset>
414 </property> 425 </property>
590 <property name="text"> 601 <property name="text">
591 <string>Paste</string> 602 <string>Paste</string>
592 </property> 603 </property>
593 <property name="shortcut"> 604 <property name="shortcut">
594 <string>Ctrl+V</string> 605 <string>Ctrl+V</string>
606 </property>
607 </action>
608 <action name="actionUndo">
609 <property name="text">
610 <string>Undo</string>
611 </property>
612 <property name="shortcut">
613 <string>Ctrl+Z</string>
614 </property>
615 </action>
616 <action name="actionRedo">
617 <property name="text">
618 <string>Redo</string>
619 </property>
620 <property name="shortcut">
621 <string>Ctrl+Y</string>
595 </property> 622 </property>
596 </action> 623 </action>
597 </widget> 624 </widget>
598 <customwidgets> 625 <customwidgets>
599 <customwidget> 626 <customwidget>
637 <x>231</x> 664 <x>231</x>
638 <y>202</y> 665 <y>202</y>
639 </hint> 666 </hint>
640 </hints> 667 </hints>
641 </connection> 668 </connection>
669 <connection>
670 <sender>actionUndo</sender>
671 <signal>triggered()</signal>
672 <receiver>modelEdit</receiver>
673 <slot>undo()</slot>
674 <hints>
675 <hint type="sourcelabel">
676 <x>-1</x>
677 <y>-1</y>
678 </hint>
679 <hint type="destinationlabel">
680 <x>1041</x>
681 <y>163</y>
682 </hint>
683 </hints>
684 </connection>
685 <connection>
686 <sender>actionRedo</sender>
687 <signal>triggered()</signal>
688 <receiver>modelEdit</receiver>
689 <slot>redo()</slot>
690 <hints>
691 <hint type="sourcelabel">
692 <x>-1</x>
693 <y>-1</y>
694 </hint>
695 <hint type="destinationlabel">
696 <x>1041</x>
697 <y>163</y>
698 </hint>
699 </hints>
700 </connection>
701 <connection>
702 <sender>actionCut</sender>
703 <signal>triggered()</signal>
704 <receiver>modelEdit</receiver>
705 <slot>cut()</slot>
706 <hints>
707 <hint type="sourcelabel">
708 <x>-1</x>
709 <y>-1</y>
710 </hint>
711 <hint type="destinationlabel">
712 <x>1041</x>
713 <y>163</y>
714 </hint>
715 </hints>
716 </connection>
717 <connection>
718 <sender>actionCopy</sender>
719 <signal>triggered()</signal>
720 <receiver>modelEdit</receiver>
721 <slot>copy()</slot>
722 <hints>
723 <hint type="sourcelabel">
724 <x>-1</x>
725 <y>-1</y>
726 </hint>
727 <hint type="destinationlabel">
728 <x>1041</x>
729 <y>163</y>
730 </hint>
731 </hints>
732 </connection>
733 <connection>
734 <sender>actionPaste</sender>
735 <signal>triggered()</signal>
736 <receiver>modelEdit</receiver>
737 <slot>paste()</slot>
738 <hints>
739 <hint type="sourcelabel">
740 <x>-1</x>
741 <y>-1</y>
742 </hint>
743 <hint type="destinationlabel">
744 <x>1041</x>
745 <y>163</y>
746 </hint>
747 </hints>
748 </connection>
642 </connections> 749 </connections>
643 </ui> 750 </ui>

mercurial