First major release!
Update 1.0.0
This is the first major version of pyqt5Custom
library, meaming most things should be stable and ready to use. Also it is finally on PyPi, you can install it quickly by just typing pip install pyqtt5Custom
on your terminal.
Main additions
SegmentedButtonGroup
WidgetSpinner
WidgetToast
WidgetRequestHandler
class
Main changes
- Most widgets now has
setStyleDict
method to set their styles. Implementing QSS on custom widgets was a pain so I had to go with this method, see Styling reference. - Better animations on
AnimationHandler
class