20 Star 30 Fork 11

NoCO/NoCoChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
login.ui 4.71 KB
一键复制 编辑 原始数据 按行查看 历史
NoCO 提交于 2014-12-22 08:50 . none
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Login</class>
<widget class="QDialog" name="Login">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>346</width>
<height>394</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>346</width>
<height>394</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>346</width>
<height>394</height>
</size>
</property>
<property name="windowTitle">
<string>注册账户</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
<normaloff>:/img/Novo_Dangos_001.ico</normaloff>:/img/Novo_Dangos_001.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/img/login.jpg);</string>
</property>
<widget class="QPushButton" name="ok">
<property name="geometry">
<rect>
<x>40</x>
<y>230</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="cancel">
<property name="geometry">
<rect>
<x>40</x>
<y>270</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>271</width>
<height>181</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string>帐号:</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="user_id">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string>昵称:</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="name">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string>性别:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QRadioButton" name="male">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QRadioButton" name="female">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string>密码:</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="pwd">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
<property name="text">
<string>确认密码:</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLineEdit" name="pwd_1">
<property name="styleSheet">
<string notr="true">font: 12pt</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/NoCo/NoCoChat.git
git@gitee.com:NoCo/NoCoChat.git
NoCo
NoCoChat
NoCoChat
master

搜索帮助