增加编辑操作

This commit is contained in:
yuruo
2024-02-29 12:39:05 +08:00
parent 476ba6585e
commit b544064242
5 changed files with 119 additions and 45 deletions

View File

@@ -1,91 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>508</width>
<height>424</height>
</rect>
</property>
<property name="windowTitle">
<string>autoMate</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>用户</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>251</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="textEdit_2">
<property name="geometry">
<rect>
<x>130</x>
<y>210</y>
<width>251</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>220</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>密码</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>190</x>
<y>280</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>没有账户?点击注册</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>200</x>
<y>320</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>登陆</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>