I have a simple question.
In Qt we have tree main classes like QApplication, QGuiApplication and QCoreApplication

-QApplication is allocated to standard QWidget applications
- QCoreApplication is allocated to console application

and QGuiApplication is allocated to console application when in console application we need use some classes from
gui module like QDesktopServices? I have right?

Regards,