PDA

View Full Version : How to chage QDailog border???



sudhansu
8th January 2010, 08:21
Hi All,
I've a QDialog and its frame less. i need the border of that dialog to be thick gray color.
If i do like


this->setStylesheet("border : 5px solid gray");

its affecting other editboxs border, which are added to this Qdialog. but no affect to QDialog border. Any suggestion??

Thank you all.

wysota
8th January 2010, 19:37
If all you want is the border then it's easiest to reimplement the dialog's paint event and draw the border there.