The first warning/Error I see is…
QtGui/QApplication: No such file or directory
Which I solved by changing the include to
#include <QGuiApplication>
Similar Posts:
- QWidget:Must construct a QApplication before a QPaintDevice
- QApplication:No such file or directory [How to Solve]
- Solving the problem of QT connecting MySQL database in Windows system: qmmysql driver not loaded
- QT use of undeclared identifier ‘cout’
- C write and read file via FILE and open method in a+ or r mode
- [Solved] Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
- MyBatis Error: Error building SqlSession [How to Solve]
- [Solved] pyqt5 ‘QWidget’ object has no attribute ‘setCentralWidget’
- About the Ubuntu configuration file apache2 httpd.conf position
- Python3 ImportError: No module named _ssl [How to Solve]