摘要: 一、使用QPdfWriter绘制PDF 1 void MainWindow::exportPdf() 2 { 3 //一、选择保存pdf文件路径 4 QString sPath = QFileDialog::getSaveFileName(this, tr("另存为"), "/", tr("Text 阅读全文
posted @ 2020-11-09 16:32 绿筱 阅读(7529) 评论(4) 推荐(0) 编辑