summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartsgallery/chartsgallery.pro
blob: b362ffade94c838f7db93c5ea79bc7703f861c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
QT += charts

HEADERS += \
    areawidget.h \
    barmodelmappermodel.h \
    barmodelmapperwidget.h \
    boxplotdatareader.h \
    boxplotwidget.h \
    barwidget.h \
    barpercentwidget.h \
    barstackedwidget.h \
    callout.h \
    calloutwidget.h \
    calloutview.h \
    candlestickwidget.h \
    candlestickdatareader.h \
    contentwidget.h \
    customchartwidget.h \
    datetimeaxiswidget.h \
    donutbreakdownchart.h \
    donutbreakdownmainslice.h \
    donutbreakdownwidget.h \
    donutwidget.h \
    dynamicsplinewidget.h \
    horizontalbarwidget.h \
    horizontalpercentbarwidget.h \
    horizontalstackedbarwidget.h \
    interactionswidget.h \
    interactionsview.h \
    interactionschart.h \
    legendwidget.h \
    legendmarkerswidget.h \
    lightmarkerswidget.h \
    lineandbarwidget.h \
    linewidget.h \
    logaxiswidget.h \
    modeldatamodel.h \
    modeldatawidget.h \
    multiaxiswidget.h \
    nesteddonutswidget.h \
    mainwidget.h \
    pccpentool.h \
    pccbrushtool.h \
    pcccustomslice.h \
    pccwidget.h \
    piedrilldownchart.h \
    piedrilldownslice.h \
    piedrilldownwidget.h \
    piewidget.h \
    pointconfigurationwidget.h \
    polarchartview.h \
    polarchartwidget.h \
    scatterinteractionswidget.h \
    scatterwidget.h \
    selectedbarwidget.h \
    splinewidget.h \
    stackeddrilldownchart.h \
    stackeddrilldownseries.h \
    stackeddrilldownwidget.h \
    temperaturerecordswidget.h \
    themewidget.h

SOURCES += \
    areawidget.cpp \
    barmodelmappermodel.cpp \
    barmodelmapperwidget.cpp \
    boxplotdatareader.cpp \
    boxplotwidget.cpp \
    barwidget.cpp \
    barpercentwidget.cpp \
    barstackedwidget.cpp \
    callout.cpp \
    calloutwidget.cpp \
    calloutview.cpp \
    candlestickwidget.cpp \
    candlestickdatareader.cpp \
    contentwidget.cpp \
    customchartwidget.cpp \
    datetimeaxiswidget.cpp \
    donutbreakdownchart.cpp \
    donutbreakdownmainslice.cpp \
    donutbreakdownwidget.cpp \
    donutwidget.cpp \
    dynamicsplinewidget.cpp \
    horizontalbarwidget.cpp \
    horizontalpercentbarwidget.cpp \
    horizontalstackedbarwidget.cpp \
    interactionswidget.cpp \
    interactionsview.cpp \
    interactionschart.cpp \
    legendwidget.cpp \
    legendmarkerswidget.cpp \
    lightmarkerswidget.cpp \
    lineandbarwidget.cpp \
    linewidget.cpp \
    logaxiswidget.cpp \
    main.cpp \
    modeldatamodel.cpp \
    modeldatawidget.cpp \
    multiaxiswidget.cpp \
    nesteddonutswidget.cpp \
    mainwidget.cpp \
    pccpentool.cpp \
    pccbrushtool.cpp \
    pcccustomslice.cpp \
    pccwidget.cpp \
    piedrilldownchart.cpp \
    piedrilldownslice.cpp \
    piedrilldownwidget.cpp \
    piewidget.cpp \
    pointconfigurationwidget.cpp \
    polarchartview.cpp \
    polarchartwidget.cpp \
    scatterinteractionswidget.cpp \
    scatterwidget.cpp \
    selectedbarwidget.cpp \
    splinewidget.cpp \
    stackeddrilldownchart.cpp \
    stackeddrilldownseries.cpp \
    stackeddrilldownwidget.cpp \
    temperaturerecordswidget.cpp \
    themewidget.cpp

RESOURCES += chartsgallery.qrc

FORMS += themewidget.ui

target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartsgallery
INSTALLS += target