1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>LDForgeUI</class> |
|
4 <widget class="QMainWindow" name="LDForgeUI"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>1010</width> |
|
10 <height>641</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string/> |
|
15 </property> |
|
16 <property name="windowIcon"> |
|
17 <iconset> |
|
18 <normaloff>:/icons/ldforge.png</normaloff>:/icons/ldforge.png</iconset> |
|
19 </property> |
|
20 <widget class="QWidget" name="centralwidget"> |
|
21 <layout class="QVBoxLayout" name="verticalLayout"> |
|
22 <item> |
|
23 <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,1"> |
|
24 <item> |
|
25 <widget class="QFrame" name="rendererFrame"> |
|
26 <property name="sizePolicy"> |
|
27 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
28 <horstretch>0</horstretch> |
|
29 <verstretch>0</verstretch> |
|
30 </sizepolicy> |
|
31 </property> |
|
32 <property name="frameShape"> |
|
33 <enum>QFrame::StyledPanel</enum> |
|
34 </property> |
|
35 <property name="frameShadow"> |
|
36 <enum>QFrame::Raised</enum> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item> |
|
41 <widget class="QToolBox" name="toolBox"> |
|
42 <property name="currentIndex"> |
|
43 <number>0</number> |
|
44 </property> |
|
45 <widget class="QWidget" name="pageDocument"> |
|
46 <property name="geometry"> |
|
47 <rect> |
|
48 <x>0</x> |
|
49 <y>0</y> |
|
50 <width>234</width> |
|
51 <height>402</height> |
|
52 </rect> |
|
53 </property> |
|
54 <attribute name="label"> |
|
55 <string>Document</string> |
|
56 </attribute> |
|
57 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
58 <item> |
|
59 <widget class="QListWidget" name="objectList"> |
|
60 <property name="sizePolicy"> |
|
61 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
62 <horstretch>0</horstretch> |
|
63 <verstretch>0</verstretch> |
|
64 </sizepolicy> |
|
65 </property> |
|
66 <property name="selectionMode"> |
|
67 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 </layout> |
|
72 </widget> |
|
73 <widget class="QWidget" name="pageEditModeOptions"> |
|
74 <property name="geometry"> |
|
75 <rect> |
|
76 <x>0</x> |
|
77 <y>0</y> |
|
78 <width>234</width> |
|
79 <height>402</height> |
|
80 </rect> |
|
81 </property> |
|
82 <attribute name="label"> |
|
83 <string>Tool Options</string> |
|
84 </attribute> |
|
85 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
86 <item> |
|
87 <widget class="QGroupBox" name="groupBox"> |
|
88 <property name="title"> |
|
89 <string>Circle Tool Options</string> |
|
90 </property> |
|
91 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
92 <item> |
|
93 <layout class="QFormLayout" name="formLayout"> |
|
94 <item row="0" column="1"> |
|
95 <widget class="QCheckBox" name="ringToolHiRes"> |
|
96 <property name="text"> |
|
97 <string>High resolution</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="1" column="0"> |
|
102 <widget class="QLabel" name="label"> |
|
103 <property name="text"> |
|
104 <string>Segments:</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="1" column="1"> |
|
109 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
110 <item> |
|
111 <widget class="QSpinBox" name="ringToolSegments"> |
|
112 <property name="enabled"> |
|
113 <bool>true</bool> |
|
114 </property> |
|
115 <property name="minimum"> |
|
116 <number>1</number> |
|
117 </property> |
|
118 <property name="maximum"> |
|
119 <number>16</number> |
|
120 </property> |
|
121 <property name="value"> |
|
122 <number>16</number> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QLabel" name="ringToolSegmentsLabel"> |
|
128 <property name="text"> |
|
129 <string>a / b</string> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 </layout> |
|
134 </item> |
|
135 </layout> |
|
136 </item> |
|
137 </layout> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <spacer name="verticalSpacer"> |
|
142 <property name="orientation"> |
|
143 <enum>Qt::Vertical</enum> |
|
144 </property> |
|
145 <property name="sizeHint" stdset="0"> |
|
146 <size> |
|
147 <width>20</width> |
|
148 <height>40</height> |
|
149 </size> |
|
150 </property> |
|
151 </spacer> |
|
152 </item> |
|
153 </layout> |
|
154 </widget> |
|
155 <widget class="QWidget" name="pagePrimitives"> |
|
156 <property name="geometry"> |
|
157 <rect> |
|
158 <x>0</x> |
|
159 <y>0</y> |
|
160 <width>234</width> |
|
161 <height>402</height> |
|
162 </rect> |
|
163 </property> |
|
164 <attribute name="label"> |
|
165 <string>Primitives</string> |
|
166 </attribute> |
|
167 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
168 <item> |
|
169 <widget class="QTreeWidget" name="primitives"> |
|
170 <property name="dragDropMode"> |
|
171 <enum>QAbstractItemView::DragOnly</enum> |
|
172 </property> |
|
173 <attribute name="headerVisible"> |
|
174 <bool>false</bool> |
|
175 </attribute> |
|
176 <column> |
|
177 <property name="text"> |
|
178 <string notr="true">1</string> |
|
179 </property> |
|
180 </column> |
|
181 </widget> |
|
182 </item> |
|
183 </layout> |
|
184 </widget> |
|
185 </widget> |
|
186 </item> |
|
187 </layout> |
|
188 </item> |
|
189 </layout> |
|
190 </widget> |
|
191 <widget class="QMenuBar" name="menubar"> |
|
192 <property name="geometry"> |
|
193 <rect> |
|
194 <x>0</x> |
|
195 <y>0</y> |
|
196 <width>1010</width> |
|
197 <height>30</height> |
|
198 </rect> |
|
199 </property> |
|
200 <widget class="QMenu" name="menuFile"> |
|
201 <property name="title"> |
|
202 <string>Fi&le</string> |
|
203 </property> |
|
204 <widget class="QMenu" name="menuOpenRecent"> |
|
205 <property name="title"> |
|
206 <string>Open &Recent...</string> |
|
207 </property> |
|
208 <property name="icon"> |
|
209 <iconset> |
|
210 <normaloff>:/icons/open-recent.png</normaloff>:/icons/open-recent.png</iconset> |
|
211 </property> |
|
212 </widget> |
|
213 <addaction name="actionNew"/> |
|
214 <addaction name="actionNewFile"/> |
|
215 <addaction name="actionOpen"/> |
|
216 <addaction name="menuOpenRecent"/> |
|
217 <addaction name="actionSave"/> |
|
218 <addaction name="actionSaveAs"/> |
|
219 <addaction name="actionSaveAll"/> |
|
220 <addaction name="separator"/> |
|
221 <addaction name="actionDownloadFrom"/> |
|
222 <addaction name="separator"/> |
|
223 <addaction name="actionClose"/> |
|
224 <addaction name="actionCloseAll"/> |
|
225 <addaction name="separator"/> |
|
226 <addaction name="actionInsertFrom"/> |
|
227 <addaction name="actionExportTo"/> |
|
228 <addaction name="separator"/> |
|
229 <addaction name="actionSettings"/> |
|
230 <addaction name="actionSetLDrawPath"/> |
|
231 <addaction name="actionScanPrimitives"/> |
|
232 <addaction name="separator"/> |
|
233 <addaction name="actionExit"/> |
|
234 </widget> |
|
235 <widget class="QMenu" name="menuView"> |
|
236 <property name="title"> |
|
237 <string>&View</string> |
|
238 </property> |
|
239 <addaction name="actionResetView"/> |
|
240 <addaction name="actionAxes"/> |
|
241 <addaction name="actionWireframe"/> |
|
242 <addaction name="actionBFCView"/> |
|
243 <addaction name="actionDrawAngles"/> |
|
244 <addaction name="actionRandomColors"/> |
|
245 <addaction name="separator"/> |
|
246 <addaction name="actionDrawSurfaces"/> |
|
247 <addaction name="actionDrawEdgeLines"/> |
|
248 <addaction name="actionDrawConditionalLines"/> |
|
249 <addaction name="separator"/> |
|
250 <addaction name="actionSetOverlay"/> |
|
251 <addaction name="actionClearOverlay"/> |
|
252 <addaction name="separator"/> |
|
253 <addaction name="actionScreenshot"/> |
|
254 </widget> |
|
255 <widget class="QMenu" name="menuInsert"> |
|
256 <property name="title"> |
|
257 <string>I&nsert</string> |
|
258 </property> |
|
259 <addaction name="actionInsertRaw"/> |
|
260 <addaction name="separator"/> |
|
261 <addaction name="actionNewSubfile"/> |
|
262 <addaction name="actionNewLine"/> |
|
263 <addaction name="actionNewTriangle"/> |
|
264 <addaction name="actionNewQuad"/> |
|
265 <addaction name="actionNewCLine"/> |
|
266 <addaction name="actionNewComment"/> |
|
267 <addaction name="actionNewBFC"/> |
|
268 <addaction name="actionNewVertex"/> |
|
269 </widget> |
|
270 <widget class="QMenu" name="menuEdit"> |
|
271 <property name="title"> |
|
272 <string>Edit</string> |
|
273 </property> |
|
274 <addaction name="actionUndo"/> |
|
275 <addaction name="actionRedo"/> |
|
276 <addaction name="separator"/> |
|
277 <addaction name="actionEdit"/> |
|
278 <addaction name="separator"/> |
|
279 <addaction name="actionCut"/> |
|
280 <addaction name="actionCopy"/> |
|
281 <addaction name="actionPaste"/> |
|
282 <addaction name="actionDelete"/> |
|
283 <addaction name="separator"/> |
|
284 <addaction name="actionSelectAll"/> |
|
285 <addaction name="actionSelectByColor"/> |
|
286 <addaction name="actionSelectByType"/> |
|
287 <addaction name="separator"/> |
|
288 <addaction name="actionModeSelect"/> |
|
289 <addaction name="actionModeMagicWand"/> |
|
290 <addaction name="actionModeDraw"/> |
|
291 <addaction name="actionModeRectangle"/> |
|
292 <addaction name="actionModeCircle"/> |
|
293 <addaction name="actionModeLinePath"/> |
|
294 <addaction name="separator"/> |
|
295 <addaction name="actionSetDrawDepth"/> |
|
296 <addaction name="separator"/> |
|
297 <addaction name="actionJumpTo"/> |
|
298 </widget> |
|
299 <widget class="QMenu" name="menuTools"> |
|
300 <property name="title"> |
|
301 <string>Tools</string> |
|
302 </property> |
|
303 <addaction name="actionSetColor"/> |
|
304 <addaction name="actionAutocolor"/> |
|
305 <addaction name="actionUncolor"/> |
|
306 <addaction name="separator"/> |
|
307 <addaction name="actionInvert"/> |
|
308 <addaction name="actionInline"/> |
|
309 <addaction name="actionInlineDeep"/> |
|
310 <addaction name="actionMakePrimitive"/> |
|
311 <addaction name="separator"/> |
|
312 <addaction name="actionAddHistoryLine"/> |
|
313 <addaction name="separator"/> |
|
314 <addaction name="actionSplitQuads"/> |
|
315 <addaction name="actionEditRaw"/> |
|
316 <addaction name="actionBorders"/> |
|
317 <addaction name="actionRoundCoordinates"/> |
|
318 <addaction name="actionReplaceCoords"/> |
|
319 <addaction name="actionFlip"/> |
|
320 <addaction name="actionDemote"/> |
|
321 <addaction name="actionOpenSubfiles"/> |
|
322 <addaction name="actionSplitLines"/> |
|
323 <addaction name="separator"/> |
|
324 <addaction name="actionVisibilityHide"/> |
|
325 <addaction name="actionVisibilityToggle"/> |
|
326 <addaction name="actionVisibilityReveal"/> |
|
327 </widget> |
|
328 <widget class="QMenu" name="menuExternal_Tools"> |
|
329 <property name="title"> |
|
330 <string>E&xternal Tools</string> |
|
331 </property> |
|
332 <addaction name="actionYtruder"/> |
|
333 <addaction name="actionRectifier"/> |
|
334 <addaction name="actionIntersector"/> |
|
335 <addaction name="actionIsecalc"/> |
|
336 <addaction name="actionCoverer"/> |
|
337 <addaction name="actionEdger2"/> |
|
338 </widget> |
|
339 <widget class="QMenu" name="menuHelp"> |
|
340 <property name="title"> |
|
341 <string>Help</string> |
|
342 </property> |
|
343 <addaction name="actionHelp"/> |
|
344 <addaction name="separator"/> |
|
345 <addaction name="actionAbout"/> |
|
346 <addaction name="actionAboutQt"/> |
|
347 </widget> |
|
348 <widget class="QMenu" name="menuMov"> |
|
349 <property name="title"> |
|
350 <string>&Move</string> |
|
351 </property> |
|
352 <widget class="QMenu" name="menuGrids"> |
|
353 <property name="title"> |
|
354 <string>&Grids</string> |
|
355 </property> |
|
356 <addaction name="actionGridCoarse"/> |
|
357 <addaction name="actionGridMedium"/> |
|
358 <addaction name="actionGridFine"/> |
|
359 </widget> |
|
360 <widget class="QMenu" name="menuMove_Objects"> |
|
361 <property name="title"> |
|
362 <string>&Move Objects</string> |
|
363 </property> |
|
364 <addaction name="actionMoveXNeg"/> |
|
365 <addaction name="actionMoveXPos"/> |
|
366 <addaction name="actionMoveYNeg"/> |
|
367 <addaction name="actionMoveYPos"/> |
|
368 <addaction name="actionMoveZNeg"/> |
|
369 <addaction name="actionMoveZPos"/> |
|
370 </widget> |
|
371 <widget class="QMenu" name="menuObject_List"> |
|
372 <property name="title"> |
|
373 <string>&Object List</string> |
|
374 </property> |
|
375 <addaction name="actionMoveUp"/> |
|
376 <addaction name="actionMoveDown"/> |
|
377 </widget> |
|
378 <widget class="QMenu" name="menuRotate"> |
|
379 <property name="title"> |
|
380 <string>&Rotate</string> |
|
381 </property> |
|
382 <addaction name="actionRotateXNeg"/> |
|
383 <addaction name="actionRotateXPos"/> |
|
384 <addaction name="actionRotateYNeg"/> |
|
385 <addaction name="actionRotateYPos"/> |
|
386 <addaction name="actionRotateZNeg"/> |
|
387 <addaction name="actionRotateZPos"/> |
|
388 </widget> |
|
389 <addaction name="menuGrids"/> |
|
390 <addaction name="menuMove_Objects"/> |
|
391 <addaction name="menuRotate"/> |
|
392 <addaction name="menuObject_List"/> |
|
393 <addaction name="separator"/> |
|
394 <addaction name="actionRotationPoint"/> |
|
395 </widget> |
|
396 <addaction name="menuFile"/> |
|
397 <addaction name="menuView"/> |
|
398 <addaction name="menuInsert"/> |
|
399 <addaction name="menuEdit"/> |
|
400 <addaction name="menuMov"/> |
|
401 <addaction name="menuTools"/> |
|
402 <addaction name="menuExternal_Tools"/> |
|
403 <addaction name="menuHelp"/> |
|
404 </widget> |
|
405 <widget class="QStatusBar" name="statusbar"/> |
|
406 <widget class="QToolBar" name="toolBarFile"> |
|
407 <property name="windowTitle"> |
|
408 <string>File</string> |
|
409 </property> |
|
410 <attribute name="toolBarArea"> |
|
411 <enum>TopToolBarArea</enum> |
|
412 </attribute> |
|
413 <attribute name="toolBarBreak"> |
|
414 <bool>false</bool> |
|
415 </attribute> |
|
416 <addaction name="actionNew"/> |
|
417 <addaction name="actionNewFile"/> |
|
418 <addaction name="actionOpen"/> |
|
419 <addaction name="actionSave"/> |
|
420 <addaction name="actionSaveAs"/> |
|
421 </widget> |
|
422 <widget class="QToolBar" name="toolBarNewObject"> |
|
423 <property name="windowTitle"> |
|
424 <string>New Object</string> |
|
425 </property> |
|
426 <attribute name="toolBarArea"> |
|
427 <enum>TopToolBarArea</enum> |
|
428 </attribute> |
|
429 <attribute name="toolBarBreak"> |
|
430 <bool>false</bool> |
|
431 </attribute> |
|
432 <addaction name="actionNewSubfile"/> |
|
433 <addaction name="actionNewLine"/> |
|
434 <addaction name="actionNewTriangle"/> |
|
435 <addaction name="actionNewQuad"/> |
|
436 <addaction name="actionNewCLine"/> |
|
437 <addaction name="actionNewComment"/> |
|
438 <addaction name="actionNewBFC"/> |
|
439 <addaction name="actionNewVertex"/> |
|
440 </widget> |
|
441 <widget class="QToolBar" name="toolBarBasicTools"> |
|
442 <property name="windowTitle"> |
|
443 <string>Basic tools</string> |
|
444 </property> |
|
445 <attribute name="toolBarArea"> |
|
446 <enum>TopToolBarArea</enum> |
|
447 </attribute> |
|
448 <attribute name="toolBarBreak"> |
|
449 <bool>false</bool> |
|
450 </attribute> |
|
451 <addaction name="actionUndo"/> |
|
452 <addaction name="actionRedo"/> |
|
453 <addaction name="actionCut"/> |
|
454 <addaction name="actionCopy"/> |
|
455 <addaction name="actionPaste"/> |
|
456 <addaction name="actionDelete"/> |
|
457 </widget> |
|
458 <widget class="QToolBar" name="toolBarSelect"> |
|
459 <property name="windowTitle"> |
|
460 <string>Select</string> |
|
461 </property> |
|
462 <attribute name="toolBarArea"> |
|
463 <enum>TopToolBarArea</enum> |
|
464 </attribute> |
|
465 <attribute name="toolBarBreak"> |
|
466 <bool>false</bool> |
|
467 </attribute> |
|
468 <addaction name="actionSelectAll"/> |
|
469 <addaction name="actionSelectByColor"/> |
|
470 <addaction name="actionSelectByType"/> |
|
471 </widget> |
|
472 <widget class="QToolBar" name="toolBarGrid"> |
|
473 <property name="windowTitle"> |
|
474 <string>Grid</string> |
|
475 </property> |
|
476 <attribute name="toolBarArea"> |
|
477 <enum>TopToolBarArea</enum> |
|
478 </attribute> |
|
479 <attribute name="toolBarBreak"> |
|
480 <bool>false</bool> |
|
481 </attribute> |
|
482 <addaction name="actionGridCoarse"/> |
|
483 <addaction name="actionGridMedium"/> |
|
484 <addaction name="actionGridFine"/> |
|
485 </widget> |
|
486 <widget class="QToolBar" name="toolBarDisplay"> |
|
487 <property name="windowTitle"> |
|
488 <string>Display options</string> |
|
489 </property> |
|
490 <attribute name="toolBarArea"> |
|
491 <enum>TopToolBarArea</enum> |
|
492 </attribute> |
|
493 <attribute name="toolBarBreak"> |
|
494 <bool>true</bool> |
|
495 </attribute> |
|
496 <addaction name="actionAxes"/> |
|
497 <addaction name="actionWireframe"/> |
|
498 <addaction name="actionBFCView"/> |
|
499 <addaction name="actionRandomColors"/> |
|
500 <addaction name="actionDrawAngles"/> |
|
501 </widget> |
|
502 <widget class="QToolBar" name="toolBarEditTools"> |
|
503 <property name="windowTitle"> |
|
504 <string>Editing tools</string> |
|
505 </property> |
|
506 <attribute name="toolBarArea"> |
|
507 <enum>TopToolBarArea</enum> |
|
508 </attribute> |
|
509 <attribute name="toolBarBreak"> |
|
510 <bool>false</bool> |
|
511 </attribute> |
|
512 <addaction name="actionSetColor"/> |
|
513 <addaction name="actionAutocolor"/> |
|
514 <addaction name="actionInvert"/> |
|
515 <addaction name="actionSplitQuads"/> |
|
516 <addaction name="actionInline"/> |
|
517 <addaction name="actionEditRaw"/> |
|
518 <addaction name="actionBorders"/> |
|
519 <addaction name="actionReplaceCoords"/> |
|
520 <addaction name="actionRoundCoordinates"/> |
|
521 <addaction name="actionVisibilityHide"/> |
|
522 <addaction name="actionVisibilityToggle"/> |
|
523 <addaction name="actionVisibilityReveal"/> |
|
524 </widget> |
|
525 <widget class="QToolBar" name="toolBarEditModes"> |
|
526 <property name="windowTitle"> |
|
527 <string>Editing modes</string> |
|
528 </property> |
|
529 <attribute name="toolBarArea"> |
|
530 <enum>LeftToolBarArea</enum> |
|
531 </attribute> |
|
532 <attribute name="toolBarBreak"> |
|
533 <bool>false</bool> |
|
534 </attribute> |
|
535 <addaction name="actionModeSelect"/> |
|
536 <addaction name="actionModeMagicWand"/> |
|
537 <addaction name="actionModeDraw"/> |
|
538 <addaction name="actionModeRectangle"/> |
|
539 <addaction name="actionModeCircle"/> |
|
540 <addaction name="actionModeLinePath"/> |
|
541 </widget> |
|
542 <widget class="QToolBar" name="toolBarColors"> |
|
543 <property name="windowTitle"> |
|
544 <string>Colors</string> |
|
545 </property> |
|
546 <attribute name="toolBarArea"> |
|
547 <enum>RightToolBarArea</enum> |
|
548 </attribute> |
|
549 <attribute name="toolBarBreak"> |
|
550 <bool>false</bool> |
|
551 </attribute> |
|
552 </widget> |
|
553 <widget class="QToolBar" name="toolBarExternalPrograms"> |
|
554 <property name="windowTitle"> |
|
555 <string>External Programs</string> |
|
556 </property> |
|
557 <attribute name="toolBarArea"> |
|
558 <enum>TopToolBarArea</enum> |
|
559 </attribute> |
|
560 <attribute name="toolBarBreak"> |
|
561 <bool>false</bool> |
|
562 </attribute> |
|
563 <addaction name="actionYtruder"/> |
|
564 <addaction name="actionRectifier"/> |
|
565 <addaction name="actionIntersector"/> |
|
566 <addaction name="actionIsecalc"/> |
|
567 <addaction name="actionCoverer"/> |
|
568 <addaction name="actionEdger2"/> |
|
569 </widget> |
|
570 <action name="actionNew"> |
|
571 <property name="icon"> |
|
572 <iconset> |
|
573 <normaloff>:/icons/brick.png</normaloff>:/icons/brick.png</iconset> |
|
574 </property> |
|
575 <property name="text"> |
|
576 <string>&New Part</string> |
|
577 </property> |
|
578 <property name="statusTip"> |
|
579 <string>Create a new part model.</string> |
|
580 </property> |
|
581 <property name="shortcut"> |
|
582 <string>Ctrl+N</string> |
|
583 </property> |
|
584 </action> |
|
585 <action name="actionOpen"> |
|
586 <property name="icon"> |
|
587 <iconset> |
|
588 <normaloff>:/icons/file-open.png</normaloff>:/icons/file-open.png</iconset> |
|
589 </property> |
|
590 <property name="text"> |
|
591 <string>&Open</string> |
|
592 </property> |
|
593 <property name="statusTip"> |
|
594 <string>Load a part model from a file.</string> |
|
595 </property> |
|
596 <property name="shortcut"> |
|
597 <string>Ctrl+O</string> |
|
598 </property> |
|
599 </action> |
|
600 <action name="actionSave"> |
|
601 <property name="icon"> |
|
602 <iconset> |
|
603 <normaloff>:/icons/file-save.png</normaloff>:/icons/file-save.png</iconset> |
|
604 </property> |
|
605 <property name="text"> |
|
606 <string>&Save</string> |
|
607 </property> |
|
608 <property name="statusTip"> |
|
609 <string>Save the part model.</string> |
|
610 </property> |
|
611 <property name="whatsThis"> |
|
612 <string/> |
|
613 </property> |
|
614 <property name="shortcut"> |
|
615 <string>Ctrl+S</string> |
|
616 </property> |
|
617 </action> |
|
618 <action name="actionSaveAs"> |
|
619 <property name="icon"> |
|
620 <iconset> |
|
621 <normaloff>:/icons/file-save-as.png</normaloff>:/icons/file-save-as.png</iconset> |
|
622 </property> |
|
623 <property name="text"> |
|
624 <string>Sa&ve As..</string> |
|
625 </property> |
|
626 <property name="whatsThis"> |
|
627 <string>Save the part model to a specific file.</string> |
|
628 </property> |
|
629 <property name="shortcut"> |
|
630 <string>Ctrl+Shift+S</string> |
|
631 </property> |
|
632 </action> |
|
633 <action name="actionInsertFrom"> |
|
634 <property name="icon"> |
|
635 <iconset> |
|
636 <normaloff>:/icons/file-import.png</normaloff>:/icons/file-import.png</iconset> |
|
637 </property> |
|
638 <property name="text"> |
|
639 <string>&Insert From..</string> |
|
640 </property> |
|
641 </action> |
|
642 <action name="actionExportTo"> |
|
643 <property name="icon"> |
|
644 <iconset> |
|
645 <normaloff>:/icons/file-export.png</normaloff>:/icons/file-export.png</iconset> |
|
646 </property> |
|
647 <property name="text"> |
|
648 <string>&Export To..</string> |
|
649 </property> |
|
650 </action> |
|
651 <action name="actionSettings"> |
|
652 <property name="icon"> |
|
653 <iconset> |
|
654 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> |
|
655 </property> |
|
656 <property name="text"> |
|
657 <string>Settin&gs</string> |
|
658 </property> |
|
659 <property name="statusTip"> |
|
660 <string>Edit the settings of LDForge.</string> |
|
661 </property> |
|
662 <property name="whatsThis"> |
|
663 <string/> |
|
664 </property> |
|
665 </action> |
|
666 <action name="actionSetLDrawPath"> |
|
667 <property name="icon"> |
|
668 <iconset> |
|
669 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> |
|
670 </property> |
|
671 <property name="text"> |
|
672 <string>Set &LDraw Path</string> |
|
673 </property> |
|
674 <property name="statusTip"> |
|
675 <string>Change the LDraw directory path.</string> |
|
676 </property> |
|
677 </action> |
|
678 <action name="actionScanPrimitives"> |
|
679 <property name="icon"> |
|
680 <iconset> |
|
681 <normaloff>:/icons/radial.png</normaloff>:/icons/radial.png</iconset> |
|
682 </property> |
|
683 <property name="text"> |
|
684 <string>Scan &Primitives</string> |
|
685 </property> |
|
686 <property name="statusTip"> |
|
687 <string>Scan the primitives folder for primitive info. Use this if you add new primitives.</string> |
|
688 </property> |
|
689 </action> |
|
690 <action name="actionExit"> |
|
691 <property name="icon"> |
|
692 <iconset> |
|
693 <normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset> |
|
694 </property> |
|
695 <property name="text"> |
|
696 <string>E&xit</string> |
|
697 </property> |
|
698 <property name="shortcut"> |
|
699 <string>Ctrl+Q</string> |
|
700 </property> |
|
701 </action> |
|
702 <action name="actionResetView"> |
|
703 <property name="text"> |
|
704 <string>&Reset View</string> |
|
705 </property> |
|
706 </action> |
|
707 <action name="actionAxes"> |
|
708 <property name="checkable"> |
|
709 <bool>true</bool> |
|
710 </property> |
|
711 <property name="checked"> |
|
712 <bool>true</bool> |
|
713 </property> |
|
714 <property name="icon"> |
|
715 <iconset> |
|
716 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset> |
|
717 </property> |
|
718 <property name="text"> |
|
719 <string>&Draw Axes</string> |
|
720 </property> |
|
721 </action> |
|
722 <action name="actionWireframe"> |
|
723 <property name="checkable"> |
|
724 <bool>true</bool> |
|
725 </property> |
|
726 <property name="icon"> |
|
727 <iconset> |
|
728 <normaloff>:/icons/wireframe.png</normaloff>:/icons/wireframe.png</iconset> |
|
729 </property> |
|
730 <property name="text"> |
|
731 <string>&Wireframe</string> |
|
732 </property> |
|
733 </action> |
|
734 <action name="actionBFCView"> |
|
735 <property name="checkable"> |
|
736 <bool>true</bool> |
|
737 </property> |
|
738 <property name="icon"> |
|
739 <iconset> |
|
740 <normaloff>:/icons/bfc-view.png</normaloff>:/icons/bfc-view.png</iconset> |
|
741 </property> |
|
742 <property name="text"> |
|
743 <string>&BFC Red/Green View</string> |
|
744 </property> |
|
745 <property name="shortcut"> |
|
746 <string>Shift+B</string> |
|
747 </property> |
|
748 </action> |
|
749 <action name="actionSetOverlay"> |
|
750 <property name="icon"> |
|
751 <iconset> |
|
752 <normaloff>:/icons/overlay.png</normaloff>:/icons/overlay.png</iconset> |
|
753 </property> |
|
754 <property name="text"> |
|
755 <string>&Set Overlay Image</string> |
|
756 </property> |
|
757 </action> |
|
758 <action name="actionClearOverlay"> |
|
759 <property name="icon"> |
|
760 <iconset> |
|
761 <normaloff>:/icons/overlay-clear.png</normaloff>:/icons/overlay-clear.png</iconset> |
|
762 </property> |
|
763 <property name="text"> |
|
764 <string>&Clear Overlay Image</string> |
|
765 </property> |
|
766 </action> |
|
767 <action name="actionScreenshot"> |
|
768 <property name="icon"> |
|
769 <iconset> |
|
770 <normaloff>:/icons/screencap.png</normaloff>:/icons/screencap.png</iconset> |
|
771 </property> |
|
772 <property name="text"> |
|
773 <string>Screens&hot</string> |
|
774 </property> |
|
775 </action> |
|
776 <action name="actionInsertRaw"> |
|
777 <property name="text"> |
|
778 <string>&LDraw Code..</string> |
|
779 </property> |
|
780 </action> |
|
781 <action name="actionNewLine"> |
|
782 <property name="icon"> |
|
783 <iconset resource="../ldforge.qrc"> |
|
784 <normaloff>:/icons/add-line.png</normaloff>:/icons/add-line.png</iconset> |
|
785 </property> |
|
786 <property name="text"> |
|
787 <string>N&ew Line</string> |
|
788 </property> |
|
789 </action> |
|
790 <action name="actionNewSubfile"> |
|
791 <property name="icon"> |
|
792 <iconset resource="../ldforge.qrc"> |
|
793 <normaloff>:/icons/add-subfile.png</normaloff>:/icons/add-subfile.png</iconset> |
|
794 </property> |
|
795 <property name="text"> |
|
796 <string>&New Subfile Reference</string> |
|
797 </property> |
|
798 </action> |
|
799 <action name="actionNewTriangle"> |
|
800 <property name="icon"> |
|
801 <iconset resource="../ldforge.qrc"> |
|
802 <normaloff>:/icons/add-triangle.png</normaloff>:/icons/add-triangle.png</iconset> |
|
803 </property> |
|
804 <property name="text"> |
|
805 <string>Ne&w Triangle</string> |
|
806 </property> |
|
807 </action> |
|
808 <action name="actionNewQuad"> |
|
809 <property name="icon"> |
|
810 <iconset resource="../ldforge.qrc"> |
|
811 <normaloff>:/icons/add-quad.png</normaloff>:/icons/add-quad.png</iconset> |
|
812 </property> |
|
813 <property name="text"> |
|
814 <string>New &Quadrilateral</string> |
|
815 </property> |
|
816 </action> |
|
817 <action name="actionNewCLine"> |
|
818 <property name="icon"> |
|
819 <iconset resource="../ldforge.qrc"> |
|
820 <normaloff>:/icons/add-condline.png</normaloff>:/icons/add-condline.png</iconset> |
|
821 </property> |
|
822 <property name="text"> |
|
823 <string>New &Conditional Line</string> |
|
824 </property> |
|
825 </action> |
|
826 <action name="actionNewComment"> |
|
827 <property name="icon"> |
|
828 <iconset resource="../ldforge.qrc"> |
|
829 <normaloff>:/icons/add-comment.png</normaloff>:/icons/add-comment.png</iconset> |
|
830 </property> |
|
831 <property name="text"> |
|
832 <string>New C&omment</string> |
|
833 </property> |
|
834 </action> |
|
835 <action name="actionNewBFC"> |
|
836 <property name="icon"> |
|
837 <iconset resource="../ldforge.qrc"> |
|
838 <normaloff>:/icons/add-bfc.png</normaloff>:/icons/add-bfc.png</iconset> |
|
839 </property> |
|
840 <property name="text"> |
|
841 <string>New &BFC Statement</string> |
|
842 </property> |
|
843 </action> |
|
844 <action name="actionNewVertex"> |
|
845 <property name="icon"> |
|
846 <iconset resource="../ldforge.qrc"> |
|
847 <normaloff>:/icons/add-vertex.png</normaloff>:/icons/add-vertex.png</iconset> |
|
848 </property> |
|
849 <property name="text"> |
|
850 <string>New &Vertex</string> |
|
851 </property> |
|
852 </action> |
|
853 <action name="actionUndo"> |
|
854 <property name="icon"> |
|
855 <iconset> |
|
856 <normaloff>:/icons/undo.png</normaloff>:/icons/undo.png</iconset> |
|
857 </property> |
|
858 <property name="text"> |
|
859 <string>&Undo</string> |
|
860 </property> |
|
861 <property name="statusTip"> |
|
862 <string>Undo a step.</string> |
|
863 </property> |
|
864 <property name="shortcut"> |
|
865 <string>Ctrl+Z</string> |
|
866 </property> |
|
867 </action> |
|
868 <action name="actionRedo"> |
|
869 <property name="icon"> |
|
870 <iconset> |
|
871 <normaloff>:/icons/redo.png</normaloff>:/icons/redo.png</iconset> |
|
872 </property> |
|
873 <property name="text"> |
|
874 <string>&Redo</string> |
|
875 </property> |
|
876 <property name="statusTip"> |
|
877 <string>Redo a step.</string> |
|
878 </property> |
|
879 <property name="shortcut"> |
|
880 <string>Ctrl+Shift+Z</string> |
|
881 </property> |
|
882 </action> |
|
883 <action name="actionCut"> |
|
884 <property name="icon"> |
|
885 <iconset> |
|
886 <normaloff>:/icons/cut.png</normaloff>:/icons/cut.png</iconset> |
|
887 </property> |
|
888 <property name="text"> |
|
889 <string>&Cut</string> |
|
890 </property> |
|
891 <property name="statusTip"> |
|
892 <string>Cut the current selection to clipboard.</string> |
|
893 </property> |
|
894 <property name="shortcut"> |
|
895 <string>Ctrl+X</string> |
|
896 </property> |
|
897 </action> |
|
898 <action name="actionCopy"> |
|
899 <property name="icon"> |
|
900 <iconset> |
|
901 <normaloff>:/icons/copy.png</normaloff>:/icons/copy.png</iconset> |
|
902 </property> |
|
903 <property name="text"> |
|
904 <string>C&opy</string> |
|
905 </property> |
|
906 <property name="statusTip"> |
|
907 <string>Copy the current selection to clipboard.</string> |
|
908 </property> |
|
909 <property name="whatsThis"> |
|
910 <string/> |
|
911 </property> |
|
912 <property name="shortcut"> |
|
913 <string>Ctrl+C</string> |
|
914 </property> |
|
915 </action> |
|
916 <action name="actionPaste"> |
|
917 <property name="icon"> |
|
918 <iconset> |
|
919 <normaloff>:/icons/paste.png</normaloff>:/icons/paste.png</iconset> |
|
920 </property> |
|
921 <property name="text"> |
|
922 <string>&Paste</string> |
|
923 </property> |
|
924 <property name="statusTip"> |
|
925 <string>Paste clipboard contents.</string> |
|
926 </property> |
|
927 <property name="shortcut"> |
|
928 <string>Ctrl+V</string> |
|
929 </property> |
|
930 </action> |
|
931 <action name="actionDelete"> |
|
932 <property name="icon"> |
|
933 <iconset> |
|
934 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
935 </property> |
|
936 <property name="text"> |
|
937 <string>&Delete</string> |
|
938 </property> |
|
939 <property name="statusTip"> |
|
940 <string>Delete the selection</string> |
|
941 </property> |
|
942 <property name="shortcut"> |
|
943 <string>Del</string> |
|
944 </property> |
|
945 </action> |
|
946 <action name="actionSelectAll"> |
|
947 <property name="icon"> |
|
948 <iconset> |
|
949 <normaloff>:/icons/select-all.png</normaloff>:/icons/select-all.png</iconset> |
|
950 </property> |
|
951 <property name="text"> |
|
952 <string>&Select All</string> |
|
953 </property> |
|
954 <property name="shortcut"> |
|
955 <string>Ctrl+A</string> |
|
956 </property> |
|
957 </action> |
|
958 <action name="actionSelectByColor"> |
|
959 <property name="icon"> |
|
960 <iconset> |
|
961 <normaloff>:/icons/select-color.png</normaloff>:/icons/select-color.png</iconset> |
|
962 </property> |
|
963 <property name="text"> |
|
964 <string>Select &by Color</string> |
|
965 </property> |
|
966 </action> |
|
967 <action name="actionSelectByType"> |
|
968 <property name="icon"> |
|
969 <iconset> |
|
970 <normaloff>:/icons/select-type.png</normaloff>:/icons/select-type.png</iconset> |
|
971 </property> |
|
972 <property name="text"> |
|
973 <string>Select b&y Type</string> |
|
974 </property> |
|
975 </action> |
|
976 <action name="actionModeSelect"> |
|
977 <property name="checkable"> |
|
978 <bool>true</bool> |
|
979 </property> |
|
980 <property name="checked"> |
|
981 <bool>true</bool> |
|
982 </property> |
|
983 <property name="icon"> |
|
984 <iconset> |
|
985 <normaloff>:/icons/mode-select.png</normaloff>:/icons/mode-select.png</iconset> |
|
986 </property> |
|
987 <property name="text"> |
|
988 <string>Select Mode</string> |
|
989 </property> |
|
990 <property name="shortcut"> |
|
991 <string>S</string> |
|
992 </property> |
|
993 </action> |
|
994 <action name="actionModeDraw"> |
|
995 <property name="checkable"> |
|
996 <bool>true</bool> |
|
997 </property> |
|
998 <property name="icon"> |
|
999 <iconset> |
|
1000 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset> |
|
1001 </property> |
|
1002 <property name="text"> |
|
1003 <string>Dra&w Mode</string> |
|
1004 </property> |
|
1005 <property name="shortcut"> |
|
1006 <string>D</string> |
|
1007 </property> |
|
1008 </action> |
|
1009 <action name="actionSetDrawDepth"> |
|
1010 <property name="text"> |
|
1011 <string>Set Draw Dept&h</string> |
|
1012 </property> |
|
1013 </action> |
|
1014 <action name="actionSetColor"> |
|
1015 <property name="icon"> |
|
1016 <iconset> |
|
1017 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset> |
|
1018 </property> |
|
1019 <property name="text"> |
|
1020 <string>&Set Color</string> |
|
1021 </property> |
|
1022 <property name="statusTip"> |
|
1023 <string>Set the color on given objects.</string> |
|
1024 </property> |
|
1025 <property name="shortcut"> |
|
1026 <string>Shift+C</string> |
|
1027 </property> |
|
1028 </action> |
|
1029 <action name="actionAutocolor"> |
|
1030 <property name="icon"> |
|
1031 <iconset> |
|
1032 <normaloff>:/icons/autocolor.png</normaloff>:/icons/autocolor.png</iconset> |
|
1033 </property> |
|
1034 <property name="text"> |
|
1035 <string>&Auto-color</string> |
|
1036 </property> |
|
1037 <property name="statusTip"> |
|
1038 <string>Set the color of the given object to the first found unused color.</string> |
|
1039 </property> |
|
1040 <property name="shortcut"> |
|
1041 <string>Ctrl+Shift+C</string> |
|
1042 </property> |
|
1043 </action> |
|
1044 <action name="actionUncolor"> |
|
1045 <property name="icon"> |
|
1046 <iconset> |
|
1047 <normaloff>:/icons/uncolorize.png</normaloff>:/icons/uncolorize.png</iconset> |
|
1048 </property> |
|
1049 <property name="text"> |
|
1050 <string>&Uncolor</string> |
|
1051 </property> |
|
1052 <property name="toolTip"> |
|
1053 <string>Uncolor</string> |
|
1054 </property> |
|
1055 <property name="statusTip"> |
|
1056 <string>Reduce colors of everything selected to main and edge colors</string> |
|
1057 </property> |
|
1058 </action> |
|
1059 <action name="actionInline"> |
|
1060 <property name="icon"> |
|
1061 <iconset> |
|
1062 <normaloff>:/icons/inline.png</normaloff>:/icons/inline.png</iconset> |
|
1063 </property> |
|
1064 <property name="text"> |
|
1065 <string>I&nline</string> |
|
1066 </property> |
|
1067 <property name="statusTip"> |
|
1068 <string>Inline selected subfiles.</string> |
|
1069 </property> |
|
1070 <property name="shortcut"> |
|
1071 <string>Ctrl+I</string> |
|
1072 </property> |
|
1073 </action> |
|
1074 <action name="actionInlineDeep"> |
|
1075 <property name="icon"> |
|
1076 <iconset> |
|
1077 <normaloff>:/icons/inline-deep.png</normaloff>:/icons/inline-deep.png</iconset> |
|
1078 </property> |
|
1079 <property name="text"> |
|
1080 <string>&Deep Inline</string> |
|
1081 </property> |
|
1082 <property name="statusTip"> |
|
1083 <string>Recursively inline selected subfiles down to polygons only.</string> |
|
1084 </property> |
|
1085 <property name="shortcut"> |
|
1086 <string>Ctrl+Shift+I</string> |
|
1087 </property> |
|
1088 </action> |
|
1089 <action name="actionInvert"> |
|
1090 <property name="icon"> |
|
1091 <iconset> |
|
1092 <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset> |
|
1093 </property> |
|
1094 <property name="text"> |
|
1095 <string>&Invert</string> |
|
1096 </property> |
|
1097 <property name="shortcut"> |
|
1098 <string>Ctrl+Shift+W</string> |
|
1099 </property> |
|
1100 </action> |
|
1101 <action name="actionMakePrimitive"> |
|
1102 <property name="icon"> |
|
1103 <iconset> |
|
1104 <normaloff>:/icons/radial.png</normaloff>:/icons/radial.png</iconset> |
|
1105 </property> |
|
1106 <property name="text"> |
|
1107 <string>&Generate Primitive</string> |
|
1108 </property> |
|
1109 </action> |
|
1110 <action name="actionSplitQuads"> |
|
1111 <property name="icon"> |
|
1112 <iconset> |
|
1113 <normaloff>:/icons/quad-split.png</normaloff>:/icons/quad-split.png</iconset> |
|
1114 </property> |
|
1115 <property name="text"> |
|
1116 <string>Split &Quads</string> |
|
1117 </property> |
|
1118 <property name="statusTip"> |
|
1119 <string>Split quads into triangles.</string> |
|
1120 </property> |
|
1121 </action> |
|
1122 <action name="actionEditRaw"> |
|
1123 <property name="icon"> |
|
1124 <iconset> |
|
1125 <normaloff>:/icons/set-contents.png</normaloff>:/icons/set-contents.png</iconset> |
|
1126 </property> |
|
1127 <property name="text"> |
|
1128 <string>&Edit LDraw Code</string> |
|
1129 </property> |
|
1130 <property name="statusTip"> |
|
1131 <string>Edit the LDraw code of this object.</string> |
|
1132 </property> |
|
1133 </action> |
|
1134 <action name="actionBorders"> |
|
1135 <property name="icon"> |
|
1136 <iconset> |
|
1137 <normaloff>:/icons/make-borders.png</normaloff>:/icons/make-borders.png</iconset> |
|
1138 </property> |
|
1139 <property name="text"> |
|
1140 <string>&Make Borders</string> |
|
1141 </property> |
|
1142 <property name="statusTip"> |
|
1143 <string>Add borders around given polygons.</string> |
|
1144 </property> |
|
1145 </action> |
|
1146 <action name="actionRoundCoordinates"> |
|
1147 <property name="icon"> |
|
1148 <iconset> |
|
1149 <normaloff>:/icons/round-coords.png</normaloff>:/icons/round-coords.png</iconset> |
|
1150 </property> |
|
1151 <property name="text"> |
|
1152 <string>&Round Coordinates</string> |
|
1153 </property> |
|
1154 <property name="statusTip"> |
|
1155 <string>Round coordinates down to 3/4 decimals</string> |
|
1156 </property> |
|
1157 </action> |
|
1158 <action name="actionVisibilityToggle"> |
|
1159 <property name="icon"> |
|
1160 <iconset> |
|
1161 <normaloff>:/icons/visibility-toggle.png</normaloff>:/icons/visibility-toggle.png</iconset> |
|
1162 </property> |
|
1163 <property name="text"> |
|
1164 <string>&Toggle Visibility</string> |
|
1165 </property> |
|
1166 <property name="statusTip"> |
|
1167 <string>Toggles visibility/hiding on objects.</string> |
|
1168 </property> |
|
1169 </action> |
|
1170 <action name="actionReplaceCoords"> |
|
1171 <property name="icon"> |
|
1172 <iconset> |
|
1173 <normaloff>:/icons/replace-coords.png</normaloff>:/icons/replace-coords.png</iconset> |
|
1174 </property> |
|
1175 <property name="text"> |
|
1176 <string>Re&place Coordinates</string> |
|
1177 </property> |
|
1178 <property name="statusTip"> |
|
1179 <string>Find and replace coordinate values.</string> |
|
1180 </property> |
|
1181 </action> |
|
1182 <action name="actionFlip"> |
|
1183 <property name="icon"> |
|
1184 <iconset> |
|
1185 <normaloff>:/icons/flip.png</normaloff>:/icons/flip.png</iconset> |
|
1186 </property> |
|
1187 <property name="text"> |
|
1188 <string>&Flip</string> |
|
1189 </property> |
|
1190 <property name="statusTip"> |
|
1191 <string>Flip coordinates.</string> |
|
1192 </property> |
|
1193 <property name="shortcut"> |
|
1194 <string>Ctrl+Shift+F</string> |
|
1195 </property> |
|
1196 </action> |
|
1197 <action name="actionDemote"> |
|
1198 <property name="text"> |
|
1199 <string>Demote Conditional Lines</string> |
|
1200 </property> |
|
1201 <property name="statusTip"> |
|
1202 <string>Demote conditional lines down to normal lines.</string> |
|
1203 </property> |
|
1204 </action> |
|
1205 <action name="actionYtruder"> |
|
1206 <property name="icon"> |
|
1207 <iconset> |
|
1208 <normaloff>:/icons/ytruder.png</normaloff>:/icons/ytruder.png</iconset> |
|
1209 </property> |
|
1210 <property name="text"> |
|
1211 <string>&Ytruder</string> |
|
1212 </property> |
|
1213 <property name="statusTip"> |
|
1214 <string>Extrude selected lines to a given plane</string> |
|
1215 </property> |
|
1216 </action> |
|
1217 <action name="actionRectifier"> |
|
1218 <property name="icon"> |
|
1219 <iconset> |
|
1220 <normaloff>:/icons/rectifier.png</normaloff>:/icons/rectifier.png</iconset> |
|
1221 </property> |
|
1222 <property name="text"> |
|
1223 <string>&Rectifier</string> |
|
1224 </property> |
|
1225 <property name="statusTip"> |
|
1226 <string>Optimizes quads into rect primitives.</string> |
|
1227 </property> |
|
1228 </action> |
|
1229 <action name="actionIntersector"> |
|
1230 <property name="icon"> |
|
1231 <iconset> |
|
1232 <normaloff>:/icons/intersector.png</normaloff>:/icons/intersector.png</iconset> |
|
1233 </property> |
|
1234 <property name="text"> |
|
1235 <string>&Intersector</string> |
|
1236 </property> |
|
1237 <property name="statusTip"> |
|
1238 <string>Perform clipping between two input groups.</string> |
|
1239 </property> |
|
1240 </action> |
|
1241 <action name="actionIsecalc"> |
|
1242 <property name="icon"> |
|
1243 <iconset> |
|
1244 <normaloff>:/icons/isecalc.png</normaloff>:/icons/isecalc.png</iconset> |
|
1245 </property> |
|
1246 <property name="text"> |
|
1247 <string>I&secalc</string> |
|
1248 </property> |
|
1249 <property name="statusTip"> |
|
1250 <string>Compute intersection edgelines between two input groups.</string> |
|
1251 </property> |
|
1252 </action> |
|
1253 <action name="actionCoverer"> |
|
1254 <property name="icon"> |
|
1255 <iconset> |
|
1256 <normaloff>:/icons/coverer.png</normaloff>:/icons/coverer.png</iconset> |
|
1257 </property> |
|
1258 <property name="text"> |
|
1259 <string>&Coverer</string> |
|
1260 </property> |
|
1261 <property name="statusTip"> |
|
1262 <string>Fill the space between two line shapes</string> |
|
1263 </property> |
|
1264 </action> |
|
1265 <action name="actionEdger2"> |
|
1266 <property name="text"> |
|
1267 <string>&Edger 2</string> |
|
1268 </property> |
|
1269 </action> |
|
1270 <action name="actionHelp"> |
|
1271 <property name="enabled"> |
|
1272 <bool>false</bool> |
|
1273 </property> |
|
1274 <property name="icon"> |
|
1275 <iconset> |
|
1276 <normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset> |
|
1277 </property> |
|
1278 <property name="text"> |
|
1279 <string>&Help</string> |
|
1280 </property> |
|
1281 <property name="shortcut"> |
|
1282 <string>F1</string> |
|
1283 </property> |
|
1284 </action> |
|
1285 <action name="actionAbout"> |
|
1286 <property name="icon"> |
|
1287 <iconset> |
|
1288 <normaloff>:/icons/ldforge.png</normaloff>:/icons/ldforge.png</iconset> |
|
1289 </property> |
|
1290 <property name="text"> |
|
1291 <string>&About LDForge</string> |
|
1292 </property> |
|
1293 </action> |
|
1294 <action name="actionAboutQt"> |
|
1295 <property name="text"> |
|
1296 <string>About &Qt</string> |
|
1297 </property> |
|
1298 </action> |
|
1299 <action name="actionGridCoarse"> |
|
1300 <property name="checkable"> |
|
1301 <bool>true</bool> |
|
1302 </property> |
|
1303 <property name="icon"> |
|
1304 <iconset> |
|
1305 <normaloff>:/icons/grid-coarse.png</normaloff>:/icons/grid-coarse.png</iconset> |
|
1306 </property> |
|
1307 <property name="text"> |
|
1308 <string>&Coarse Grid</string> |
|
1309 </property> |
|
1310 </action> |
|
1311 <action name="actionGridMedium"> |
|
1312 <property name="checkable"> |
|
1313 <bool>true</bool> |
|
1314 </property> |
|
1315 <property name="checked"> |
|
1316 <bool>true</bool> |
|
1317 </property> |
|
1318 <property name="icon"> |
|
1319 <iconset> |
|
1320 <normaloff>:/icons/grid-medium.png</normaloff>:/icons/grid-medium.png</iconset> |
|
1321 </property> |
|
1322 <property name="text"> |
|
1323 <string>&Medium Grid</string> |
|
1324 </property> |
|
1325 </action> |
|
1326 <action name="actionGridFine"> |
|
1327 <property name="checkable"> |
|
1328 <bool>true</bool> |
|
1329 </property> |
|
1330 <property name="icon"> |
|
1331 <iconset> |
|
1332 <normaloff>:/icons/grid-fine.png</normaloff>:/icons/grid-fine.png</iconset> |
|
1333 </property> |
|
1334 <property name="text"> |
|
1335 <string>&Fine Grid</string> |
|
1336 </property> |
|
1337 </action> |
|
1338 <action name="actionEdit"> |
|
1339 <property name="text"> |
|
1340 <string>&Edit Selected Object</string> |
|
1341 </property> |
|
1342 </action> |
|
1343 <action name="actionMoveUp"> |
|
1344 <property name="icon"> |
|
1345 <iconset resource="../ldforge.qrc"> |
|
1346 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset> |
|
1347 </property> |
|
1348 <property name="text"> |
|
1349 <string>&Move Up</string> |
|
1350 </property> |
|
1351 <property name="shortcut"> |
|
1352 <string>PgUp</string> |
|
1353 </property> |
|
1354 </action> |
|
1355 <action name="actionMoveDown"> |
|
1356 <property name="icon"> |
|
1357 <iconset resource="../ldforge.qrc"> |
|
1358 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset> |
|
1359 </property> |
|
1360 <property name="text"> |
|
1361 <string>Move &Down</string> |
|
1362 </property> |
|
1363 <property name="shortcut"> |
|
1364 <string>PgDown</string> |
|
1365 </property> |
|
1366 </action> |
|
1367 <action name="actionMoveXNeg"> |
|
1368 <property name="icon"> |
|
1369 <iconset> |
|
1370 <normaloff>:/icons/move-x-neg.png</normaloff>:/icons/move-x-neg.png</iconset> |
|
1371 </property> |
|
1372 <property name="text"> |
|
1373 <string>&Move -X</string> |
|
1374 </property> |
|
1375 <property name="shortcut"> |
|
1376 <string>Left</string> |
|
1377 </property> |
|
1378 </action> |
|
1379 <action name="actionMoveXPos"> |
|
1380 <property name="icon"> |
|
1381 <iconset> |
|
1382 <normaloff>:/icons/move-x-pos.png</normaloff>:/icons/move-x-pos.png</iconset> |
|
1383 </property> |
|
1384 <property name="text"> |
|
1385 <string>Move +&X</string> |
|
1386 </property> |
|
1387 <property name="shortcut"> |
|
1388 <string>Right</string> |
|
1389 </property> |
|
1390 </action> |
|
1391 <action name="actionMoveYNeg"> |
|
1392 <property name="icon"> |
|
1393 <iconset> |
|
1394 <normaloff>:/icons/move-y-neg.png</normaloff>:/icons/move-y-neg.png</iconset> |
|
1395 </property> |
|
1396 <property name="text"> |
|
1397 <string>Move -&Y</string> |
|
1398 </property> |
|
1399 <property name="shortcut"> |
|
1400 <string>Home</string> |
|
1401 </property> |
|
1402 </action> |
|
1403 <action name="actionMoveYPos"> |
|
1404 <property name="icon"> |
|
1405 <iconset> |
|
1406 <normaloff>:/icons/move-y-pos.png</normaloff>:/icons/move-y-pos.png</iconset> |
|
1407 </property> |
|
1408 <property name="text"> |
|
1409 <string>M&ove +Y</string> |
|
1410 </property> |
|
1411 <property name="shortcut"> |
|
1412 <string>End</string> |
|
1413 </property> |
|
1414 </action> |
|
1415 <action name="actionMoveZNeg"> |
|
1416 <property name="icon"> |
|
1417 <iconset> |
|
1418 <normaloff>:/icons/move-z-neg.png</normaloff>:/icons/move-z-neg.png</iconset> |
|
1419 </property> |
|
1420 <property name="text"> |
|
1421 <string>Move -&Z</string> |
|
1422 </property> |
|
1423 <property name="shortcut"> |
|
1424 <string>Down</string> |
|
1425 </property> |
|
1426 </action> |
|
1427 <action name="actionMoveZPos"> |
|
1428 <property name="icon"> |
|
1429 <iconset> |
|
1430 <normaloff>:/icons/move-z-pos.png</normaloff>:/icons/move-z-pos.png</iconset> |
|
1431 </property> |
|
1432 <property name="text"> |
|
1433 <string>Mo&ve +Z</string> |
|
1434 </property> |
|
1435 <property name="shortcut"> |
|
1436 <string>Up</string> |
|
1437 </property> |
|
1438 </action> |
|
1439 <action name="actionRotateXNeg"> |
|
1440 <property name="text"> |
|
1441 <string>&Rotate -X</string> |
|
1442 </property> |
|
1443 <property name="shortcut"> |
|
1444 <string>Ctrl+Left</string> |
|
1445 </property> |
|
1446 </action> |
|
1447 <action name="actionRotateXPos"> |
|
1448 <property name="text"> |
|
1449 <string>Rotate +&X</string> |
|
1450 </property> |
|
1451 <property name="shortcut"> |
|
1452 <string>Ctrl+Right</string> |
|
1453 </property> |
|
1454 </action> |
|
1455 <action name="actionRotateYNeg"> |
|
1456 <property name="text"> |
|
1457 <string>Rotate -&Y</string> |
|
1458 </property> |
|
1459 <property name="shortcut"> |
|
1460 <string>Ctrl+End</string> |
|
1461 </property> |
|
1462 </action> |
|
1463 <action name="actionRotateYPos"> |
|
1464 <property name="text"> |
|
1465 <string>R&otate +Y</string> |
|
1466 </property> |
|
1467 <property name="shortcut"> |
|
1468 <string>Ctrl+Home</string> |
|
1469 </property> |
|
1470 </action> |
|
1471 <action name="actionRotateZNeg"> |
|
1472 <property name="text"> |
|
1473 <string>Rotate -&Z</string> |
|
1474 </property> |
|
1475 <property name="shortcut"> |
|
1476 <string>Ctrl+Down</string> |
|
1477 </property> |
|
1478 </action> |
|
1479 <action name="actionRotateZPos"> |
|
1480 <property name="text"> |
|
1481 <string>Rotat&e +Z</string> |
|
1482 </property> |
|
1483 <property name="shortcut"> |
|
1484 <string>Ctrl+Up</string> |
|
1485 </property> |
|
1486 </action> |
|
1487 <action name="actionRotationPoint"> |
|
1488 <property name="text"> |
|
1489 <string>&Set Rotation Point</string> |
|
1490 </property> |
|
1491 </action> |
|
1492 <action name="actionSaveAll"> |
|
1493 <property name="text"> |
|
1494 <string>Save All</string> |
|
1495 </property> |
|
1496 </action> |
|
1497 <action name="actionClose"> |
|
1498 <property name="text"> |
|
1499 <string>&Close</string> |
|
1500 </property> |
|
1501 <property name="shortcut"> |
|
1502 <string>Ctrl+W</string> |
|
1503 </property> |
|
1504 </action> |
|
1505 <action name="actionCloseAll"> |
|
1506 <property name="text"> |
|
1507 <string>Close All</string> |
|
1508 </property> |
|
1509 <property name="shortcut"> |
|
1510 <string>Ctrl+Shift+W</string> |
|
1511 </property> |
|
1512 </action> |
|
1513 <action name="actionNewFile"> |
|
1514 <property name="icon"> |
|
1515 <iconset> |
|
1516 <normaloff>:/icons/file-new.png</normaloff>:/icons/file-new.png</iconset> |
|
1517 </property> |
|
1518 <property name="text"> |
|
1519 <string>New &File</string> |
|
1520 </property> |
|
1521 <property name="shortcut"> |
|
1522 <string>Ctrl+N</string> |
|
1523 </property> |
|
1524 </action> |
|
1525 <action name="actionDownloadFrom"> |
|
1526 <property name="text"> |
|
1527 <string>&Download From...</string> |
|
1528 </property> |
|
1529 </action> |
|
1530 <action name="actionAddHistoryLine"> |
|
1531 <property name="text"> |
|
1532 <string>Add History Line</string> |
|
1533 </property> |
|
1534 </action> |
|
1535 <action name="actionJumpTo"> |
|
1536 <property name="text"> |
|
1537 <string>&Go to Line...</string> |
|
1538 </property> |
|
1539 <property name="shortcut"> |
|
1540 <string>Ctrl+G</string> |
|
1541 </property> |
|
1542 </action> |
|
1543 <action name="actionModeCircle"> |
|
1544 <property name="checkable"> |
|
1545 <bool>true</bool> |
|
1546 </property> |
|
1547 <property name="icon"> |
|
1548 <iconset> |
|
1549 <normaloff>:/icons/mode-circle.png</normaloff>:/icons/mode-circle.png</iconset> |
|
1550 </property> |
|
1551 <property name="text"> |
|
1552 <string>C&ircle Mode</string> |
|
1553 </property> |
|
1554 <property name="shortcut"> |
|
1555 <string>C</string> |
|
1556 </property> |
|
1557 </action> |
|
1558 <action name="actionVisibilityHide"> |
|
1559 <property name="icon"> |
|
1560 <iconset> |
|
1561 <normaloff>:/icons/visibility-hide.png</normaloff>:/icons/visibility-hide.png</iconset> |
|
1562 </property> |
|
1563 <property name="text"> |
|
1564 <string>&Hide</string> |
|
1565 </property> |
|
1566 <property name="toolTip"> |
|
1567 <string>Hides objects from view</string> |
|
1568 </property> |
|
1569 </action> |
|
1570 <action name="actionVisibilityReveal"> |
|
1571 <property name="icon"> |
|
1572 <iconset> |
|
1573 <normaloff>:/icons/visibility-show.png</normaloff>:/icons/visibility-show.png</iconset> |
|
1574 </property> |
|
1575 <property name="text"> |
|
1576 <string>Re&veal</string> |
|
1577 </property> |
|
1578 <property name="toolTip"> |
|
1579 <string>Reveals objects. Undoes hiding.</string> |
|
1580 </property> |
|
1581 </action> |
|
1582 <action name="actionSubfileSelection"> |
|
1583 <property name="text"> |
|
1584 <string>Subfile Selection</string> |
|
1585 </property> |
|
1586 </action> |
|
1587 <action name="actionDrawAngles"> |
|
1588 <property name="checkable"> |
|
1589 <bool>true</bool> |
|
1590 </property> |
|
1591 <property name="icon"> |
|
1592 <iconset> |
|
1593 <normaloff>:/icons/mode-angle.png</normaloff>:/icons/mode-angle.png</iconset> |
|
1594 </property> |
|
1595 <property name="text"> |
|
1596 <string>Draw An&gles</string> |
|
1597 </property> |
|
1598 <property name="toolTip"> |
|
1599 <string>Draw angle information when drawing lines</string> |
|
1600 </property> |
|
1601 </action> |
|
1602 <action name="actionRandomColors"> |
|
1603 <property name="checkable"> |
|
1604 <bool>true</bool> |
|
1605 </property> |
|
1606 <property name="icon"> |
|
1607 <iconset> |
|
1608 <normaloff>:/icons/random-colors.png</normaloff>:/icons/random-colors.png</iconset> |
|
1609 </property> |
|
1610 <property name="text"> |
|
1611 <string>Ra&ndom colors</string> |
|
1612 </property> |
|
1613 <property name="shortcut"> |
|
1614 <string>Shift+R</string> |
|
1615 </property> |
|
1616 </action> |
|
1617 <action name="actionOpenSubfiles"> |
|
1618 <property name="text"> |
|
1619 <string>&Open Subfiles for Editing</string> |
|
1620 </property> |
|
1621 <property name="toolTip"> |
|
1622 <string>Opens the documents used by the selected subparts for editing.</string> |
|
1623 </property> |
|
1624 </action> |
|
1625 <action name="actionSplitLines"> |
|
1626 <property name="text"> |
|
1627 <string>Split &Lines...</string> |
|
1628 </property> |
|
1629 </action> |
|
1630 <action name="actionDrawSurfaces"> |
|
1631 <property name="checkable"> |
|
1632 <bool>true</bool> |
|
1633 </property> |
|
1634 <property name="text"> |
|
1635 <string>Draw s&urfaces</string> |
|
1636 </property> |
|
1637 <property name="toolTip"> |
|
1638 <string>Render surfaces (i.e. quads and triangles) on the viewport.</string> |
|
1639 </property> |
|
1640 </action> |
|
1641 <action name="actionDrawEdgeLines"> |
|
1642 <property name="checkable"> |
|
1643 <bool>true</bool> |
|
1644 </property> |
|
1645 <property name="text"> |
|
1646 <string>Draw &edgelines</string> |
|
1647 </property> |
|
1648 <property name="toolTip"> |
|
1649 <string>Render edgelines on the viewport</string> |
|
1650 </property> |
|
1651 </action> |
|
1652 <action name="actionDrawConditionalLines"> |
|
1653 <property name="checkable"> |
|
1654 <bool>true</bool> |
|
1655 </property> |
|
1656 <property name="text"> |
|
1657 <string>Draw conditional &lines</string> |
|
1658 </property> |
|
1659 <property name="toolTip"> |
|
1660 <string>Render conditional lines on the viewport.</string> |
|
1661 </property> |
|
1662 </action> |
|
1663 <action name="actionModeMagicWand"> |
|
1664 <property name="checkable"> |
|
1665 <bool>true</bool> |
|
1666 </property> |
|
1667 <property name="icon"> |
|
1668 <iconset> |
|
1669 <normaloff>:/icons/mode-magicwand.png</normaloff>:/icons/mode-magicwand.png</iconset> |
|
1670 </property> |
|
1671 <property name="text"> |
|
1672 <string>&Magic wand</string> |
|
1673 </property> |
|
1674 <property name="shortcut"> |
|
1675 <string>W</string> |
|
1676 </property> |
|
1677 </action> |
|
1678 <action name="actionModeRectangle"> |
|
1679 <property name="checkable"> |
|
1680 <bool>true</bool> |
|
1681 </property> |
|
1682 <property name="icon"> |
|
1683 <iconset> |
|
1684 <normaloff>:/icons/mode-rectangle.png</normaloff>:/icons/mode-rectangle.png</iconset> |
|
1685 </property> |
|
1686 <property name="text"> |
|
1687 <string>Recta&ngle Mode</string> |
|
1688 </property> |
|
1689 <property name="shortcut"> |
|
1690 <string>R</string> |
|
1691 </property> |
|
1692 </action> |
|
1693 <action name="actionModeLinePath"> |
|
1694 <property name="checkable"> |
|
1695 <bool>true</bool> |
|
1696 </property> |
|
1697 <property name="icon"> |
|
1698 <iconset> |
|
1699 <normaloff>:/icons/line.png</normaloff>:/icons/line.png</iconset> |
|
1700 </property> |
|
1701 <property name="text"> |
|
1702 <string>&Line Path Mode</string> |
|
1703 </property> |
|
1704 <property name="shortcut"> |
|
1705 <string>P</string> |
|
1706 </property> |
|
1707 </action> |
|
1708 </widget> |
|
1709 <resources> |
|
1710 <include location="../ldforge.qrc"/> |
|
1711 </resources> |
|
1712 <connections/> |
|
1713 </ui> |
|