1 Star 1 Fork 0

Loac/university-management-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwidget.ui 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
Loac 提交于 2022-12-16 17:54 . 完成主窗口创建
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWidget</class>
<widget class="QWidget" name="MainWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>高校人员信息管理系统</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
<normaloff>:/img/image/icon.png</normaloff>:/img/image/icon.png</iconset>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/img/image/登录页标题图.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QTextEdit" name="username_edit">
<property name="geometry">
<rect>
<x>50</x>
<y>120</y>
<width>351</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="tabletTracking">
<bool>false</bool>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
<property name="documentTitle">
<string/>
</property>
<property name="undoRedoEnabled">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>输入管理员账号</string>
</property>
</widget>
<widget class="QLineEdit" name="password_edit">
<property name="geometry">
<rect>
<x>50</x>
<y>170</y>
<width>351</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="inputMask">
<string/>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>输入密码</string>
</property>
</widget>
<widget class="QPushButton" name="login_btn">
<property name="geometry">
<rect>
<x>50</x>
<y>230</y>
<width>351</width>
<height>34</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>username_edit</tabstop>
<tabstop>password_edit</tabstop>
<tabstop>login_btn</tabstop>
</tabstops>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luodachui/university_management_system.git
git@gitee.com:luodachui/university_management_system.git
luodachui
university_management_system
university-management-system
main

搜索帮助