Skip to content

epicecu/AnalogGaugeWidgetPyQt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnalogGaugeWidgetPyQt6

Custom Analog guage widget for PyQt version 6

AnalogGaugeWidgetDemo Image

Usage:

  • Multiple visualisations
  • Show speed
  • fuel indicator
  • level indicator
  • etc

Interface

Update Value Method

update_value(int) -> will also redraw the widget

Value Changed Signal

valueChanged(int)

Demo & Parameters Selection

Run the demo from a shell

  1. Clone the project to your local workstation
  2. Run either in the Windows PowerShell or Max/Linux bash

Windows PowerShell

cd AnalogGaugeWidgetPyQt
virtualenv venv
venv\Scripts\activate
pip install PyQt6
python analoggaugewidget.py

Or Linux/Mac

cd AnalogGaugeWidgetPyQt
python -m venv venv
source venv/bin/activate
pip install PyQt6
python analoggaugewidget.py

AnalogGaugeWidgetDemo Image

About

Custom QWidget as Analog Gauge Widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%