Ok, so I create slot:
And, what's the next step?Qt Code:
void MainWindow::on_actionAbout_triggered() { OtherDialog dlg( this ); dlg.exec(); }To copy to clipboard, switch view to plain text mode
Ok, so I create slot:
And, what's the next step?Qt Code:
void MainWindow::on_actionAbout_triggered() { OtherDialog dlg( this ); dlg.exec(); }To copy to clipboard, switch view to plain text mode
Bookmarks