Skip to content

Releases: kadir014/pyqt5-custom-widgets

(Hotfix) PyPi Source Updated

15 May 16:04
Compare
Choose a tag to compare

Update 1.0.1 (Hotfix)

Use pip install --upgrade pyqt5Custom

Main changes

  • Improved documentation
  • New example script: example_titlebar.py

Fixes

  • syntax and themes folders are added to PyPi source

First major release!

14 May 17:30
Compare
Choose a tag to compare

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