daonvshu / Pagination

a paging widget based on Qt
MIT License
49 stars 16 forks source link

bug on Qt6 #1

Closed Alvazz closed 1 year ago

Alvazz commented 2 years ago

error: Providing a function for DESIGNABLE in a property declaration is not be supported in Qt 6.

daonvshu commented 1 year ago

Set a function for 'DESIGNABLE' is no longer supported in qt6, I have removed the pageUpEnable/pageDownEnable properties, and the pageUpText/pageDownText button is visible depends on the value is empty or not.