鼠标样式在不同系统下有两种不同的效果,为什么?

发布于 2024-11-30 11:44:10 字数 329 浏览 0 评论 0原文

我想改变鼠标样式。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里°也失望 2024-12-07 11:44:10

我得到它 。
原因是小部件的不透明度发生了变化。

I get it .
The reason is that opacity of the widget has changed .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文