1 Star 0 Fork 20

Byoreh/Qtweiniu

forked from 1ndu5try/Qtweiniu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
password.ui 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2022-08-04 19:07 . tijao
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>password</class>
<widget class="QFrame" name="password">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>41</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background-color:rgb(240,240,240);/*背景色*/
border-style:solid;/*边框样式 solid实线 none无边框 inset/outset 3D边框*/
border-color:rgb(200,200,200);
border-width:2px; /*边框宽度像素*/
border-radius:5px;/*边框圆角半径像素*/
color:rgb(180,180,180);
background-color: rgb(255, 255, 255);
}
QFrame::hover {
background-color:rgb(240,240,240);/*背景色*/
border-style:solid;/*边框样式 solid实线 none无边框 inset/outset 3D边框*/
border-color:rgb(0, 170, 255);
border-width:2px; /*边框宽度像素*/
border-radius:5px;
background-color: rgb(255, 255, 255);
}
</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>2</x>
<y>2</y>
<width>261</width>
<height>37</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>39</width>
<height>37</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>39</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">
border-style:solid;
color:rgb(0,0,0);
font: 9pt &quot;微软雅黑&quot;;
</string>
</property>
<property name="placeholderText">
<string>密码</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>270</x>
<y>14</y>
<width>16</width>
<height>14</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QToolButton
{
background-color: rgb(255, 255, 255);
border-image:url(:/png/可视-填充(1)1.png);
border-style:solid;
}
QToolButton:hover
{
border-image:url(:/png/可视-填充.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/byoreh/qtweiniu.git
git@gitee.com:byoreh/qtweiniu.git
byoreh
qtweiniu
Qtweiniu
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385