2023年6月10日

Qt 信号和槽出现重载的处理方法

摘要: QtCreator + Qt5.12.2 1 /* 重载信号需要注明 */ 2 connect(ui->comboBox_Mode, QOverload<int>::of(&QComboBox::currentIndexChanged), 3 this, [this](int index) 4 { 阅读全文

posted @ 2023-06-10 16:31 掌控命运 阅读(110) 评论(0) 推荐(0)

导航