linux qt编程
我在dialog的构造函数里有这么一句: setAttribute(Qt::WA_TranslucentBackground, true);
为什么编译的时候说:WA_TranslucentBackground is not a member of type qt。
求高手解答,谢谢
[解决办法]
[解决办法]
你需要定义一个宏,来支持qt3.0的一些功能
发布时间: 2012-05-13 16:39:43 作者: rapoo
linux qt编程
我在dialog的构造函数里有这么一句: setAttribute(Qt::WA_TranslucentBackground, true);
为什么编译的时候说:WA_TranslucentBackground is not a member of type qt。
求高手解答,谢谢
[解决办法]