摘要: 做一个运行界面 首先拖拽ui界面,看起来基本差不太多 当combobox中没有文字时,确定按钮无效 编写一个槽函数 void Widget::updatebtnstate(QString str) { //combobox的文本为空时 if(str.isEmpty()) { //surebutton 阅读全文
posted @ 2020-04-28 12:36 祁峰_1024 阅读(311) 评论(0) 推荐(0) 编辑