QT槽函数的使用

QT槽函数的使用 例如: 在头文件中设置槽函数 public slots: void OnClickedButtonEnsure(); void OnClickedButtonExit(); cpp文件 构造函数中写入 connect(ui.pushButton_Ensure, SIGNAL(clicked()), this, SLOT(OnClickedButtonEnsure())); c
相关文章
相关标签/搜索