ui/ldforge.ui

changeset 667
31540c1f22ea
parent 578
a86ae85a277c
child 631
93272c0f9a80
equal deleted inserted replaced
666:c595cfb4791c 667:31540c1f22ea
4 <widget class="QMainWindow" name="LDForgeUI"> 4 <widget class="QMainWindow" name="LDForgeUI">
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>900</width> 9 <width>1010</width>
10 <height>600</height> 10 <height>641</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string/> 14 <string/>
15 </property> 15 </property>
67 <widget class="QMenuBar" name="menubar"> 67 <widget class="QMenuBar" name="menubar">
68 <property name="geometry"> 68 <property name="geometry">
69 <rect> 69 <rect>
70 <x>0</x> 70 <x>0</x>
71 <y>0</y> 71 <y>0</y>
72 <width>900</width> 72 <width>1010</width>
73 <height>24</height> 73 <height>24</height>
74 </rect> 74 </rect>
75 </property> 75 </property>
76 <widget class="QMenu" name="menuFile"> 76 <widget class="QMenu" name="menuFile">
77 <property name="title"> 77 <property name="title">
114 </property> 114 </property>
115 <addaction name="actionResetView"/> 115 <addaction name="actionResetView"/>
116 <addaction name="actionAxes"/> 116 <addaction name="actionAxes"/>
117 <addaction name="actionWireframe"/> 117 <addaction name="actionWireframe"/>
118 <addaction name="actionBFCView"/> 118 <addaction name="actionBFCView"/>
119 <addaction name="actionDrawAngles"/>
119 <addaction name="separator"/> 120 <addaction name="separator"/>
120 <addaction name="actionSetOverlay"/> 121 <addaction name="actionSetOverlay"/>
121 <addaction name="actionClearOverlay"/> 122 <addaction name="actionClearOverlay"/>
122 <addaction name="separator"/> 123 <addaction name="separator"/>
123 <addaction name="actionScreenshot"/> 124 <addaction name="actionScreenshot"/>
363 <bool>false</bool> 364 <bool>false</bool>
364 </attribute> 365 </attribute>
365 <addaction name="actionAxes"/> 366 <addaction name="actionAxes"/>
366 <addaction name="actionWireframe"/> 367 <addaction name="actionWireframe"/>
367 <addaction name="actionBFCView"/> 368 <addaction name="actionBFCView"/>
369 <addaction name="actionDrawAngles"/>
368 </widget> 370 </widget>
369 <widget class="QToolBar" name="toolBar_7"> 371 <widget class="QToolBar" name="toolBar_7">
370 <property name="windowTitle"> 372 <property name="windowTitle">
371 <string>toolBar_7</string> 373 <string>toolBar_7</string>
372 </property> 374 </property>
414 </attribute> 416 </attribute>
415 <attribute name="toolBarBreak"> 417 <attribute name="toolBarBreak">
416 <bool>false</bool> 418 <bool>false</bool>
417 </attribute> 419 </attribute>
418 </widget> 420 </widget>
421 <widget class="QToolBar" name="toolBar_9">
422 <property name="windowTitle">
423 <string>toolBar_9</string>
424 </property>
425 <attribute name="toolBarArea">
426 <enum>TopToolBarArea</enum>
427 </attribute>
428 <attribute name="toolBarBreak">
429 <bool>false</bool>
430 </attribute>
431 <addaction name="actionYtruder"/>
432 <addaction name="actionRectifier"/>
433 <addaction name="actionIntersector"/>
434 <addaction name="actionIsecalc"/>
435 <addaction name="actionCoverer"/>
436 <addaction name="actionEdger2"/>
437 </widget>
419 <action name="actionNew"> 438 <action name="actionNew">
420 <property name="icon"> 439 <property name="icon">
421 <iconset resource="../ldforge.qrc"> 440 <iconset resource="../ldforge.qrc">
422 <normaloff>:/icons/brick.png</normaloff>:/icons/brick.png</iconset> 441 <normaloff>:/icons/brick.png</normaloff>:/icons/brick.png</iconset>
423 </property> 442 </property>
1319 <property name="text"> 1338 <property name="text">
1320 <string>Reveal</string> 1339 <string>Reveal</string>
1321 </property> 1340 </property>
1322 <property name="toolTip"> 1341 <property name="toolTip">
1323 <string>Reveals objects. Undoes hiding.</string> 1342 <string>Reveals objects. Undoes hiding.</string>
1343 </property>
1344 </action>
1345 <action name="actionSubfileSelection">
1346 <property name="text">
1347 <string>Subfile Selection</string>
1348 </property>
1349 </action>
1350 <action name="actionDrawAngles">
1351 <property name="checkable">
1352 <bool>true</bool>
1353 </property>
1354 <property name="icon">
1355 <iconset resource="../ldforge.qrc">
1356 <normaloff>:/icons/mode-angle.png</normaloff>:/icons/mode-angle.png</iconset>
1357 </property>
1358 <property name="text">
1359 <string>Draw Angles</string>
1360 </property>
1361 <property name="toolTip">
1362 <string>Draw angle information when drawing lines</string>
1324 </property> 1363 </property>
1325 </action> 1364 </action>
1326 </widget> 1365 </widget>
1327 <resources> 1366 <resources>
1328 <include location="../ldforge.qrc"/> 1367 <include location="../ldforge.qrc"/>

mercurial