摘要: 这篇文章主要写一下怎样实现定类别查找。 1 void Widget::on_comboBox_currentIndexChanged(int index) 2 { 3 QString sortname; 4 switch(index){ 5 case 1: sortname="每日一题"; brea 阅读全文
posted @ 2020-03-30 23:02 T丶jl 阅读(168) 评论(0) 推荐(0)