Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt - speech bubble widget

Tags:

qt

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

Screenshot of the desired effect

What I want to do is when the user inputs some data and these data are invalid, this bubble appears and tell to user 'hey, there is an error here!'

like image 247
José Morais Avatar asked Aug 03 '11 01:08

José Morais


Video Answer


1 Answers

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

like image 173
Humberto Pinheiro Avatar answered Oct 07 '22 04:10

Humberto Pinheiro