当前位置:网站首页>QT opens the print dialog box in a text editor
QT opens the print dialog box in a text editor
2022-06-25 14:50:00 【Happy Jiajia】
qt And Open the print dialog box in a text editor
QAction* actPrint;
actPrint = menu->addAction(tr("print"));
connect(actPrint, SIGNAL(triggered()), this, SLOT(doPrint()));
void MainWindow::doPrint()
{
QTextDocument * document = ui->textEdit->document();
QPrinter printer;
QPrintDialog dlg(&printer, this);
dlg.setWindowTitle(tr(" Print the document "));
if (dlg.exec() != QDialog::Accepted) {
return;
}
document->print(&printer);
}
边栏推荐
- Jaspersoft studio adding MySQL database configuration
- dev/mapper的解释
- dmsetup命令
- Native JS obtains form data and highlights and beautifies JSON output display
- 从0到1完全掌握 XSS
- 【HBZ分享】LockSupport的使用
- [Ocean University of China] information sharing for the first and second examinations of postgraduate entrance examination
- ffmpeg protocol concat 进行ts流合并视频的时间戳计算及其音画同步方式一点浅析
- 移除区间(贪心)
- For the first time in China, Chinatelecom 5g underground personnel positioning project is officially commercial: it can track the position in real time to ensure operation safety
猜你喜欢
![[Ocean University of China] information sharing for the first and second examinations of postgraduate entrance examination](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[Ocean University of China] information sharing for the first and second examinations of postgraduate entrance examination

How to cut the size of a moving picture? Try this online photo cropping tool

Power automatic test system nsat-8000, accurate, high-speed and reliable power test equipment

Does stream even have application advanced learning? As a programmer, you know what

Jaspersoft studio adding MySQL database configuration

How to make GIF animation online? Try this GIF online production tool

QQ love talk candy love talk content acquisition and storage

中国电池技术取得重大突破,日韩美都落后了,中国巩固了领先优势

API encapsulation of uniapp applet

Sequential programming 1
随机推荐
分享自己平時使用的socket多客戶端通信的代碼技術點和軟件使用
【Try to Hack】vulnhub DC1
Extend JS copy content to clipboard
【世界历史】第二集——文明的曙光
合宙Air32F103CBT6开发板上手报告
Common formatting methods for amount numbers
HMS Core机器学习服务实现同声传译,支持中英文互译和多种音色语音播报
Position (5 ways)
oracle数据库常用的函数总结
Two methods to rollback the code in pycharm to the specified version (with screenshot)
Tencent cloud builds a Socks5 multi IP proxy server to realize the perfect building of a game with a single window and a single IP. Tutorial attached tool "suggestions collection"
Kubernetes 理解kubectl/调试
移除区间(贪心)
【深度学习】多标签学习
15 -- k points closest to the origin
Compile Caffe's project using cmake
多张动图怎样合成一张gif?仅需三步快速生成gif动画图片
Cool assembly tutorial - concise x86 assembly language tutorial (1)
14 -- 验证回文字符串 Ⅱ
H5 page graying source code, ie compatible (elegant downgrade provides download browser link)