mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
60 lines
1.4 KiB
XML
60 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CADtexturingControl</class>
|
|
<widget class="QDockWidget" name="CADtexturingControl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>173</width>
|
|
<height>87</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>CADtexturingControl</string>
|
|
</property>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<widget class="QPushButton" name="saverendering">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>10</y>
|
|
<width>71</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>save rendering from the camera of the currently selected raster layer</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>save view</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="render_edges">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>40</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>crease angle edge render mode</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>render edges</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|