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).
Hi, I'm getting familiar with the Qt "hello world".
I do not understand the line #include "ui_mainwindow.h". If the file ui_mainwindow.h does not exist how can it be included?
#include "ui_mainwindow.h"
Hi and welcome to devnet,
That's a generated file which source is the .ui file created for designer.
More information here
Please mark the topic as solved if it's the case of course ;)
Thank you for the explanation!.