加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
healthy.ui 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
楚霸天 提交于 2024-08-23 10:11 . healthy的服务器搭建
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>healthy</class>
<widget class="QWidget" name="healthy">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>854</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>451</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>近七日睡眠情况</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>450</y>
<width>451</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>心率血氧情况统计</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>61</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background-color: rgb(225, 225, 225);border:1px groove gray;border-radius:20px;padding:1px 4px;border-style: outset;}
QPushButton:hover{background-color:rgb(229, 241, 251); color: black;}
QPushButton:pressed{background-color:rgb(204, 228, 247);border-style: inset;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QListWidget" name="HeartOxy_list">
<property name="geometry">
<rect>
<x>10</x>
<y>510</y>
<width>461</width>
<height>331</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="Sleep_List">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>461</width>
<height>321</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="server">
<property name="geometry">
<rect>
<x>379</x>
<y>10</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>服务器</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化