資源簡介
用qt編寫的組態軟件,但是只完成了一部分,主要是組態畫面模塊,動畫連接部分也做了一些。 除了一些基本的點、圓、直線外,還有儀表、柱狀圖、折線圖等。數據庫部分做了一點點。

代碼片段和文件信息
#include?“maindlg.h“
#include?
#include?
int?main(int?argc?char?*argv[])
{
????QTextCodec::setCodecForTr(QTextCodec::codecForName(“utf8“));
????QTextCodec::setCodecForCStrings(QTextCodec::codecForName(“utf8“));
??//??QTextCodec::setCodecForLocale(QTextCodec::codecForName(“system“));
????QApplication?a(argc?argv);
????mainDlg?w;
????w.showMaximized();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6518??2014-06-08?19:51??ConfigurableSoft\ConfigurableSoft.pro
?????文件??????17984??2014-10-09?22:01??ConfigurableSoft\ConfigurableSoft.pro.user
?????文件??????17986??2014-06-12?16:21??ConfigurableSoft\ConfigurableSoft.pro.user.32d82ec
?????文件???????4718??2014-06-08?13:35??ConfigurableSoft\developWidget\animatWidget\animaanaloginwdgt.cpp
?????文件???????1051??2014-06-08?18:02??ConfigurableSoft\developWidget\animatWidget\animaanaloginwdgt.h
?????文件???????5334??2014-06-08?21:32??ConfigurableSoft\developWidget\animatWidget\animaanalogoutwdgt.cpp
?????文件???????1244??2014-06-08?19:14??ConfigurableSoft\developWidget\animatWidget\animaanalogoutwdgt.h
?????文件???????8939??2014-06-08?10:51??ConfigurableSoft\developWidget\animatWidget\animafillchawdgt.cpp
?????文件???????1975??2014-06-07?10:02??ConfigurableSoft\developWidget\animatWidget\animafillchawdgt.h
?????文件???????5678??2014-06-07?20:27??ConfigurableSoft\developWidget\animatWidget\animafillwdgt.cpp
?????文件???????1353??2014-05-28?22:08??ConfigurableSoft\developWidget\animatWidget\animafillwdgt.h
?????文件???????4403??2014-06-12?15:37??ConfigurableSoft\developWidget\animatWidget\animahormovewdgt.cpp
?????文件???????1140??2014-06-07?14:50??ConfigurableSoft\developWidget\animatWidget\animahormovewdgt.h
?????文件???????5977??2014-06-08?16:48??ConfigurableSoft\developWidget\animatWidget\animalinewdgt.cpp
?????文件???????1320??2014-05-28?19:56??ConfigurableSoft\developWidget\animatWidget\animalinewdgt.h
?????文件???????4277??2014-06-08?19:33??ConfigurableSoft\developWidget\animatWidget\animascatterinwdgt.cpp
?????文件???????1000??2014-06-07?19:56??ConfigurableSoft\developWidget\animatWidget\animascatterinwdgt.h
?????文件???????5407??2014-06-08?21:31??ConfigurableSoft\developWidget\animatWidget\animascatteroutwdgt.cpp
?????文件???????1202??2014-06-08?19:43??ConfigurableSoft\developWidget\animatWidget\animascatteroutwdgt.h
?????文件???????3499??2014-06-08?10:35??ConfigurableSoft\developWidget\animatWidget\animastrinwdgt.cpp
?????文件????????914??2014-06-07?21:41??ConfigurableSoft\developWidget\animatWidget\animastrinwdgt.h
?????文件???????4603??2014-06-08?21:32??ConfigurableSoft\developWidget\animatWidget\animastroutwdgt.cpp
?????文件???????1119??2014-06-08?20:07??ConfigurableSoft\developWidget\animatWidget\animastroutwdgt.h
?????文件???????3566??2014-06-09?12:29??ConfigurableSoft\developWidget\animatWidget\animastructs.h
?????文件??????12058??2014-06-08?21:25??ConfigurableSoft\developWidget\animatWidget\animastructsctrl.cpp
?????文件???????3218??2014-06-08?15:57??ConfigurableSoft\developWidget\animatWidget\animastructsctrl.h
?????文件???????5638??2014-06-08?16:45??ConfigurableSoft\developWidget\animatWidget\animatextwdgt.cpp
?????文件???????1384??2014-06-07?11:07??ConfigurableSoft\developWidget\animatWidget\animatextwdgt.h
?????文件???????4487??2014-06-08?10:56??ConfigurableSoft\developWidget\animatWidget\animavermovewdgt.cpp
?????文件???????1130??2014-06-07?14:57??ConfigurableSoft\developWidget\animatWidget\animavermovewdgt.h
............此處省略225個文件信息
評論
共有 條評論