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