1 Star 9 Fork 11

xmlhh/LXCustomPlot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LDrawSpectrum.h 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
xmlhh 提交于 2020-12-22 15:16 . Type:feat
#ifndef DIALOG_H
#define DIALOG_H
#include <QWidget>
#include "LXCustomPlot.h"
class LDrawSpectrum : public QWidget
{
Q_OBJECT
public:
LDrawSpectrum(QWidget *parent = 0);
~LDrawSpectrum();
protected:
LXCustomPlot *m_customPlot;
QTimer m_pUpdateTimer;
QList<QCPGraph *> m_pGraphs;
private slots:
void update();
};
#endif // DIALOG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xmlhh/LXCustomPlot.git
git@gitee.com:xmlhh/LXCustomPlot.git
xmlhh
LXCustomPlot
LXCustomPlot
main

搜索帮助