mirror of https://github.com/qt/qtgraphs.git
This achieves a few things:
* Fixes the qmake project, which previously failed to run with
"qrc:/qml/quickwidgetgraphs/main.qml: No such file or directory"
because main.qml wasn't embedded as a resource file
* Eliminates the "Unqualified access" warning from qmlls/qmllint
(QTBUG-110934) for the `pieGraph` reference in main.qml
* Eliminates the use of context properties which is discouraged
(QTBUG-136712)
* Showcases more C++ API which might help C++ programmers, the target
audience of this example
Task-number: QTBUG-110934
Change-Id: I2e20eb35b196d14b2d5de6945ccebaaba7642f59
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| graphs | ||
| CMakeLists.txt | ||
| examples.pro | ||