And in maker.cpp I have to do the same what I was doing with MainWindow:
but without implementing slots, right?Qt Code:
{ ui.setupUi(this); } void MainWindow::on_actionAbout_triggered() { Dialog dlg( this ); dlg.exec(); }To copy to clipboard, switch view to plain text mode
Bookmarks