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

  • 大小: 289KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-03
  • 語言: C/C++
  • 標(biāo)簽: QCusto??QML??Qt??C++??

資源簡介

## QtQuick開發(fā)需要C++基礎(chǔ)和JS基礎(chǔ) * 掌握必要的C++基礎(chǔ)是學(xué)習(xí)和使用QtQuick框架的重要基石 ## QCustomPlot能做什么 * 可以在QWidget大放異彩,繪制各種圖表和曲線 * 也可以在QtQuick大展拳腳 ## 基于QtQuick的QCustomPlot實(shí)現(xiàn) * 繼承QQuickPaintedItem類 實(shí)現(xiàn)繪制

資源截圖

代碼片段和文件信息

#include?
//#include?
#include
#include?

#include?“qmlplot.h“

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

????qmlRegisterType(“CustomPlot“?1?0?“CustomPlotItem“);
????qmlRegisterType(“CustomPlot“?1?0?“CustomPlotBarItem“);
????qmlRegisterType(“CustomPlot“?1?0?“CustomKLine“);//CustomColorMap
????qmlRegisterType(“CustomPlot“?1?0?“CustomColorMap“);
????qmlRegisterType(“CustomPlot“?1?0?“CustomBarChart“);

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

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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????391??2019-03-06?10:43??qml.qrc
?????文件???????19819??2019-02-27?14:30??qmlplot.cpp
?????文件????????2241??2019-02-27?14:26??qmlplot.h
?????文件????????1310??2019-02-28?14:58??qmlplot.pro
?????文件?????????309??2017-03-21?21:14??qtquickcontrols2.conf
?????文件????????4785??2019-03-19?18:16??README.md
?????文件?????????411??2019-02-28?14:59??combox.xml
?????文件?????????278??2019-02-27?14:30??CustomBarCharts.qml
?????文件?????????275??2019-02-27?14:24??CustomColorMap.qml
?????文件?????????272??2019-02-27?14:24??CustomKLine.qml
?????文件?????????309??2019-02-25?18:31??CustomPlotBar.qml
?????文件????????1685??2019-03-06?10:47??DDRubberband.qml
?????文件?????????822??2019-02-27?14:28??main.cpp
?????文件????????1875??2019-03-06?10:45??main.qml
?????文件?????????264??2017-03-21?21:14??PlotView.qml
?????文件?????1098093??2017-03-21?21:14??qcustomplot.cpp
?????文件??????262589??2017-03-21?21:14??qcustomplot.h

評論

共有 條評論