1.spinbox和slider使用//设置基本参数int min = 0; int max = 50; int step = 5; //spinbox设置ui->spinBox->setMaximum(max);//设置最大 ...
確定! 回上一頁