Skip to content

kd8bny/pyqtWidgets

 
 

Repository files navigation

#pyqtWidgets This is a fork from github. The purpose was to create custom qt4 widgets to use in future projects. Starting with pi2go.

##Instructions After cloning the repo start make sure you have the required prerequisites by running:

make prereq

Then you can start qt4-designer by running:

$make install

In the future this will move the widget classes to qt designer.

To update the widgets if needed run:

$make update

Finally if you wish to see the widget first run:

$make run

##Widgets ###Speedometer Alt text

This first widget in the collection is a speedometer. At this moment there is only a single function updateValue which takes an integer.

speedowidget.updateValue(int)

Each of the tick marks are equivalent to 10mph in a range from 0<value<120. kph is to come and is still accepted.

About

Custom pyQT widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%