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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-06-09
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2022-01-28
  • 2021-08-21
相关资源
相似解决方案