pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add qt6-qtcharts version 6.4.1 to pkgsrc-current



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b1f2131168
branches:  trunk
changeset: 388722:61b1f2131168
user:      nros <nros%pkgsrc.org@localhost>
date:      Fri Nov 25 14:15:23 2022 +0000

description:
Add qt6-qtcharts version 6.4.1 to pkgsrc-current

Qt6 module for easy graphical chart creation.

diffstat:

 graphics/Makefile                   |    3 +-
 graphics/qt6-qtcharts/DESCR         |    1 +
 graphics/qt6-qtcharts/Makefile      |   17 +
 graphics/qt6-qtcharts/PLIST         |  386 ++++++++++++++++++++++++++++++++++++
 graphics/qt6-qtcharts/buildlink3.mk |   15 +
 graphics/qt6-qtcharts/distinfo      |    5 +
 meta-pkgs/qt6/Makefile              |    3 +-
 x11/qt6-qtbase/Makefile.common      |    3 +-
 8 files changed, 430 insertions(+), 3 deletions(-)

diffs (truncated from 489 to 300 lines):

diff -r 32e2f10001fc -r 61b1f2131168 graphics/Makefile
--- a/graphics/Makefile Fri Nov 25 13:38:19 2022 +0000
+++ b/graphics/Makefile Fri Nov 25 14:15:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.990 2022/11/24 16:29:15 nros Exp $
+# $NetBSD: Makefile,v 1.991 2022/11/25 14:15:23 nros Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -541,6 +541,7 @@
 SUBDIR+=       qr-code-generator
 SUBDIR+=       qr-code-generator16
 SUBDIR+=       qrrs
+SUBDIR+=       qt6-qtcharts
 SUBDIR+=       qt6-qtimageformats
 SUBDIR+=       qt6-qtshadertools
 SUBDIR+=       qt6-qtsvg
