src/rectifier.ui

changeset 932
738673e8a6b4
parent 491
7d1b5ecd76c0
equal deleted inserted replaced
931:85080f7a1c20 932:738673e8a6b4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RectifierUI</class>
4 <widget class="QDialog" name="RectifierUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>175</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>300</width>
16 <height>175</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Rectifier</string>
21 </property>
22 <property name="sizeGripEnabled">
23 <bool>false</bool>
24 </property>
25 <property name="modal">
26 <bool>false</bool>
27 </property>
28 <widget class="QDialogButtonBox" name="buttonBox">
29 <property name="geometry">
30 <rect>
31 <x>10</x>
32 <y>140</y>
33 <width>281</width>
34 <height>32</height>
35 </rect>
36 </property>
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="standardButtons">
41 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42 </property>
43 </widget>
44 <widget class="QWidget" name="verticalLayoutWidget">
45 <property name="geometry">
46 <rect>
47 <x>0</x>
48 <y>0</y>
49 <width>301</width>
50 <height>131</height>
51 </rect>
52 </property>
53 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0">
54 <item>
55 <widget class="QCheckBox" name="cb_condense">
56 <property name="text">
57 <string>Condense triangles to quads</string>
58 </property>
59 <property name="checked">
60 <bool>true</bool>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QCheckBox" name="cb_subst">
66 <property name="text">
67 <string>Substitute with rect primitives</string>
68 </property>
69 <property name="checked">
70 <bool>true</bool>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QCheckBox" name="cb_condlineCheck">
76 <property name="text">
77 <string>Don't replace quads that have adj. cond. lines</string>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QCheckBox" name="cb_colorize">
83 <property name="text">
84 <string>Colorize result</string>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <layout class="QHBoxLayout" name="horizontalLayout">
90 <item>
91 <widget class="QLabel" name="label">
92 <property name="text">
93 <string>Coplanarity threshold</string>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QDoubleSpinBox" name="dsb_coplthres">
99 <property name="decimals">
100 <number>3</number>
101 </property>
102 <property name="maximum">
103 <double>360.000000000000000</double>
104 </property>
105 <property name="singleStep">
106 <double>0.100000000000000</double>
107 </property>
108 </widget>
109 </item>
110 </layout>
111 </item>
112 </layout>
113 </widget>
114 </widget>
115 <resources/>
116 <connections>
117 <connection>
118 <sender>buttonBox</sender>
119 <signal>accepted()</signal>
120 <receiver>RectifierUI</receiver>
121 <slot>accept()</slot>
122 <hints>
123 <hint type="sourcelabel">
124 <x>248</x>
125 <y>254</y>
126 </hint>
127 <hint type="destinationlabel">
128 <x>157</x>
129 <y>274</y>
130 </hint>
131 </hints>
132 </connection>
133 <connection>
134 <sender>buttonBox</sender>
135 <signal>rejected()</signal>
136 <receiver>RectifierUI</receiver>
137 <slot>reject()</slot>
138 <hints>
139 <hint type="sourcelabel">
140 <x>316</x>
141 <y>260</y>
142 </hint>
143 <hint type="destinationlabel">
144 <x>286</x>
145 <y>274</y>
146 </hint>
147 </hints>
148 </connection>
149 </connections>
150 </ui>

mercurial