当前位置: 技术问答>linux和unix
linux qt编程
来源: 互联网 发布时间:2017-02-15
本文导语: 我在dialog的构造函数里有这么一句: setAttribute(Qt::WA_TranslucentBackground, true); 为什么编译的时候说:WA_TranslucentBackground is not a member of type qt。 求高手解答,谢谢 | 我是这样认为的,不知道这个问题你解决了...
我在dialog的构造函数里有这么一句: setAttribute(Qt::WA_TranslucentBackground, true);
为什么编译的时候说:WA_TranslucentBackground is not a member of type qt。
求高手解答,谢谢
为什么编译的时候说:WA_TranslucentBackground is not a member of type qt。
求高手解答,谢谢
|
我是这样认为的,不知道这个问题你解决了没有,有什么好的方法你可以共享一下
|
你需要定义一个宏,来支持qt3.0的一些功能