1 Star 0 Fork 20

Byoreh/Qtweiniu

forked from 1ndu5try/Qtweiniu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
username.ui 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2022-08-04 19:07 . tijao
<?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 &quot;微软雅黑&quot;;</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 &quot;微软雅黑&quot;;
</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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/byoreh/qtweiniu.git
git@gitee.com:byoreh/qtweiniu.git
byoreh
qtweiniu
Qtweiniu
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385