PDA

View Full Version : QDialog with rounded corners



rossm
25th April 2009, 17:59
Hi



I'm trying to create a modal dialog with round corners

I tried to use

QDialog#Dialog {

border-width: 2px;

border-radius: 20px;

}

but that does not make any difference

Any idea?

Thanks

lyuts
26th April 2009, 09:33
QDialog supports only these options:

1. background
2. background-clip
3. background-origin

jpn
27th April 2009, 23:31
Please search the forums for "rounded corners".