PDA

View Full Version : Possible to create a n"inlet" in a dialog?



Nyte
13th March 2013, 09:54
I designed some dialog windows in photoshop for our application. This design features a small triangle inlet in the mainwindow (or widget, or dialog....).

See my quickly made example:
http://i.imgur.com/JLlwmio.jpg
(note, this is NOT the design)


Is it possible to create such an effect within QT?

nish
13th March 2013, 10:33
yes. try QWidget::setMask

wysota
13th March 2013, 10:33
If you remove window decorations then most likely yes.