7 Star 2 Fork 1

NKEO2333/sleepHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
healthy.h 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef HEALTHY_H
#define HEALTHY_H
#include <QWidget>
#include <QLabel>
#include <QVBoxLayout>
#include <QPixmap>
#include<QListWidgetItem>
#include <QTcpServer>
#include <QTcpSocket>
#include "mydata.h"
namespace Ui {
class healthy;
}
class healthy : public QWidget
{
Q_OBJECT
public:
explicit healthy(QWidget *parent = nullptr);
~healthy();
QFont font_sleep;
QFont font_Oxy;
void displayHeartOxyData(const QString &query); //顯示用戶心率表數據函數;
void displaySleepData(const QString &query); //顯示用戶睡眠數據函數;
void setupHeartOxyList(); //獲取數據庫內容;
void setupSleepList(); //獲取用戶睡眠數據;
private slots:
void on_pushButton_clicked();
void on_server_clicked();
public slots:
void onSignalReceived(); // 接收信号的槽函数
void readData();
private:
Ui::healthy *ui;
QTcpServer *server;
QTcpSocket *client;
};
#endif // HEALTHY_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/NEKO12580/sleephelper.git
git@gitee.com:NEKO12580/sleephelper.git
NEKO12580
sleephelper
sleepHelper
master

搜索帮助