Hi!

I want to open AboutDialog.ui when i click QAction "About".

Qt Code:
  1. void MainWindow::on_actionAbout_triggered()
  2. {
  3. //Code for viewing AboutDialog.ui file here.
  4. }
To copy to clipboard, switch view to plain text mode