开发者

Qt - speech bubble widget

开发者 https://www.devze.com 2023-03-25 22:51 出处:网络
Does anybody know if there is a Qt widget that simulates this effect? What I want to do is when the user inputs some data and th开发者_JAVA技巧ese data are invalid, this bubble appears and tell to

Does anybody know if there is a Qt widget that simulates this effect?

Qt - speech bubble widget

What I want to do is when the user inputs some data and th开发者_JAVA技巧ese data are invalid, this bubble appears and tell to user 'hey, there is an error here!'


Well, I would use a frameless (setting Qt::FramelessWindowHint) QDialog with a custom painting.

0

上一篇:

:下一篇

精彩评论

暂无评论...
验证码 换一张
取 消