Hi forum,
I have created a small application the below code is generated automatically.
Code:MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { }Is both the code lines are same…Code:MainWindow::MainWindow(QWidget *parent) { QMainWindow = parent; ui = new Ui::MainWindow; }
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks