代码拉取完成,页面将自动刷新
<?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 "微软雅黑";
</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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。