Qt:透明QRubberBand?
我正在尝试在 QGLWidget 上绘制 QRubberBand。 由于某种原因,橡皮筋的区域被绘制为不透明,我看不到它后面的内容。 这有点违背了橡皮筋作为选择其内部内容的方式的目的。
我在 QStyleOptionRubberBand 的文档中看到有一个“不透明”成员,但我不知道如何以默认样式访问它或如何更改它。
有人做过这个吗?
I'm trying to draw a QRubberBand on a QGLWidget. For some reason the area of the rubber band is drawn as opaque and I don't see what's behind it. This kinda beats the purpose of the rubber band as a way to select stuff inside it.
I've seen in docs for QStyleOptionRubberBand that there's an 'opaque' member but I have no idea how to access this in the default style or how to change it.
Anybody ever done this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有源代码就太好了?
但我将尝试解决此问题的方法如下:
希望它有帮助!
It would be great having any source code ?
But here are how I would attempt to fix the problem :
Hope it helps !