예제 #1
0
파일: cphoto.cpp 프로젝트: sdutz/QPhoto
//----------------------------------------------------
void CPhoto::ShowAboutDlg()
{
    AboutDlg dlg ;

    dlg.exec() ;
}
예제 #2
0
void MainWindow::on_actionA_propos_triggered()
{
    AboutDlg dlg;
    dlg.exec();
}