linuxdeepin / qt5integration

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

fix: compatibility with orientation #186

Closed asterwyx closed 1 year ago

asterwyx commented 1 year ago

Orientation field in QStyleOptionProgressBar is removed in Qt6. In Qt5, user may not set state flags, so we still need to judge from orientation.

Log: fix compatibility with orientation

asterwyx commented 1 year ago

/merge