代码拉取完成,页面将自动刷新
同步操作将从 1ndu5try/Qtweiniu 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>username</class>
<widget class="QFrame" name="username">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>42</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background-color:rgb(255,255,255);/*背景色*/
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);
}
QFrame::hover {
background-color:rgb(255,255,255);/*背景色*/
border-style:solid;/*边框样式 solid实线 none无边框 inset/outset 3D边框*/
border-color:rgb(0, 170, 255);
border-width:2px; /*边框宽度像素*/
border-radius:5px;
}</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>2</y>
<width>219</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">background-color: rgb(255, 255, 255);border-style:solid;
font: 9pt "微软雅黑";</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>2</x>
<y>2</y>
<width>68</width>
<height>37</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true"> border-style:solid;
background-color: rgb(255, 255, 255);
font: 9pt "微软雅黑";
</string>
</property>
<property name="text">
<string>+86</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>75</x>
<y>13</y>
<width>1</width>
<height>15</height>
</rect>
</property>
<property name="font">
<font>
<family>Agency FB</family>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。