效果 代码 1、错误代码 ui->comboBoxSize->setEditable(!hide); 2、正确代码 ui->comboBoxSize->setEnable(!hide); 这就当是一个教训吧,自己写代码是真的一点也不细心呢。