231 lines
6.5 KiB
XML
231 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PrintViewWindow</class>
|
|
<widget class="QMainWindow" name="PrintViewWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1000</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>1000</width>
|
|
<height>600</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Print View</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout_all" stretch="17,1">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_view"/>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_fun" stretch="1,400">
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>1</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>770</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_startUnit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>0</y>
|
|
<width>21</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>mm</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_start">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>6</y>
|
|
<width>86</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>IBeamCursor</cursorShape>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::ClickFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_y">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>6</y>
|
|
<width>85</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_draw">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>700</x>
|
|
<y>2</y>
|
|
<width>71</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Draw</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_y">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>123</x>
|
|
<y>0</y>
|
|
<width>12</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_x">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>6</y>
|
|
<width>86</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_number">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>550</x>
|
|
<y>6</y>
|
|
<width>60</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::ClickFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_start">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>243</x>
|
|
<y>0</y>
|
|
<width>101</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start point:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_x">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>4</x>
|
|
<y>0</y>
|
|
<width>21</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_number">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>0</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Number:</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>label_startUnit</zorder>
|
|
<zorder>lineEdit_start</zorder>
|
|
<zorder>lineEdit_y</zorder>
|
|
<zorder>label_y</zorder>
|
|
<zorder>lineEdit_x</zorder>
|
|
<zorder>lineEdit_number</zorder>
|
|
<zorder>label_start</zorder>
|
|
<zorder>label_x</zorder>
|
|
<zorder>label_number</zorder>
|
|
<zorder>pushButton_draw</zorder>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|