Qt Charts crash
Solved
QML and Qt Quick
-
Hi,
From the error on the IDE console, you should have a
QApplication
and not aQGuiApplication
. -
You're welcome !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
-
@SGaist i'm having QML application and backend is QT (Qt 5.15) , in my application i'm using chartview
with QApplication its working fine But need to ask is there any problem we might face in project or application if use QApplication instead of QGuiApplication for Qt 5.15 ,QGuiApplication - base class + GUI capabilities. Use it in QML applications.
QApplication - base class + GUI + support for widgets. Use it in QtWidgets applications. -