diff -r 32e2f10001fc -r 61b1f2131168 graphics/qt6-qtcharts/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qt6-qtcharts/DESCR       Fri Nov 25 14:15:23 2022 +0000
@@ -0,0 +1,1 @@
+Qt6 module for easy graphical chart creation.
diff -r 32e2f10001fc -r 61b1f2131168 graphics/qt6-qtcharts/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qt6-qtcharts/Makefile    Fri Nov 25 14:15:23 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/11/25 14:15:23 nros Exp $
+
+DISTNAME=      qtcharts-everywhere-src-${QTVERSION}
+PKGNAME=       qt6-qtcharts-${QTVERSION}
+COMMENT=       Qt6 module for visualising data as charts
+CATEGORIES=    graphics
+
+LICENSE=       gnu-gpl-v3
+
+PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6Charts.pc
+PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6ChartsQml.pc
+
+.include "../../x11/qt6-qtbase/Makefile.common"
+
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 32e2f10001fc -r 61b1f2131168 graphics/qt6-qtcharts/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qt6-qtcharts/PLIST       Fri Nov 25 14:15:23 2022 +0000
@@ -0,0 +1,386 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/25 14:15:23 nros Exp $
+lib/pkgconfig/Qt6Charts.pc
+lib/pkgconfig/Qt6ChartsQml.pc
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/abstractbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/abstractchartlayout_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/abstractdomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/areachartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/axisanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/bar_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/baranimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/barchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/boxplotanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/boxplotchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/boxwhiskers_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/boxwhiskersanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/boxwhiskersdata_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/candlestick_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/candlestickanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/candlestickbodywicksanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/candlestickchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/candlestickdata_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/cartesianchartaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/cartesianchartlayout_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartaxiselement_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartbackground_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartbarcategoryaxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartbarcategoryaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcategoryaxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcategoryaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcoloraxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcoloraxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartconfig_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartdataset_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartdatetimeaxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartdatetimeaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartelement_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/charthelpers_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartlogvalueaxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartlogvalueaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartpresenter_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/charttheme_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemebluecerulean_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemeblueicy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemebluencs_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemebrownsand_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemedark_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemehighcontrast_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemelight_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthememanager_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemeqt_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartthemesystem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/charttitle_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartvalueaxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartvalueaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/datetimeaxislabel_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/editableaxislabel_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/glwidget_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/glxyseriesdata_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalpercentbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalstackedbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendlayout_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendmarkeritem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendmoveresizehandler_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendscroller_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/linearrowitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/linechartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/logxlogydomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/logxlogypolardomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/logxydomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/logxypolardomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/percentbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/pieanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/piechartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/piesliceanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/pieslicedata_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/piesliceitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartaxisangular_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartaxisradial_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartcategoryaxisangular_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartcategoryaxisradial_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartdatetimeaxisangular_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartdatetimeaxisradial_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartlayout_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartlogvalueaxisangular_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartlogvalueaxisradial_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartvalueaxisangular_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polarchartvalueaxisradial_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/polardomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qabstractaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qabstractbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qabstractseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qarealegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qareaseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qbarcategoryaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qbarlegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qbarmodelmapper_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qbarset_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qboxplotlegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qboxplotmodelmapper_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qboxplotseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qboxset_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcandlesticklegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcandlestickmodelmapper_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcandlestickseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcandlestickset_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcategoryaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchart_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchartglobal_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchartview_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcoloraxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qdatetimeaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qhorizontalbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qhorizontalpercentbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qhorizontalstackedbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qlegend_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qlegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qlineseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qlogvalueaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qpercentbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qpielegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qpiemodelmapper_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qpieseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qpieslice_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qscatterseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qsplineseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qstackedbarseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qtcharts-config_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qtchartsexports_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qvalueaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qxylegendmarker_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qxymodelmapper_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qxyseries_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/scatteranimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/scatterchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/scroller_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/splineanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/splinechartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/stackedbarchartitem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/valueaxislabel_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/verticalaxis_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xlogydomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xlogypolardomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xyanimation_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xychart_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xydomain_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/xypolardomain_p.h
+qt6/include/QtCharts/QAbstractAxis
+qt6/include/QtCharts/QAbstractBarSeries
+qt6/include/QtCharts/QAbstractSeries
+qt6/include/QtCharts/QAreaLegendMarker
+qt6/include/QtCharts/QAreaSeries
+qt6/include/QtCharts/QBarCategoryAxis
+qt6/include/QtCharts/QBarLegendMarker
+qt6/include/QtCharts/QBarModelMapper
+qt6/include/QtCharts/QBarSeries
+qt6/include/QtCharts/QBarSet
+qt6/include/QtCharts/QBoxPlotLegendMarker
+qt6/include/QtCharts/QBoxPlotModelMapper
+qt6/include/QtCharts/QBoxPlotSeries
+qt6/include/QtCharts/QBoxSet
+qt6/include/QtCharts/QCandlestickLegendMarker
+qt6/include/QtCharts/QCandlestickModelMapper
+qt6/include/QtCharts/QCandlestickSeries
+qt6/include/QtCharts/QCandlestickSet
+qt6/include/QtCharts/QCategoryAxis
+qt6/include/QtCharts/QChart
+qt6/include/QtCharts/QChartGlobal
+qt6/include/QtCharts/QChartView
+qt6/include/QtCharts/QColorAxis
+qt6/include/QtCharts/QDateTimeAxis
+qt6/include/QtCharts/QHBarModelMapper
+qt6/include/QtCharts/QHBoxPlotModelMapper
+qt6/include/QtCharts/QHCandlestickModelMapper
+qt6/include/QtCharts/QHPieModelMapper
+qt6/include/QtCharts/QHXYModelMapper
+qt6/include/QtCharts/QHorizontalBarSeries
+qt6/include/QtCharts/QHorizontalPercentBarSeries
+qt6/include/QtCharts/QHorizontalStackedBarSeries
+qt6/include/QtCharts/QLegend
+qt6/include/QtCharts/QLegendMarker
+qt6/include/QtCharts/QLineSeries
+qt6/include/QtCharts/QLogValueAxis
+qt6/include/QtCharts/QPercentBarSeries
+qt6/include/QtCharts/QPieLegendMarker
+qt6/include/QtCharts/QPieModelMapper
+qt6/include/QtCharts/QPieSeries
+qt6/include/QtCharts/QPieSlice
+qt6/include/QtCharts/QPolarChart
+qt6/include/QtCharts/QScatterSeries
+qt6/include/QtCharts/QSplineSeries
+qt6/include/QtCharts/QStackedBarSeries
+qt6/include/QtCharts/QVBarModelMapper
+qt6/include/QtCharts/QVBoxPlotModelMapper
+qt6/include/QtCharts/QVCandlestickModelMapper
+qt6/include/QtCharts/QVPieModelMapper
+qt6/include/QtCharts/QVXYModelMapper
+qt6/include/QtCharts/QValueAxis
+qt6/include/QtCharts/QXYLegendMarker
+qt6/include/QtCharts/QXYModelMapper
+qt6/include/QtCharts/QXYSeries
+qt6/include/QtCharts/QtCharts
+qt6/include/QtCharts/QtChartsDepends
+qt6/include/QtCharts/QtChartsVersion
+qt6/include/QtCharts/qabstractaxis.h
+qt6/include/QtCharts/qabstractbarseries.h
+qt6/include/QtCharts/qabstractseries.h
+qt6/include/QtCharts/qarealegendmarker.h
+qt6/include/QtCharts/qareaseries.h
+qt6/include/QtCharts/qbarcategoryaxis.h
+qt6/include/QtCharts/qbarlegendmarker.h
+qt6/include/QtCharts/qbarmodelmapper.h
+qt6/include/QtCharts/qbarseries.h
+qt6/include/QtCharts/qbarset.h
+qt6/include/QtCharts/qboxplotlegendmarker.h
+qt6/include/QtCharts/qboxplotmodelmapper.h
+qt6/include/QtCharts/qboxplotseries.h
+qt6/include/QtCharts/qboxset.h
+qt6/include/QtCharts/qcandlesticklegendmarker.h
+qt6/include/QtCharts/qcandlestickmodelmapper.h
+qt6/include/QtCharts/qcandlestickseries.h
+qt6/include/QtCharts/qcandlestickset.h
+qt6/include/QtCharts/qcategoryaxis.h
+qt6/include/QtCharts/qchart.h
+qt6/include/QtCharts/qchartglobal.h
+qt6/include/QtCharts/qchartview.h
+qt6/include/QtCharts/qcoloraxis.h
+qt6/include/QtCharts/qdatetimeaxis.h
+qt6/include/QtCharts/qhbarmodelmapper.h
+qt6/include/QtCharts/qhboxplotmodelmapper.h
+qt6/include/QtCharts/qhcandlestickmodelmapper.h
+qt6/include/QtCharts/qhorizontalbarseries.h
+qt6/include/QtCharts/qhorizontalpercentbarseries.h
+qt6/include/QtCharts/qhorizontalstackedbarseries.h
+qt6/include/QtCharts/qhpiemodelmapper.h
+qt6/include/QtCharts/qhxymodelmapper.h
+qt6/include/QtCharts/qlegend.h
+qt6/include/QtCharts/qlegendmarker.h
+qt6/include/QtCharts/qlineseries.h
+qt6/include/QtCharts/qlogvalueaxis.h
+qt6/include/QtCharts/qpercentbarseries.h
+qt6/include/QtCharts/qpielegendmarker.h
+qt6/include/QtCharts/qpiemodelmapper.h
+qt6/include/QtCharts/qpieseries.h
+qt6/include/QtCharts/qpieslice.h
+qt6/include/QtCharts/qpolarchart.h
+qt6/include/QtCharts/qscatterseries.h
+qt6/include/QtCharts/qsplineseries.h



Home | Main Index | Thread Index | Old Index