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

Qt Code:
  1. this->setStylesheet("border : 5px solid gray");
To copy to clipboard, switch view to plain text mode 

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

Thank you all.