鼠标样式在不同系统下有两种不同的效果,为什么?
我想改变鼠标样式。
QCursor a ;
QPixmap pixmap(“ .....”) ;
a = QCursor(pixmap,-1,-1);
setCursor(a) ;
这就是我的资源图哦!新用户不允许发布图片! 55555.... 我来展示一下我自己的描述吧!该图像是一个带有蓝色边缘的白色环。
在Fedora中是正常的,但是在Ubuntu和我用arm 9定制的linux中就异常了。 我想强调的是,这种现象很奇怪。它只能显示两种颜色:白色或黑色。
我想知道如何在所有系统中显示正常样式。有哪些因素影响呢?
谢谢。
I want to change the mouse style .
QCursor a ;
QPixmap pixmap(“ .....”) ;
a = QCursor(pixmap,-1,-1);
setCursor(a) ;
That's my resource image .Oh! new users aren't allowed to post images! 55555....
Let me show my own description! This image is a white ring with edge of blue .
It is normal in Fedora , But it is abnormal in Ubuntu and my customize linux with arm 9 .
What I want to emphasize is the fact that the phenomenon is very strange.It can only display 2 colors : white or black.
I want to know How I can display the normal style in all systems. What factors affect it ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到它 。
原因是小部件的不透明度发生了变化。
I get it .
The reason is that opacity of the widget has changed .