pyqttoast

A fully customizable toast notification library for PyQt and PySide

MIT License

Downloads
1.5K
Stars
82
pyqttoast - v1.3.1 Latest Release

Published by niklashenning 2 months ago

  • Adds PyInstaller hooks for data files (#15)
  • Improves code by hiding a few accidentally exposed private attributes
pyqttoast - v1.3.0

Published by niklashenning 3 months ago

  • Adds feature to position toasts relative to widget (#13)
  • Fixes minor bug causing slight mispositioning of icon separator with empty title or text
  • Fixes position bug when centering toasts with different heights
pyqttoast - v1.2.0

Published by niklashenning 6 months ago

  • Fixed cut off title or text bug (#10)
  • Fixes minor position bug with toasts of different height
  • Added the option to create a toast without a parent (#9)
  • Added methods to customize the icon separator (visibility and width)
  • Added static method to reset the Toast class and instantly clear and hide all toasts
  • Added tests
pyqttoast - v1.1.0

Published by niklashenning 7 months ago

  • Added setting to enable or disable the close button
  • Added additional position: CENTER (#3, thanks to @fabiomanz for providing a PR)
  • Fixed icon size / coloring bug on high DPI screens (#3, thanks to @fabiomanz for finding the bug and providing a PR)
pyqttoast - v1.0.0

Published by niklashenning 7 months ago

Initial version