QProgressDialog process(tr("开始..."),0,0,time,this); process.setWindowFlags(Qt::FramelessWindowHint);//隐藏标题栏 process.show();
確定! 回上一頁