Sun, 03 Jul 2022 21:47:44 +0300
Fix normal of the plane used to find cylinder height
| 178 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> | |
| 3 | <class>ColorIndexInput</class> | |
| 4 | <widget class="QWidget" name="ColorIndexInput"> | |
| 5 | <property name="geometry"> | |
| 6 | <rect> | |
| 7 | <x>0</x> | |
| 8 | <y>0</y> | |
| 9 | <width>370</width> | |
|
258
fe094d0687ad
Add widgets to object editor
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
178
diff
changeset
|
10 | <height>53</height> |
| 178 | 11 | </rect> |
| 12 | </property> | |
| 13 | <property name="windowTitle"> | |
| 14 | <string>Form</string> | |
| 15 | </property> | |
| 16 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
| 17 | <item> | |
| 18 | <widget class="QSpinBox" name="index"> | |
| 19 | <property name="suffix"> | |
| 20 | <string/> | |
| 21 | </property> | |
| 22 | <property name="maximum"> | |
| 23 | <number>2147483647</number> | |
| 24 | </property> | |
| 25 | </widget> | |
| 26 | </item> | |
| 27 | <item> | |
| 28 | <widget class="QPushButton" name="button"> | |
| 29 | <property name="text"> | |
| 30 | <string>…</string> | |
| 31 | </property> | |
| 32 | </widget> | |
| 33 | </item> | |
| 34 | <item> | |
| 35 | <spacer name="horizontalSpacer"> | |
| 36 | <property name="orientation"> | |
| 37 | <enum>Qt::Horizontal</enum> | |
| 38 | </property> | |
| 39 | <property name="sizeHint" stdset="0"> | |
| 40 | <size> | |
| 41 | <width>40</width> | |
| 42 | <height>20</height> | |
| 43 | </size> | |
| 44 | </property> | |
| 45 | </spacer> | |
| 46 | </item> | |
| 47 | </layout> | |
| 48 | </widget> | |
| 49 | <resources/> | |
| 50 | <connections/> | |
| 51 | </ui> |