src/mainwindow.ui

changeset 270
1202b102a10b
parent 262
dc33f8a707c4
child 271
416e8c497829
equal deleted inserted replaced
269:593545977c5e 270:1202b102a10b
40 <property name="geometry"> 40 <property name="geometry">
41 <rect> 41 <rect>
42 <x>0</x> 42 <x>0</x>
43 <y>0</y> 43 <y>0</y>
44 <width>729</width> 44 <width>729</width>
45 <height>28</height> 45 <height>38</height>
46 </rect> 46 </rect>
47 </property> 47 </property>
48 <widget class="QMenu" name="menuFile"> 48 <widget class="QMenu" name="menuFile">
49 <property name="title"> 49 <property name="title">
50 <string>File</string> 50 <string>File</string>
259 </layout> 259 </layout>
260 </widget> 260 </widget>
261 </widget> 261 </widget>
262 <action name="actionQuit"> 262 <action name="actionQuit">
263 <property name="icon"> 263 <property name="icon">
264 <iconset resource="../ldforge.qrc"> 264 <iconset resource="../resources.qrc">
265 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> 265 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
266 </property> 266 </property>
267 <property name="text"> 267 <property name="text">
268 <string>Quit</string> 268 <string>Quit</string>
269 </property> 269 </property>
270 </action> 270 </action>
271 <action name="actionOpen"> 271 <action name="actionOpen">
272 <property name="icon"> 272 <property name="icon">
273 <iconset resource="../ldforge.qrc"> 273 <iconset resource="../resources.qrc">
274 <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset> 274 <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset>
275 </property> 275 </property>
276 <property name="text"> 276 <property name="text">
277 <string>Open…</string> 277 <string>Open…</string>
278 </property> 278 </property>
280 <string>Ctrl+O</string> 280 <string>Ctrl+O</string>
281 </property> 281 </property>
282 </action> 282 </action>
283 <action name="actionNew"> 283 <action name="actionNew">
284 <property name="icon"> 284 <property name="icon">
285 <iconset resource="../ldforge.qrc"> 285 <iconset resource="../resources.qrc">
286 <normaloff>:/icons/document-outline.png</normaloff>:/icons/document-outline.png</iconset> 286 <normaloff>:/icons/document-outline.png</normaloff>:/icons/document-outline.png</iconset>
287 </property> 287 </property>
288 <property name="text"> 288 <property name="text">
289 <string>New</string> 289 <string>New</string>
290 </property> 290 </property>
292 <string>Ctrl+N</string> 292 <string>Ctrl+N</string>
293 </property> 293 </property>
294 </action> 294 </action>
295 <action name="actionSettingsEditor"> 295 <action name="actionSettingsEditor">
296 <property name="icon"> 296 <property name="icon">
297 <iconset resource="../ldforge.qrc"> 297 <iconset resource="../resources.qrc">
298 <normaloff>:/icons/settings-outline.png</normaloff>:/icons/settings-outline.png</iconset> 298 <normaloff>:/icons/settings-outline.png</normaloff>:/icons/settings-outline.png</iconset>
299 </property> 299 </property>
300 <property name="text"> 300 <property name="text">
301 <string>Preferences…</string> 301 <string>Preferences…</string>
302 </property> 302 </property>
304 <action name="actionRenderStyleNormal"> 304 <action name="actionRenderStyleNormal">
305 <property name="checkable"> 305 <property name="checkable">
306 <bool>true</bool> 306 <bool>true</bool>
307 </property> 307 </property>
308 <property name="icon"> 308 <property name="icon">
309 <iconset resource="../ldforge.qrc"> 309 <iconset resource="../resources.qrc">
310 <normaloff>:/icons/renderstyle-normal.png</normaloff>:/icons/renderstyle-normal.png</iconset> 310 <normaloff>:/icons/renderstyle-normal.png</normaloff>:/icons/renderstyle-normal.png</iconset>
311 </property> 311 </property>
312 <property name="text"> 312 <property name="text">
313 <string>Normal colours</string> 313 <string>Normal colours</string>
314 </property> 314 </property>
316 <action name="actionRenderStyleBfc"> 316 <action name="actionRenderStyleBfc">
317 <property name="checkable"> 317 <property name="checkable">
318 <bool>true</bool> 318 <bool>true</bool>
319 </property> 319 </property>
320 <property name="icon"> 320 <property name="icon">
321 <iconset resource="../ldforge.qrc"> 321 <iconset resource="../resources.qrc">
322 <normaloff>:/icons/renderstyle-bfc.png</normaloff>:/icons/renderstyle-bfc.png</iconset> 322 <normaloff>:/icons/renderstyle-bfc.png</normaloff>:/icons/renderstyle-bfc.png</iconset>
323 </property> 323 </property>
324 <property name="text"> 324 <property name="text">
325 <string>BFC color coding</string> 325 <string>BFC color coding</string>
326 </property> 326 </property>
328 <action name="actionRenderStyleRandom"> 328 <action name="actionRenderStyleRandom">
329 <property name="checkable"> 329 <property name="checkable">
330 <bool>true</bool> 330 <bool>true</bool>
331 </property> 331 </property>
332 <property name="icon"> 332 <property name="icon">
333 <iconset resource="../ldforge.qrc"> 333 <iconset resource="../resources.qrc">
334 <normaloff>:/icons/renderstyle-randomcolors.png</normaloff>:/icons/renderstyle-randomcolors.png</iconset> 334 <normaloff>:/icons/renderstyle-randomcolors.png</normaloff>:/icons/renderstyle-randomcolors.png</iconset>
335 </property> 335 </property>
336 <property name="text"> 336 <property name="text">
337 <string>Random colours</string> 337 <string>Random colours</string>
338 </property> 338 </property>
353 <string>Ctrl+G</string> 353 <string>Ctrl+G</string>
354 </property> 354 </property>
355 </action> 355 </action>
356 <action name="actionSave"> 356 <action name="actionSave">
357 <property name="icon"> 357 <property name="icon">
358 <iconset resource="../ldforge.qrc"> 358 <iconset resource="../resources.qrc">
359 <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset> 359 <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset>
360 </property> 360 </property>
361 <property name="text"> 361 <property name="text">
362 <string>Save</string> 362 <string>Save</string>
363 </property> 363 </property>
365 <string>Ctrl+S</string> 365 <string>Ctrl+S</string>
366 </property> 366 </property>
367 </action> 367 </action>
368 <action name="actionSaveAs"> 368 <action name="actionSaveAs">
369 <property name="icon"> 369 <property name="icon">
370 <iconset resource="../ldforge.qrc"> 370 <iconset resource="../resources.qrc">
371 <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset> 371 <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset>
372 </property> 372 </property>
373 <property name="text"> 373 <property name="text">
374 <string>Save as…</string> 374 <string>Save as…</string>
375 </property> 375 </property>
377 <string>Ctrl+Shift+S</string> 377 <string>Ctrl+Shift+S</string>
378 </property> 378 </property>
379 </action> 379 </action>
380 <action name="actionClose"> 380 <action name="actionClose">
381 <property name="icon"> 381 <property name="icon">
382 <iconset resource="../ldforge.qrc"> 382 <iconset resource="../resources.qrc">
383 <normaloff>:/icons/close-circle-outline.png</normaloff>:/icons/close-circle-outline.png</iconset> 383 <normaloff>:/icons/close-circle-outline.png</normaloff>:/icons/close-circle-outline.png</iconset>
384 </property> 384 </property>
385 <property name="text"> 385 <property name="text">
386 <string>Close</string> 386 <string>Close</string>
387 </property> 387 </property>
389 <string>Ctrl+W</string> 389 <string>Ctrl+W</string>
390 </property> 390 </property>
391 </action> 391 </action>
392 <action name="actionDelete"> 392 <action name="actionDelete">
393 <property name="icon"> 393 <property name="icon">
394 <iconset resource="../ldforge.qrc"> 394 <iconset resource="../resources.qrc">
395 <normaloff>:/icons/trash-bin-outline.png</normaloff>:/icons/trash-bin-outline.png</iconset> 395 <normaloff>:/icons/trash-bin-outline.png</normaloff>:/icons/trash-bin-outline.png</iconset>
396 </property> 396 </property>
397 <property name="text"> 397 <property name="text">
398 <string>Delete</string> 398 <string>Delete</string>
399 </property> 399 </property>
404 <action name="actionDrawAxes"> 404 <action name="actionDrawAxes">
405 <property name="checkable"> 405 <property name="checkable">
406 <bool>true</bool> 406 <bool>true</bool>
407 </property> 407 </property>
408 <property name="icon"> 408 <property name="icon">
409 <iconset resource="../ldforge.qrc"> 409 <iconset resource="../resources.qrc">
410 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset> 410 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset>
411 </property> 411 </property>
412 <property name="text"> 412 <property name="text">
413 <string>Draw axes</string> 413 <string>Draw axes</string>
414 </property> 414 </property>
446 <string>Ctrl+3</string> 446 <string>Ctrl+3</string>
447 </property> 447 </property>
448 </action> 448 </action>
449 <action name="actionInvert"> 449 <action name="actionInvert">
450 <property name="icon"> 450 <property name="icon">
451 <iconset resource="../ldforge.qrc"> 451 <iconset resource="../resources.qrc">
452 <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset> 452 <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset>
453 </property> 453 </property>
454 <property name="text"> 454 <property name="text">
455 <string>Invert</string> 455 <string>Invert</string>
456 </property> 456 </property>
463 <action name="actionWireframe"> 463 <action name="actionWireframe">
464 <property name="checkable"> 464 <property name="checkable">
465 <bool>true</bool> 465 <bool>true</bool>
466 </property> 466 </property>
467 <property name="icon"> 467 <property name="icon">
468 <iconset resource="../ldforge.qrc"> 468 <iconset resource="../resources.qrc">
469 <normaloff>:/icons/renderstyle-wireframe.png</normaloff>:/icons/renderstyle-wireframe.png</iconset> 469 <normaloff>:/icons/renderstyle-wireframe.png</normaloff>:/icons/renderstyle-wireframe.png</iconset>
470 </property> 470 </property>
471 <property name="text"> 471 <property name="text">
472 <string>Wireframe</string> 472 <string>Wireframe</string>
473 </property> 473 </property>
477 <string>Make unofficial</string> 477 <string>Make unofficial</string>
478 </property> 478 </property>
479 </action> 479 </action>
480 </widget> 480 </widget>
481 <resources> 481 <resources>
482 <include location="../ldforge.qrc"/> 482 <include location="../resources.qrc"/>
483 </resources> 483 </resources>
484 <connections/> 484 <connections/>
485 </ui> 485 </ui>

mercurial