qtgraphs/examples
Sze Howe Koh 814d221a39 quickwidgetgraphs example: Initialize GraphsView in C++
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

Pick-to: 6.10
Task-number: QTBUG-110934
Change-Id: I2e20eb35b196d14b2d5de6945ccebaaba7642f59
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
2025-09-26 15:11:42 +08:00
..
graphs quickwidgetgraphs example: Initialize GraphsView in C++ 2025-09-26 15:11:42 +08:00
CMakeLists.txt Add graph printing example 2024-12-02 15:01:36 +02:00
examples.pro Re-establish common examples/graphs dir 2024-01-09 07:10:03 +01:00