5 Star 0 Fork 0

大二上小学期 / 管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
signupdialog.ui 5.09 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SignUpDialog</class>
<widget class="QDialog" name="SignUpDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>361</width>
<height>361</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_AccountName">
<property name="text">
<string>用户名/餐厅名</string>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_AccountName"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_Password">
<property name="text">
<string>密码</string>
</property>
</widget>
</item>
<item row="1" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_Password"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>确认密码</string>
</property>
</widget>
</item>
<item row="2" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_CheckPwd"/>
</item>
<item row="3" column="0" colspan="4">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_PhoneNumber">
<property name="text">
<string>手机号码</string>
</property>
</widget>
</item>
<item row="4" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_PhoneNumber"/>
</item>
<item row="5" column="0" colspan="2">
<widget class="QPushButton" name="pushButton_SendCode">
<property name="text">
<string>发送验证码</string>
</property>
</widget>
</item>
<item row="5" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_CheckCode"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="Mail">
<property name="text">
<string>邮箱</string>
</property>
</widget>
</item>
<item row="6" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_Mail"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_RealName">
<property name="text">
<string>真实姓名</string>
</property>
</widget>
</item>
<item row="7" column="2" colspan="2">
<widget class="QLineEdit" name="lineEdit_RealName"/>
</item>
<item row="8" column="0" colspan="4">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="10" column="1" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>用户类型</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QRadioButton" name="radioButton_Customer">
<property name="text">
<string>用户</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_Merchant">
<property name="text">
<string>商家</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="9" column="2" colspan="2">
<widget class="QGroupBox" name="groupBox_Sex">
<property name="title">
<string>性别</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="radioButton_Male">
<property name="text">
<string></string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_Female">
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SignUpDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>231</x>
<y>386</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SignUpDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>231</x>
<y>386</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sophomore-in-primary-school/management-system.git
git@gitee.com:sophomore-in-primary-school/management-system.git
sophomore-in-primary-school
management-system
管理系统
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891