src/mainwindow.ui

changeset 158
5bd755eaa5a8
parent 141
185eb297dc1e
child 160
536efae7137e
equal deleted inserted replaced
157:869fe95c4e5e 158:5bd755eaa5a8
24 <property name="geometry"> 24 <property name="geometry">
25 <rect> 25 <rect>
26 <x>0</x> 26 <x>0</x>
27 <y>0</y> 27 <y>0</y>
28 <width>800</width> 28 <width>800</width>
29 <height>32</height> 29 <height>35</height>
30 </rect> 30 </rect>
31 </property> 31 </property>
32 <widget class="QMenu" name="menuFile"> 32 <widget class="QMenu" name="menuFile">
33 <property name="title"> 33 <property name="title">
34 <string>File</string> 34 <string>File</string>
61 </widget> 61 </widget>
62 <addaction name="menuFile"/> 62 <addaction name="menuFile"/>
63 <addaction name="menuView"/> 63 <addaction name="menuView"/>
64 </widget> 64 </widget>
65 <widget class="QStatusBar" name="statusbar"/> 65 <widget class="QStatusBar" name="statusbar"/>
66 <widget class="QToolBar" name="fileToolBar">
67 <property name="windowTitle">
68 <string>toolBar</string>
69 </property>
70 <attribute name="toolBarArea">
71 <enum>TopToolBarArea</enum>
72 </attribute>
73 <attribute name="toolBarBreak">
74 <bool>false</bool>
75 </attribute>
76 <addaction name="actionNew"/>
77 <addaction name="actionOpen"/>
78 <addaction name="actionSave"/>
79 <addaction name="actionSaveAs"/>
80 </widget>
81 <widget class="QToolBar" name="toolBar">
82 <property name="windowTitle">
83 <string>toolBar</string>
84 </property>
85 <attribute name="toolBarArea">
86 <enum>TopToolBarArea</enum>
87 </attribute>
88 <attribute name="toolBarBreak">
89 <bool>false</bool>
90 </attribute>
91 <addaction name="actionRenderStyleNormal"/>
92 <addaction name="actionRenderStyleBfc"/>
93 <addaction name="actionRenderStyleRandom"/>
94 </widget>
66 <action name="actionQuit"> 95 <action name="actionQuit">
96 <property name="icon">
97 <iconset resource="../ldforge.qrc">
98 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
99 </property>
67 <property name="text"> 100 <property name="text">
68 <string>Quit</string> 101 <string>Quit</string>
69 </property> 102 </property>
70 </action> 103 </action>
71 <action name="actionOpen"> 104 <action name="actionOpen">
105 <property name="icon">
106 <iconset resource="../ldforge.qrc">
107 <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset>
108 </property>
72 <property name="text"> 109 <property name="text">
73 <string>Open…</string> 110 <string>Open…</string>
74 </property> 111 </property>
75 <property name="shortcut"> 112 <property name="shortcut">
76 <string>Ctrl+O</string> 113 <string>Ctrl+O</string>
77 </property> 114 </property>
78 </action> 115 </action>
79 <action name="actionNew"> 116 <action name="actionNew">
117 <property name="icon">
118 <iconset resource="../ldforge.qrc">
119 <normaloff>:/icons/document-outline.png</normaloff>:/icons/document-outline.png</iconset>
120 </property>
80 <property name="text"> 121 <property name="text">
81 <string>New</string> 122 <string>New</string>
82 </property> 123 </property>
83 <property name="shortcut"> 124 <property name="shortcut">
84 <string>Ctrl+N</string> 125 <string>Ctrl+N</string>
85 </property> 126 </property>
86 </action> 127 </action>
87 <action name="actionSettingsEditor"> 128 <action name="actionSettingsEditor">
129 <property name="icon">
130 <iconset resource="../ldforge.qrc">
131 <normaloff>:/icons/settings-outline.png</normaloff>:/icons/settings-outline.png</iconset>
132 </property>
88 <property name="text"> 133 <property name="text">
89 <string>Preferences…</string> 134 <string>Preferences…</string>
90 </property> 135 </property>
91 </action> 136 </action>
92 <action name="actionRenderStyleNormal"> 137 <action name="actionRenderStyleNormal">
93 <property name="checkable"> 138 <property name="checkable">
94 <bool>true</bool> 139 <bool>true</bool>
95 </property> 140 </property>
141 <property name="icon">
142 <iconset resource="../ldforge.qrc">
143 <normaloff>:/icons/renderstyle-normal.png</normaloff>:/icons/renderstyle-normal.png</iconset>
144 </property>
96 <property name="text"> 145 <property name="text">
97 <string>Normal colours</string> 146 <string>Normal colours</string>
98 </property> 147 </property>
99 </action> 148 </action>
100 <action name="actionRenderStyleBfc"> 149 <action name="actionRenderStyleBfc">
101 <property name="checkable"> 150 <property name="checkable">
102 <bool>true</bool> 151 <bool>true</bool>
103 </property> 152 </property>
153 <property name="icon">
154 <iconset resource="../ldforge.qrc">
155 <normaloff>:/icons/renderstyle-bfc.png</normaloff>:/icons/renderstyle-bfc.png</iconset>
156 </property>
104 <property name="text"> 157 <property name="text">
105 <string>BFC color coding</string> 158 <string>BFC color coding</string>
106 </property> 159 </property>
107 </action> 160 </action>
108 <action name="actionRenderStyleRandom"> 161 <action name="actionRenderStyleRandom">
109 <property name="checkable"> 162 <property name="checkable">
110 <bool>true</bool> 163 <bool>true</bool>
111 </property> 164 </property>
165 <property name="icon">
166 <iconset resource="../ldforge.qrc">
167 <normaloff>:/icons/renderstyle-randomcolors.png</normaloff>:/icons/renderstyle-randomcolors.png</iconset>
168 </property>
112 <property name="text"> 169 <property name="text">
113 <string>Random colours</string> 170 <string>Random colours</string>
114 </property> 171 </property>
115 </action> 172 </action>
116 <action name="actionRenderStylePickScene"> 173 <action name="actionRenderStylePickScene">
128 <property name="shortcut"> 185 <property name="shortcut">
129 <string>Ctrl+G</string> 186 <string>Ctrl+G</string>
130 </property> 187 </property>
131 </action> 188 </action>
132 <action name="actionSave"> 189 <action name="actionSave">
190 <property name="icon">
191 <iconset resource="../ldforge.qrc">
192 <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset>
193 </property>
133 <property name="text"> 194 <property name="text">
134 <string>Save</string> 195 <string>Save</string>
135 </property> 196 </property>
136 <property name="shortcut"> 197 <property name="shortcut">
137 <string>Ctrl+S</string> 198 <string>Ctrl+S</string>
138 </property> 199 </property>
139 </action> 200 </action>
140 <action name="actionSaveAs"> 201 <action name="actionSaveAs">
202 <property name="icon">
203 <iconset resource="../ldforge.qrc">
204 <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset>
205 </property>
141 <property name="text"> 206 <property name="text">
142 <string>Save as…</string> 207 <string>Save as…</string>
143 </property> 208 </property>
144 <property name="shortcut"> 209 <property name="shortcut">
145 <string>Ctrl+Shift+S</string> 210 <string>Ctrl+Shift+S</string>
146 </property> 211 </property>
147 </action> 212 </action>
148 </widget> 213 </widget>
149 <resources/> 214 <resources>
215 <include location="../ldforge.qrc"/>
216 </resources>
150 <connections/> 217 <connections/>
151 </ui> 218 </ui>

mercurial