22 <item> |
22 <item> |
23 <widget class="QSplitter" name="splitter"> |
23 <widget class="QSplitter" name="splitter"> |
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="QStackedWidget" name="rendererStack"> |
27 <widget class="QMdiArea" name="viewport"> |
28 <property name="sizePolicy"> |
28 <property name="viewMode"> |
29 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
29 <enum>QMdiArea::TabbedView</enum> |
30 <horstretch>0</horstretch> |
|
31 <verstretch>0</verstretch> |
|
32 </sizepolicy> |
|
33 </property> |
|
34 <property name="frameShape"> |
|
35 <enum>QFrame::StyledPanel</enum> |
|
36 </property> |
|
37 <property name="frameShadow"> |
|
38 <enum>QFrame::Raised</enum> |
|
39 </property> |
30 </property> |
40 </widget> |
31 </widget> |
41 <widget class="QToolBox" name="toolBox"> |
32 <widget class="QToolBox" name="toolBox"> |
42 <property name="currentIndex"> |
33 <property name="currentIndex"> |
43 <number>2</number> |
34 <number>0</number> |
44 </property> |
35 </property> |
45 <widget class="QWidget" name="page"> |
36 <widget class="QWidget" name="page"> |
46 <property name="geometry"> |
37 <property name="geometry"> |
47 <rect> |
38 <rect> |
48 <x>0</x> |
39 <x>0</x> |
49 <y>0</y> |
40 <y>0</y> |
50 <width>100</width> |
41 <width>68</width> |
51 <height>30</height> |
42 <height>377</height> |
52 </rect> |
43 </rect> |
53 </property> |
44 </property> |
54 <attribute name="label"> |
45 <attribute name="label"> |
55 <string>Header</string> |
46 <string>Header</string> |
56 </attribute> |
47 </attribute> |
214 </widget> |
205 </widget> |
215 <widget class="QMenu" name="menuView"> |
206 <widget class="QMenu" name="menuView"> |
216 <property name="title"> |
207 <property name="title"> |
217 <string>&View</string> |
208 <string>&View</string> |
218 </property> |
209 </property> |
|
210 <widget class="QMenu" name="menuCreate_View"> |
|
211 <property name="title"> |
|
212 <string>&Create Camera</string> |
|
213 </property> |
|
214 <addaction name="actionNewTopCamera"/> |
|
215 <addaction name="actionNewFrontCamera"/> |
|
216 <addaction name="actionNewLeftCamera"/> |
|
217 <addaction name="actionNewBottomCamera"/> |
|
218 <addaction name="actionNewBackCamera"/> |
|
219 <addaction name="actionNewRightCamera"/> |
|
220 <addaction name="separator"/> |
|
221 <addaction name="actionNewFreeCamera"/> |
|
222 </widget> |
|
223 <widget class="QMenu" name="menu_Select_Camera"> |
|
224 <property name="title"> |
|
225 <string>&Select Camera</string> |
|
226 </property> |
|
227 <addaction name="actionSelectTopCamera"/> |
|
228 <addaction name="actionSelectFrontCamera"/> |
|
229 <addaction name="actionSelectLeftCamera"/> |
|
230 <addaction name="actionSelectBottomCamera"/> |
|
231 <addaction name="actionSelectBackCamera"/> |
|
232 <addaction name="actionSelectRightCamera"/> |
|
233 <addaction name="separator"/> |
|
234 <addaction name="actionSelectFreeCamera"/> |
|
235 </widget> |
|
236 <addaction name="menuCreate_View"/> |
|
237 <addaction name="menu_Select_Camera"/> |
219 <addaction name="actionResetView"/> |
238 <addaction name="actionResetView"/> |
220 <addaction name="actionAxes"/> |
239 <addaction name="actionAxes"/> |
221 <addaction name="actionWireframe"/> |
240 <addaction name="actionWireframe"/> |
222 <addaction name="actionBfcView"/> |
241 <addaction name="actionBfcView"/> |
223 <addaction name="actionDrawAngles"/> |
242 <addaction name="actionDrawAngles"/> |
1714 </property> |
1733 </property> |
1715 <property name="toolTip"> |
1734 <property name="toolTip"> |
1716 <string>Resets the drawing plane</string> |
1735 <string>Resets the drawing plane</string> |
1717 </property> |
1736 </property> |
1718 </action> |
1737 </action> |
|
1738 <action name="actionNewTopCamera"> |
|
1739 <property name="icon"> |
|
1740 <iconset resource="../ldforge.qrc"> |
|
1741 <normaloff>:/icons/camera-top.png</normaloff>:/icons/camera-top.png</iconset> |
|
1742 </property> |
|
1743 <property name="text"> |
|
1744 <string>New &Top Camera</string> |
|
1745 </property> |
|
1746 <property name="toolTip"> |
|
1747 <string>New Top Camera</string> |
|
1748 </property> |
|
1749 </action> |
|
1750 <action name="actionNewFrontCamera"> |
|
1751 <property name="icon"> |
|
1752 <iconset resource="../ldforge.qrc"> |
|
1753 <normaloff>:/icons/camera-front.png</normaloff>:/icons/camera-front.png</iconset> |
|
1754 </property> |
|
1755 <property name="text"> |
|
1756 <string>New &Front Camera</string> |
|
1757 </property> |
|
1758 <property name="toolTip"> |
|
1759 <string>New Front Camera</string> |
|
1760 </property> |
|
1761 </action> |
|
1762 <action name="actionNewLeftCamera"> |
|
1763 <property name="icon"> |
|
1764 <iconset resource="../ldforge.qrc"> |
|
1765 <normaloff>:/icons/camera-left.png</normaloff>:/icons/camera-left.png</iconset> |
|
1766 </property> |
|
1767 <property name="text"> |
|
1768 <string>New &Left Camera</string> |
|
1769 </property> |
|
1770 <property name="toolTip"> |
|
1771 <string>New Left Camera</string> |
|
1772 </property> |
|
1773 </action> |
|
1774 <action name="actionNewBottomCamera"> |
|
1775 <property name="icon"> |
|
1776 <iconset resource="../ldforge.qrc"> |
|
1777 <normaloff>:/icons/camera-bottom.png</normaloff>:/icons/camera-bottom.png</iconset> |
|
1778 </property> |
|
1779 <property name="text"> |
|
1780 <string>New &Bottom Camera</string> |
|
1781 </property> |
|
1782 <property name="toolTip"> |
|
1783 <string>New Bottom Camera</string> |
|
1784 </property> |
|
1785 </action> |
|
1786 <action name="actionNewBackCamera"> |
|
1787 <property name="icon"> |
|
1788 <iconset resource="../ldforge.qrc"> |
|
1789 <normaloff>:/icons/camera-back.png</normaloff>:/icons/camera-back.png</iconset> |
|
1790 </property> |
|
1791 <property name="text"> |
|
1792 <string>New B&ack Camera</string> |
|
1793 </property> |
|
1794 <property name="toolTip"> |
|
1795 <string>New Back Camera</string> |
|
1796 </property> |
|
1797 </action> |
|
1798 <action name="actionNewRightCamera"> |
|
1799 <property name="icon"> |
|
1800 <iconset resource="../ldforge.qrc"> |
|
1801 <normaloff>:/icons/camera-right.png</normaloff>:/icons/camera-right.png</iconset> |
|
1802 </property> |
|
1803 <property name="text"> |
|
1804 <string>New &Right Camera</string> |
|
1805 </property> |
|
1806 <property name="toolTip"> |
|
1807 <string>New Right Camera</string> |
|
1808 </property> |
|
1809 </action> |
|
1810 <action name="actionNewFreeCamera"> |
|
1811 <property name="icon"> |
|
1812 <iconset resource="../ldforge.qrc"> |
|
1813 <normaloff>:/icons/camera-free.png</normaloff>:/icons/camera-free.png</iconset> |
|
1814 </property> |
|
1815 <property name="text"> |
|
1816 <string>New Fr&ee Camera</string> |
|
1817 </property> |
|
1818 <property name="toolTip"> |
|
1819 <string>New Free Camera</string> |
|
1820 </property> |
|
1821 </action> |
|
1822 <action name="actionSelectTopCamera"> |
|
1823 <property name="icon"> |
|
1824 <iconset resource="../ldforge.qrc"> |
|
1825 <normaloff>:/icons/camera-top.png</normaloff>:/icons/camera-top.png</iconset> |
|
1826 </property> |
|
1827 <property name="text"> |
|
1828 <string>Select &Top Camera</string> |
|
1829 </property> |
|
1830 <property name="shortcut"> |
|
1831 <string>Ctrl+1</string> |
|
1832 </property> |
|
1833 </action> |
|
1834 <action name="actionSelectFrontCamera"> |
|
1835 <property name="icon"> |
|
1836 <iconset resource="../ldforge.qrc"> |
|
1837 <normaloff>:/icons/camera-front.png</normaloff>:/icons/camera-front.png</iconset> |
|
1838 </property> |
|
1839 <property name="text"> |
|
1840 <string>Select &Front Camera</string> |
|
1841 </property> |
|
1842 <property name="shortcut"> |
|
1843 <string>Ctrl+2</string> |
|
1844 </property> |
|
1845 </action> |
|
1846 <action name="actionSelectLeftCamera"> |
|
1847 <property name="icon"> |
|
1848 <iconset resource="../ldforge.qrc"> |
|
1849 <normaloff>:/icons/camera-left.png</normaloff>:/icons/camera-left.png</iconset> |
|
1850 </property> |
|
1851 <property name="text"> |
|
1852 <string>Select &Left Camera</string> |
|
1853 </property> |
|
1854 <property name="shortcut"> |
|
1855 <string>Ctrl+3</string> |
|
1856 </property> |
|
1857 </action> |
|
1858 <action name="actionSelectBottomCamera"> |
|
1859 <property name="icon"> |
|
1860 <iconset resource="../ldforge.qrc"> |
|
1861 <normaloff>:/icons/camera-bottom.png</normaloff>:/icons/camera-bottom.png</iconset> |
|
1862 </property> |
|
1863 <property name="text"> |
|
1864 <string>Select &Bottom Camera</string> |
|
1865 </property> |
|
1866 <property name="shortcut"> |
|
1867 <string>Ctrl+4</string> |
|
1868 </property> |
|
1869 </action> |
|
1870 <action name="actionSelectBackCamera"> |
|
1871 <property name="icon"> |
|
1872 <iconset resource="../ldforge.qrc"> |
|
1873 <normaloff>:/icons/camera-back.png</normaloff>:/icons/camera-back.png</iconset> |
|
1874 </property> |
|
1875 <property name="text"> |
|
1876 <string>Select B&ack Camera</string> |
|
1877 </property> |
|
1878 <property name="shortcut"> |
|
1879 <string>Ctrl+5</string> |
|
1880 </property> |
|
1881 </action> |
|
1882 <action name="actionSelectRightCamera"> |
|
1883 <property name="icon"> |
|
1884 <iconset resource="../ldforge.qrc"> |
|
1885 <normaloff>:/icons/camera-right.png</normaloff>:/icons/camera-right.png</iconset> |
|
1886 </property> |
|
1887 <property name="text"> |
|
1888 <string>Select &Right Camera</string> |
|
1889 </property> |
|
1890 <property name="shortcut"> |
|
1891 <string>Ctrl+6</string> |
|
1892 </property> |
|
1893 </action> |
|
1894 <action name="actionSelectFreeCamera"> |
|
1895 <property name="icon"> |
|
1896 <iconset resource="../ldforge.qrc"> |
|
1897 <normaloff>:/icons/camera-free.png</normaloff>:/icons/camera-free.png</iconset> |
|
1898 </property> |
|
1899 <property name="text"> |
|
1900 <string>Select Fr&ee Camera</string> |
|
1901 </property> |
|
1902 <property name="shortcut"> |
|
1903 <string>Ctrl+7</string> |
|
1904 </property> |
|
1905 </action> |
1719 </widget> |
1906 </widget> |
1720 <customwidgets> |
1907 <customwidgets> |
1721 <customwidget> |
1908 <customwidget> |
1722 <class>HeaderEdit</class> |
1909 <class>HeaderEdit</class> |
1723 <extends>QWidget</extends> |
1910 <extends>QWidget</extends> |