gpt4 book ai didi

ios - 变量的类型不完整 'QPrinter'

转载 作者:行者123 更新时间:2023-11-29 11:12:37 24 4
gpt4 key购买 nike

我正在尝试在 iOS 中使用 QT。

#include <QtGui/qprinter.h>

QPrinter print;

上面的代码给出了“变量的类型不完整‘QPrinter’”错误。尽管 QtGui/qprinter.h 对 QPrinter 有完整的定义。有什么想法可以解决这个问题吗?

最佳答案

qprinter.h 文件在定义 QPrinter 之前有这个预处理器条件:

#ifndef QT_NO_PRINTER

// class QPrinter {
// ...
// }

#endif

也许在 iOS 上定义了 QT_NO_PRINTER,也许是因为它不受支持?我找不到任何说明这么多的官方文档,但如果在您的构建中定义了该宏,那么测试它就足够容易了。

关于ios - 变量的类型不完整 'QPrinter',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10884003/

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