qt--QDialogButtonBox按钮盒

Signals信号:

void accepted()     表示确定的信号,点击Ok、Yes按钮时发出的信号

  void clicked(QAbstractButton *button)
  void helpRequested()
  void rejected()    表示拒绝的信号,点击No、Cancel按钮时发出的信号

原文地址:https://www.cnblogs.com/liming19680104/p/13672451.html