Some custom widgets created or modified by me. You are welcome to help.
A simple color picker for windows using the same idea as Chrome color picker.
An example using the Docking options, with that a PainterEvent override and a Drag n' Drop sample.
A widget using paths that allow use for single image or list of images, changing its functionality.
Simple splash sample, using Timer.
A widget with hovering effect overriding the MouseEnter/MouseLeave, and adding a hovering menu.
A widget with two handles to select a range.
A Resizable rect item to use with QGraphicsView/QGraphicsScene.
- Python 3.4+
- PySide2
pip install PySide2
- win32api
pip install pywin32
- desktopmagic
pip install desktopmagic
- PIL/Pilow
pip install pillow