Qt 6.11 is out! See what's new in the release
blog
I want to add to QT projet new header and new cpp file
-
How can I edit QT.pro files or/and other files to add 1 header and 1 cpp to my current c++ project with qt
-
right click on your project file in qt and click add new
-
Usually, the way that you can add a new C++ class (Header file/Implementation file) to your project is by going to File->New->C/C++->C++ class and then press the choose button.
