1 Star 0 Fork 0

ChrisDaniel / pyqt5-QQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
login.ui 3.55 KB
一键复制 编辑 原始数据 按行查看 历史
WYL1996 提交于 2019-06-16 10:27 . frist commit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>360</width>
<height>340</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>360</width>
<height>340</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>360</width>
<height>340</height>
</size>
</property>
<property name="windowTitle">
<string>QQ登录</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>image/QQicon.ico</normaloff>image/QQicon.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>160</y>
<width>191</width>
<height>30</height>
</rect>
</property>
<property name="cursor">
<cursorShape>CrossCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string/>
</property>
<property name="maxLength">
<number>32767</number>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>100</x>
<y>210</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="qq账号"/>
</property>
<property name="text">
<string extracomment="密码"/>
</property>
<property name="maxLength">
<number>32767</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="cursorPosition">
<number>0</number>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>70</x>
<y>260</y>
<width>221</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(7, 85, 240);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QFrame" name="formFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>-1</y>
<width>361</width>
<height>151</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(0, 85, 255);
background-image: url(:/img/image/loginicon.jpg);</string>
</property>
<layout class="QFormLayout" name="formLayout"/>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>170</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>账号:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>220</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>密码:</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="login.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chrisdaniel/pyqt5-QQ.git
git@gitee.com:chrisdaniel/pyqt5-QQ.git
chrisdaniel
pyqt5-QQ
pyqt5-QQ
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891