QML crash in Qt 5.9 - help to read stack trace

后端 未结 1 1902
半阙折子戏
半阙折子戏 2021-01-14 07:33

I am writing an app using Qt 5.9 with C++ main and QML UI on the top. Everything fine (including sending signals from C++ to QML) but when I add ChartView to th

相关标签:
1条回答
  • 2021-01-14 08:08

    If you are going to use Qt Charts you must change the QGuiApplication to QApplication and add QT += widgets to .pro

    0 讨论(0)
提交回复
热议问题