When I import QtQuick.Controls 1.0 there is an error while debugging:
Error: No widget style available.
Qt Quick Controlscurrently depend on the widget module to function.
Use QApplication when creating standalone executables.
Should I add an import or maybe an include somewhere?
↧