Hi
I have a QTextEdit in which I want to display a watermark
Could someone tell me if this is possible and how I can achieve this
Thanks
Hi
I have a QTextEdit in which I want to display a watermark
Could someone tell me if this is possible and how I can achieve this
Thanks
On QTextEdit set your watermark image as background using setStyleSheet() and change QPalette::Base to Qt::NoBrush.
GrahamLabdon (13th March 2012)
Thank-you
It works!
Bookmarks