Exemplo n.º 1
0
//----------------------------------------------------
void CPhoto::ShowAboutDlg()
{
    AboutDlg dlg ;

    dlg.exec() ;
}
Exemplo n.º 2
0
void MainWindow::on_actionA_propos_triggered()
{
    AboutDlg dlg;
    dlg.exec();
}