项目作者: StefanHol

项目描述 :
Custom QWidget as Analog Gauge Widget
高级语言: Python
项目地址: git://github.com/StefanHol/AnalogGaugeWidgetPyQt.git
创建时间: 2018-04-26T17:31:01Z
项目社区:https://github.com/StefanHol/AnalogGaugeWidgetPyQt

开源协议:Apache License 2.0

下载


AnaloGaugeWidgetPyQt

Custom QWidget

  • compatible to PyQt4 and PyQt5

AnalogGaugeWidgetDemo Image

Usage:

  • Multiple vísualisatins
  • Show speed
  • fuel indicator
  • level indicator
  • many more

How to impletemnt analogWidget to your QMainWindow

  1. Open your QtGUI MainWindow with QtDesigner
  2. add QWidget from Palette
  3. add custom widget to QWidget
    AnalogGaugeWidgetDemo Image

Update Value Method

update_value(int) -> will also redraw the widget

Value Changed Signal

valueChanged(int)

Parameters

  • Just play with the demo
    AnalogGaugeWidgetDemo Image