1 Star 8 Fork 2

HK560/StudentManagerQTwithMysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
student_info.ui 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
HK560 提交于 2021-06-04 11:16 . 第一次提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>student_info</class>
<widget class="QWidget" name="student_info">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>278</width>
<height>165</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>姓名</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>性别</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>年龄</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>专业</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>密码</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLineEdit" name="nameEdit"/>
</item>
<item>
<widget class="QLineEdit" name="sexEdit"/>
</item>
<item>
<widget class="QLineEdit" name="ageEdit"/>
</item>
<item>
<widget class="QLineEdit" name="majorEdit"/>
</item>
<item>
<widget class="QLineEdit" name="pwEdit"/>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="pushButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>修改</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hk560/StudentManagerQTwithMysql.git
git@gitee.com:hk560/StudentManagerQTwithMysql.git
hk560
StudentManagerQTwithMysql
StudentManagerQTwithMysql
main

搜索帮助