Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 376 Bytes

PyQt_classes

This repository includes some usefull classes for PyQt4 scripts.

LM_DoubleSpinbox_with_simple_calc.py

(class LM_DoubleSpinBox_with_calc(Subclass of QDoubleSpinBox))

This is a special Spinbox, where it is possible that the user enters a math-formula which will be calculated after User presses return or focus is lost.