gpt4 book ai didi

c++ - Windows 上的 QPrintDialog::exec() 错误

转载 作者:太空宇宙 更新时间:2023-11-04 14:03:33 25 4
gpt4 key购买 nike

我正在尝试在 Windows 上使用 QtPrintSupport。

bool SomeClass::print()
{
QPrinter printer;
QPrintDialog dialog(&printer, this);
if (dialog.exec() == QDialog::Rejected)
return false;

edit->print(&printer);
return true;
}

在 Debug模式下一切正常。但在 Release QPrintDialog::exec() 中立即返回 QDialog::Rejected。

Qt 版本:5.0

我将文件夹“printsupport”添加到 myApp.exe 文件路径。 QPrintDialog::exec() 正常工作。但是在调用 edit->print(&printer) 程序退出后。

最佳答案

我将 Qt 库更新到 5.1 版。打印支持正在全面运作。

关于c++ - Windows 上的 QPrintDialog::exec() 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18080848/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com