2020-05-06 19:17:40 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>Inputter</class>
|
|
|
|
|
<widget class="QWidget" name="Inputter">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2020-05-21 18:03:31 +08:00
|
|
|
<width>404</width>
|
|
|
|
|
<height>683</height>
|
2020-05-06 19:17:40 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
|
<property name="styleSheet">
|
2020-05-09 14:46:07 +08:00
|
|
|
<string notr="true"/>
|
2020-05-06 19:17:40 +08:00
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2020-05-06 19:17:40 +08:00
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Raised</enum>
|
2020-05-06 19:17:40 +08:00
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2020-10-12 14:39:16 +08:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
2020-05-15 18:47:47 +08:00
|
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
2020-06-16 20:54:51 +08:00
|
|
|
<height>60</height>
|
2020-05-15 18:47:47 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<family>Arial</family>
|
|
|
|
|
<pointsize>20</pointsize>
|
|
|
|
|
<weight>50</weight>
|
|
|
|
|
<bold>false</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-05-07 19:14:44 +08:00
|
|
|
<item row="2" column="0">
|
2020-10-12 14:39:16 +08:00
|
|
|
<widget class="QLabel" name="label_decription">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
2020-05-15 18:47:47 +08:00
|
|
|
</property>
|
2020-10-12 14:39:16 +08:00
|
|
|
</widget>
|
2020-05-15 18:47:47 +08:00
|
|
|
</item>
|
2020-10-12 14:39:16 +08:00
|
|
|
<item row="4" column="0">
|
2020-05-07 19:14:44 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_3">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>3</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_7">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>7</string>
|
2020-06-06 16:08:11 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_9">
|
2020-06-06 16:08:11 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>9</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="4" rowspan="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_del">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
2020-06-08 17:54:17 +08:00
|
|
|
<height>160</height>
|
2020-05-07 19:14:44 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>80</width>
|
|
|
|
|
<height>6666</height>
|
2020-05-15 18:47:47 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>del</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_8">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>8</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="5" column="3" colspan="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_ok">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>160</width>
|
|
|
|
|
<height>80</height>
|
2020-05-07 19:14:44 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>6666</width>
|
|
|
|
|
<height>100</height>
|
2020-05-15 18:47:47 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>ok</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_0">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>0</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_4">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>4</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_6">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>6</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="3" column="3">
|
2020-06-06 16:08:11 +08:00
|
|
|
<widget class="QPushButton" name="pushButton_nan">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-06 16:08:11 +08:00
|
|
|
<string>nan</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="5" column="1" colspan="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_cancel">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>160</width>
|
2020-05-07 19:14:44 +08:00
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>666</width>
|
2020-05-15 18:47:47 +08:00
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>cancel</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>2</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="5">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_5">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>100</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>5</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_point">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>80</width>
|
2020-05-07 19:14:44 +08:00
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>100</width>
|
2020-05-15 18:47:47 +08:00
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>.</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="0" column="4" rowspan="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_minus">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>80</width>
|
2020-06-06 16:08:11 +08:00
|
|
|
<height>160</height>
|
2020-05-07 19:14:44 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>100</width>
|
2020-06-06 16:08:11 +08:00
|
|
|
<height>6666</height>
|
2020-05-15 18:47:47 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>-</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_1">
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>80</width>
|
2020-05-07 19:14:44 +08:00
|
|
|
<height>80</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-15 18:47:47 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-06-08 17:54:17 +08:00
|
|
|
<width>100</width>
|
2020-05-15 18:47:47 +08:00
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
2020-06-08 17:54:17 +08:00
|
|
|
<string>1</string>
|
2020-05-07 19:14:44 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-06-08 17:54:17 +08:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2020-05-07 19:14:44 +08:00
|
|
|
</layout>
|
|
|
|
|
</item>
|
2020-10-12 14:39:16 +08:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-05-07 19:14:44 +08:00
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2020-05-06 19:17:40 +08:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|