資源簡介
基于Qt的VTK應(yīng)用程序代碼
代碼片段和文件信息
/**********************************************************************
文件名:?main.cpp
Copyright?(c)?阿Bin先生.?All?rights?reserved.
更多信息請?jiān)L問:?http://blog.csdn.net/webzhuce
**********************************************************************/
#include?“ProjectMainWindow.h“
#include?
int?main(?int?argc?char?**argv?)?
{
QApplication?*app?=?new?QApplication(argc?argv);
????QTextCodec::setCodecForLocale(QTextCodec::codecForName(“GB2312“));
ProjectMainWindow?*window?=?new?ProjectMainWindow();
window->show();
return?app->exec();
};
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????2462??2017-07-15?18:02??src\CMakeLists.txt
?????文件????????3870??2017-07-15?18:02??src\CTViewer.ui
?????文件?????????660??2017-07-15?18:02??src\CreateWindowsBatchsc
?????文件????????6285??2017-07-15?18:09??src\ProjectMainWindow.cpp
?????文件????????1430??2017-07-16?21:11??src\ProjectMainWindow.h
?????文件?????????505??2017-07-15?18:02??src\StartVS.bat.in
?????文件?????????587??2017-07-16?21:10??src\main.cpp
?????目錄???????????0??2017-07-16?21:11??src\
- 上一篇:QDockWidget多層嵌套布局
- 下一篇:qt 抽屜式對話框開發(fā)教程
評論
共有 條評論