1 Star 2 Fork 0

735754647/Qt基于数据库的学生管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dele.ui 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
735754647 提交于 2022-04-21 08:32 . 第一次提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dele</class>
<widget class="QMainWindow" name="dele">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>457</width>
<height>301</height>
</rect>
</property>
<property name="windowTitle">
<string>删除学生</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton_dele">
<property name="geometry">
<rect>
<x>90</x>
<y>200</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>删除</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_exit">
<property name="geometry">
<rect>
<x>270</x>
<y>200</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>退出</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>姓名</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_name">
<property name="geometry">
<rect>
<x>210</x>
<y>100</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>457</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/a735754647/student.git
git@gitee.com:a735754647/student.git
a735754647
student
Qt基于数据库的学生管理系统
master

搜索帮助