Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In ui_mainwindow.h file, #include <QtWidgets/QAction> does not work. I also substituted "QtWidgets/QAction" as "QAction". But that also does not work. How can the error be fixed?
this file is normally generated automatically. No need to change anything unless you create it manually. Do you add widgets to QT in your pro?
something like this? QT += core gui widgets