MsgBox *msg_box2 = new MsgBox();
msg_box2->setInfo(QString("重命名"), QString("文件名不能包含下列任何字符:\n \\ / : * ? \" < > |"), QPixmap(":/icon/attention"), true, true);
msg_box2->exec();
MsgBox *msg_box3 = new MsgBox();
msg_box3->setInfo(QString("批量文件删除"), QString("确实要把所有文件放入回收站吗?"), QPixmap(":/icon/attention"), false, false);
msg_box3->exec();
欢迎光临 联航教育 (https://edu.unigress.com/) | Powered by Discuz! X3.4 |