# # ifndef MAINWINDOW_H
# define MAINWINDOW_H
#include
The namespace Ui {
The class MainWindow.
}
The class MainWindow: public QMainWindow
{
Q_OBJECT
Public:
Explicit MainWindow (QWidget * parent=0);
~ MainWindow ();
Private:
Ui: : MainWindow * Ui;
};
# endif//MAINWINDOW_H
CodePudding user response:
Default constructor parameters, if you omit parameter, equal with the default value as a parameter,CodePudding user response:
By default the null pointer