1 Star 0 Fork 4

CMeng/QCustomPlotChart

forked from MeetOne/QCustomPlotChart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
datahandle.cpp 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
MeetOne 提交于 2020-03-25 19:03 . no commit message
#include "datahandle.h"
DataHandle::DataHandle(QCustomPlot *plot)
{
m_plot = plot;
m_chart = new ChartOperate(plot);
}
void DataHandle::InitDataAndUI()
{
m_chart->makeInitChart();
}
void DataHandle::openANewFile(QString fileName)
{
m_chart->openANewFile(fileName);
}
void DataHandle::saveAnOtherFile(QString fileName)
{
m_chart->saveAnOtherFile(fileName);
}
void DataHandle::isShowLegend(bool isShow)
{
m_chart->isShowLegend(isShow);
}
void DataHandle::setLabelPos(QLabel *lblPos)
{
m_chart->setLabelPos(lblPos);
}
void DataHandle::setCBoxFiles(QComboBox *cboxFiles)
{
m_chart->setCBoxFiles(cboxFiles);
}
void DataHandle::setSaveTextEdit(QLineEdit *saveEdit)
{
m_chart->setSaveTextEdit(saveEdit);
}
void DataHandle::setSaveButton(QPushButton *saveBtn)
{
m_chart->setSaveButton(saveBtn);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/CMengCoder/QCustomPlotChart.git
git@gitee.com:CMengCoder/QCustomPlotChart.git
CMengCoder
QCustomPlotChart
QCustomPlotChart
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385