資源簡介
QTableWidget分頁,具體看代碼,這里不能截圖(代碼有讀取的xml例子已經放入項目,開發環境使用時將provider.xml拷貝到調試目錄);
感謝http://www.cppblog.com/biao/archive/2011/10/30/159350.html的分頁組件

代碼片段和文件信息
#include?“pagedialog.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????PageDialog?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-15?19:15??pagetest\
?????文件?????????183??2017-06-15?14:08??pagetest\main.cpp
?????文件???????10092??2017-06-15?17:39??pagetest\mybillmanage.h
?????文件???????14475??2017-06-15?17:35??pagetest\myqitemdelegate.cpp
?????文件????????1317??2013-11-27?11:48??pagetest\myqitemdelegate.h
?????文件????????4434??2017-06-15?19:03??pagetest\pagedialog.cpp
?????文件?????????645??2017-06-15?18:44??pagetest\pagedialog.h
?????文件?????????893??2017-06-15?18:59??pagetest\pagedialog.ui
?????文件????????8025??2017-06-15?19:01??pagetest\pagenavigator.cpp
?????文件????????1032??2017-06-15?18:59??pagetest\pagenavigator.h
?????文件????????4125??2016-08-13?16:13??pagetest\pagenavigator.ui
?????文件????????1184??2017-06-15?17:32??pagetest\pagetest.pro
?????文件???????23457??2017-06-15?14:08??pagetest\pagetest.pro.user
?????文件????????1363??2017-06-15?17:48??pagetest\provider.xm
評論
共有 條評論