PyQt5 Tutorial
About Lesson

In this PyQt5 video we want to learn about PyQt5 QSpinBox, so QSpinBox is designed to handle integers and discrete sets of values (e.g., month names), use QDoubleSpinBox for floating point values. QSpinBox allows the user to choose a value by clicking the up/down buttons or pressing up/down on the keyboard to increase/decrease the value currently displayed.

Exercise Files
spinbox.zip
Size: 1.41 KB
Join the conversation