You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
1.9 KiB
Plaintext

4 years ago
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QAddModeUI</class>
<widget class="QDialog" name="QAddModeUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>220</width>
<height>105</height>
4 years ago
</rect>
</property>
<property name="windowTitle">
<string>添加型号</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QPushButton" name="pushButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
4 years ago
<property name="font">
<font>
<pointsize>12</pointsize>
4 years ago
</font>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pushButton_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
4 years ago
<property name="font">
<font>
<pointsize>12</pointsize>
4 years ago
</font>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
</size>
</property>
4 years ago
<property name="font">
<font>
<pointsize>12</pointsize>
4 years ago
</font>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>12</pointsize>
4 years ago
</font>
</property>
<property name="text">
<string>请输入型号名:</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>