91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 26KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-13
  • 語言: C/C++
  • 標簽: qml??mvc??C++model??

資源簡介

這是一個QML應用MVC框架的簡單demo,選擇常用的ListView、TableView和TreeView控件,model全部采用C++實現。

資源截圖

代碼片段和文件信息

#include?
#include?
#include?“QTreeModel.h“
#include?
#include?“QTableModel.h“
#include?“QListModel.h“

int?main(int?argc?char?*argv[])
{
????QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
????QGuiApplication?app(argc?argv);

????QQmlApplicationEngine?engine;

????QListModel?listModel;
????QTreeModel?treeModel;
????QTableModel?tableModel;
????engine.rootContext()->setContextProperty(“QTreeModel“?&treeModel);
????engine.rootContext()->setContextProperty(“QListModel“?&listModel);
????engine.rootContext()->setContextProperty(“QTableModel“?&tableModel);

????engine.load(QUrl(QLatin1String(“qrc:/main.qml“)));

????return?app.exec();
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-07?13:30??qml_mvc_demo\
?????文件?????????735??2017-12-07?13:20??qml_mvc_demo\main.cpp
?????文件?????????367??2017-12-07?13:28??qml_mvc_demo\main.qml
?????文件????????1029??2017-12-07?13:20??qml_mvc_demo\MyListView.qml
?????文件????????1253??2017-12-07?13:20??qml_mvc_demo\MyTableView.qml
?????文件????????1996??2017-12-07?13:20??qml_mvc_demo\MyTreeView.qml
?????文件????????1192??2017-12-07?13:26??qml_mvc_demo\QListModel.cpp
?????文件?????????829??2017-12-07?13:20??qml_mvc_demo\QListModel.h
?????文件?????????204??2017-12-07?13:18??qml_mvc_demo\qml.qrc
?????文件????????1311??2017-12-07?13:30??qml_mvc_demo\qml_mvc_demo.pro
?????文件???????23802??2017-12-07?13:25??qml_mvc_demo\qml_mvc_demo.pro.user
?????文件????????1502??2017-12-07?13:20??qml_mvc_demo\QTableModel.cpp
?????文件????????1010??2017-12-07?13:20??qml_mvc_demo\QTableModel.h
?????文件????????1905??2017-12-07?13:20??qml_mvc_demo\QTreeItem.cpp
?????文件?????????889??2017-12-07?13:20??qml_mvc_demo\QTreeItem.h
?????文件????????3835??2017-12-07?13:28??qml_mvc_demo\QTreeModel.cpp
?????文件????????1158??2017-12-07?13:20??qml_mvc_demo\QTreeModel.h
?????目錄???????????0??2017-12-07?13:29??qml_mvc_demo\resource\
?????文件?????????280??2017-12-07?13:30??qml_mvc_demo\resource.qrc
?????目錄???????????0??2017-12-07?13:29??qml_mvc_demo\resource\resouImage\
?????文件????????2842??2017-01-17?12:54??qml_mvc_demo\resource\resouImage\collapse.png
?????文件????????2860??2017-01-17?12:54??qml_mvc_demo\resource\resouImage\expansion.png
?????文件???????17973??2017-01-17?12:54??qml_mvc_demo\resource\resouImage\folder.png
?????文件????????3268??2017-01-17?12:54??qml_mvc_demo\resource\resouImage\loadFile.png

評論

共有 條評論