Skip to content

First major release!

Compare
Choose a tag to compare
@kadir014 kadir014 released this 14 May 17:30
· 5 commits to main since this 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 Widget
  • Spinner Widget
  • Toast Widget
  • RequestHandler 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