Ai
1 Star 0 Fork 0

glm-001/shenntoufromgithub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dialogpassword.ui 3.78 KB
一键复制 编辑 原始数据 按行查看 历史
glm-001 提交于 2024-09-13 10:35 +08:00 . resetcodes
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogPassword</class>
<widget class="QDialog" name="DialogPassword">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">#DialogPassword
{
border:3px solid;
border-left-color: qlineargradient(spread:pad, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(0, 0, 0, 50), stop:1 rgba(255, 255, 255, 50));
border-top-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(163, 163, 163, 30), stop:1 rgba(255, 255, 255, 30));
border-right-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 50), stop:1 rgba(255, 255, 255, 30));
border-bottom-color: qlineargradient(spread:pad, x1:1, y1:0.0340909, x2:1, y2:1, stop:0 rgba(0, 0, 0, 50), stop:1 rgba(255, 255, 255, 30));
background:white;
}</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>220</x>
<y>230</y>
<width>71</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:1px,solid,#4571c7;
background-color:#b7d1d3;;
color: rgb(51, 51, 51);</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>100</x>
<y>230</y>
<width>71</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:1px,solid,#dfdfdf;
background-color:#b7d1d3;;
color: rgb(51, 51, 51);</string>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>150</x>
<y>100</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
color: rgb(51, 51, 51);</string>
</property>
<property name="text">
<string>输入密码</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>150</y>
<width>231</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#lineEdit
{
border:1px solid #AAAEB5;
background-color:#ffffff;
}</string>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>2</x>
<y>2</y>
<width>397</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:#b7d1d3;
</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(51, 51, 51);</string>
</property>
<property name="text">
<string>输入密码</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/glm-001/permeatefromgithub.git
git@gitee.com:glm-001/permeatefromgithub.git
glm-001
permeatefromgithub
shenntoufromgithub
main

搜索帮助