Commit 578e2392 authored by Qiu Chuntao's avatar Qiu Chuntao

Add new file

parent fbc00238
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UserWindow</class>
<widget class="QMainWindow" name="UserWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>558</width>
<height>359</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="goback">
<property name="geometry">
<rect>
<x>470</x>
<y>330</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>194</x>
<y>60</y>
<width>151</width>
<height>201</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="usrtable">
<property name="text">
<string>查看用户表</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="find_usr">
<property name="text">
<string>查找用户</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="delet_usr">
<property name="text">
<string>删除用户</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="updata_usr">
<property name="text">
<string>修改用户信息</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment