資源簡介
在Qt(5.5.1)中,利用qwt(6.1.2)實現二維曲線的繪制,并且具有動態、實時顯示,以及通過鼠標滾輪實現坐標軸以及曲線的縮放等功能(在幾個同事電腦上都試過,編譯全部通過)。

代碼片段和文件信息
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????w.resize(QSize(800600));
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????485??2016-04-24?15:10??2DPlot\2DPlot.pro
?????文件??????18787??2016-04-25?09:55??2DPlot\2DPlot.pro.user
?????文件????????214??2016-04-24?14:39??2DPlot\main.cpp
?????文件???????2109??2016-04-24?23:08??2DPlot\mainwindow.cpp
?????文件????????823??2016-04-24?21:53??2DPlot\mainwindow.h
?????文件???????1550??2016-04-24?14:39??2DPlot\mainwindow.ui
?????目錄??????????0??2016-04-25?09:55??2DPlot
-----------?---------??----------?-----??----
????????????????23968????????????????????7
- 上一篇:CLIPS 監測診斷Demo
- 下一篇:KEPServerEX_6.6注冊.rar
評論
共有 條評論