資源簡介
一個采用QT 繪制動態曲線的例子
代碼片段和文件信息
#include?
#include?“mainwindow.h“
#include???//支持中文?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????QTextCodec::setCodecForTr(QTextCodec::codecForLocale());//使程序可處理中文?add?by?leslie
????a.setWindowIcon(QIcon(“plot.ico“));?//添加圖標源?
????MainWindow?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????372??2009-11-15?16:28??plot\main.cpp
?????文件???????6021??2009-11-15?16:21??plot\mainwindow.cpp
?????文件???????1142??2009-11-15?16:09??plot\mainwindow.h
?????文件????????479??2009-11-15?16:29??plot\plot.pro
?????文件???????4022??2009-11-15?16:04??plot\mainwindow.ui
?????文件?????????39??2009-11-15?16:29??plot\plot.rc
?????文件??????17542??2009-09-27?15:20??plot\plot.ico
?????文件???????6971??2009-11-15?16:29??plot\Makefile.Debug
?????文件???????7016??2009-11-15?16:29??plot\Makefile.Release
?????文件???????5414??2009-11-15?16:29??plot\Makefile
?????文件???????5448??2009-11-15?16:09??plot\ui_mainwindow.h
?????文件????????105??2009-11-15?16:21??plot\plot.qrc
?????文件?????204387??2009-11-15?16:16??plot\maps.htm
????..A.SH.??????3072??2009-11-15?16:22??plot\Thumbs.db
?????文件??????20065??2009-11-15?16:16??plot\maps_files\cb_scout_sprite_003.png
?????文件????????570??2009-11-15?16:16??plot\maps_files\home3.htm
?????文件?????????73??2009-11-15?16:16??plot\maps_files\iw_minus.gif
?????文件?????????76??2009-11-15?16:16??plot\maps_files\iw_plus.gif
?????文件?????277989??2009-11-15?16:16??plot\maps_files\main.js
?????文件???????2767??2009-11-15?16:16??plot\maps_files\mapcontrols3d5.png
?????文件???????2512??2009-11-15?16:16??plot\maps_files\maps_small_horizontal_logo.png
?????文件????????260??2009-11-15?16:16??plot\maps_files\markerTransparent.png
?????文件??????41177??2009-11-15?16:16??plot\maps_files\mod_acmod_sgmod_browse.js
?????文件??????27769??2009-11-15?16:16??plot\maps_files\mod_adfmod_cbumod_mlmod_cbs.js
?????文件?????190467??2009-11-15?16:16??plot\maps_files\mod_jsli
?????文件???????2554??2009-11-15?16:16??plot\maps_files\red_markers_A_J2.png
?????文件????????665??2009-11-15?16:16??plot\maps_files\shadow50.png
?????文件???????1280??2009-11-15?16:16??plot\maps_files\target_locking.gif
?????文件?????????95??2009-11-15?16:16??plot\maps_files\transparent.png
?????文件??????19414??2009-11-15?16:16??plot\maps_files\vw2.png
............此處省略38個文件信息
評論
共有 條評論