Custom Analog guage widget for PyQt version 6
- Compatible with PyQt6 only
- PyQt 4 & 5 versions can be cloned from the original project https://github.com/StefanHol/AnalogGaugeWidgetPyQt
- Multiple visualisations
- Show speed
- fuel indicator
- level indicator
- etc
update_value(int) -> will also redraw the widget
valueChanged(int)
Run the demo from a shell
- Clone the project to your local workstation
- Run either in the Windows PowerShell or Max/Linux bash
Windows PowerShell
cd AnalogGaugeWidgetPyQt
virtualenv venv
venv\Scripts\activate
pip install PyQt6
python analoggaugewidget.pyOr Linux/Mac
cd AnalogGaugeWidgetPyQt
python -m venv venv
source venv/bin/activate
pip install PyQt6
python analoggaugewidget.py