1 //关闭对话框
2 int TestAandB::m_closeButton(bool checked)
3 {
4     QApplication::exit(0);
5     return 0;
6 }

相关文章: