Qt 6.11 is out! See what's new in the release
blog
How to create border around modal window
-
I want to create border around my modal which inherits from QWidget. I tried setting stylesheet to top layout but it doesnt create a border. I tried this:
QHBoxLayout#layoutbox { background-color: red; border-style: outset; border-width: 2px; border-radius: 10px; border-color: beige; font: bold 14px; min-width: 10em; padding: 6px; }How can i do that?
-
I want to create border around my modal which inherits from QWidget. I tried setting stylesheet to top layout but it doesnt create a border. I tried this:
QHBoxLayout#layoutbox { background-color: red; border-style: outset; border-width: 2px; border-radius: 10px; border-color: beige; font: bold 14px; min-width: 10em; padding: 6px; }How can i do that?