在我的项目中,我有40 QPushButton 全部放入 QButtonGroup 像这样: QButtonGroup* group = new QButtonGroup(this); group->addButton(ui->slot_0); ...
確定! 回上一頁