<div dir="ltr"><div><div><div><div>Hi,<br><br></div>up to now I always used QGuiApplication when developing QML only applications. However, the QtCharts module requires QApplication instead of QGuiApplication, otherwise it stops with an assert: <br><br>"ASSERT: "<span class="error">Unable to render embedded object: File ("No style available without QApplication) not found". (see <a href="https://bugreports.qt.io/browse/QTBUG-49895">https://bugreports.qt.io/browse/QTBUG-49895</a> )<br><br></span></div><span class="error">I now replaced QGuiApplication with QApplication, which _seems_ to work (at least I couldn't recognize any strange behaviour after a quick test). But is it really safe to use QApplication instead of QGuiApplication for all platforms (desktop, android, iOs..)? Or are there any hidden pitfalls doing that? <br><br></span></div><span class="error">Thanks,<br></span></div><span class="error">Bernhard<br></span></div>