1 Star 6 Fork 2

jiangtao / GoSlowDetection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
weatheritem.ui 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
jiangtao 提交于 2022-03-11 17:41 . 设计天气预报界面
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WeatherItem</class>
<widget class="QWidget" name="WeatherItem">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>153</width>
<height>281</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QWidget" name="widget" native="true">
<property name="styleSheet">
<string notr="true">color: rgb(244,244,244);
background-color: #999999;
border-radius: 15px;
border-style: solid;
padding: 5px;</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,3,1">
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">font: 20pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>星期一</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">image: url(:/new/prefix1/resource/weather/qingtian.bmp);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true"> font: 13pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>23 ~ 25℃</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/jiangtao008/GoSlowDetection.git
git@gitee.com:jiangtao008/GoSlowDetection.git
jiangtao008
GoSlowDetection
GoSlowDetection
master

搜索帮助