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