Files
create/src/Gui/DlgLocationPos.ui
2011-10-10 13:44:52 +00:00

172 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Position</class>
<widget class="QWidget" name="Position">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>171</width>
<height>178</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>X:</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="vectorX">
<property name="minimum">
<double>-2147480000.000000000000000</double>
</property>
<property name="maximum">
<double>2147480000.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Y:</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="vectorY">
<property name="minimum">
<double>-2147480000.000000000000000</double>
</property>
<property name="maximum">
<double>2147480000.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Z:</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="vectorZ">
<property name="minimum">
<double>-2147480000.000000000000000</double>
</property>
<property name="maximum">
<double>2147480000.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>Grid Snap in</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxGridSize">
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>0.1 mm</string>
</property>
</item>
<item>
<property name="text">
<string>0.5 mm</string>
</property>
</item>
<item>
<property name="text">
<string>1 mm</string>
</property>
</item>
<item>
<property name="text">
<string>2 mm</string>
</property>
</item>
<item>
<property name="text">
<string>5 mm</string>
</property>
</item>
<item>
<property name="text">
<string>10 mm</string>
</property>
</item>
<item>
<property name="text">
<string>20 mm</string>
</property>
</item>
<item>
<property name="text">
<string>50 mm</string>
</property>
</item>
<item>
<property name="text">
<string>100 mm</string>
</property>
</item>
<item>
<property name="text">
<string>200 mm</string>
</property>
</item>
<item>
<property name="text">
<string>500 mm</string>
</property>
</item>
<item>
<property name="text">
<string>1 m</string>
</property>
</item>
<item>
<property name="text">
<string>2 m</string>
</property>
</item>
<item>
<property name="text">
<string>5 m </string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>