Hi, I'm a beginner both in general programming as well as in QtQuick. I would like to make a project that could link the database and display the data in charts using Qt. Is it possible using the QtQuick directly or do I have to link it using the QtDesktop (cpp) and import it at my application?
Big thanks for the answer.