linuxdeepin / qt5integration

Qt platform theme integration plugins for DDE.
Other
36 stars 47 forks source link

chore: draw rounded rect if set frame radius #144

Closed kegechen closed 1 year ago

kegechen commented 1 year ago
 QFrame f;
 f.setFrameShape(QFrame::Shape::StyledPanel);
 DStyle::setFrameRadius(&f, 8); // _d_dtk_frameRadius property

Issue: https://github.com/linuxdeepin/dtk/issues/20