1 Star 0 Fork 4

CMeng/QCustomPlotChart

forked from MeetOne/QCustomPlotChart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
datahandle.h 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
MeetOne 提交于 2020-03-25 19:03 . no commit message
#ifndef DATAHANDLE_H
#define DATAHANDLE_H
#include <QObject>
#include <QLabel>
#include <QComboBox>
#include <QLineEdit>
#include <QPushButton>
#include "qcustomplot.h"
#include "chartoperate.h"
class DataHandle : public QObject
{
Q_OBJECT
public:
explicit DataHandle(QCustomPlot *plot);
// 初始化
void InitDataAndUI();
// 打开一个新文件
void openANewFile(QString fileName);
// 数据另存为
void saveAnOtherFile(QString fileName);
// 是否显示图例
void isShowLegend(bool isShow);
// 设置label显示坐标
void setLabelPos(QLabel *lblPos);
// 设置选择文件
void setCBoxFiles(QComboBox *cboxFiles);
// 保存文件
void setSaveTextEdit(QLineEdit *saveEdit);
void setSaveButton(QPushButton *saveBtn);
signals:
public slots:
private:
private:
ChartOperate *m_chart;
QCustomPlot *m_plot;
};
#endif // DATAHANDLE_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/CMengCoder/QCustomPlotChart.git
git@gitee.com:CMengCoder/QCustomPlotChart.git
CMengCoder
QCustomPlotChart
QCustomPlotChart
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385