In this article we will look at the PyQt QPixmap widget. A QPixmap can be used to show an image in a PyQT window. QPixmap() can load an image, as …
maxguy71
-
In this article we will look at the PyQt QCheckBox widget. The QCheckBox widget provides buttons with two states: on /off. This widget provides a check box with a single …
-
In this article we will look at the PyQt QRadioButton widget. The QRadioButton is a button that can switched on or off. Radio buttons present multiple choices. In a group …
-
In this article we will look at the PyQt QDateEdit widget. The PyQt5 QDateEdit widget is a way for the user to enter in a Date as an input. Lets …
-
In this article we will look at the PyQt QPushButton widget. The QPushButton is a button in PyQt, when clicked on by a user an associated action gets performed. First …
-
In this article we look at the Tkinter Scale widget It provides a sliding bar through which we can select the values by sliding from left to right or top …
-
In this article we show how to create radio buttons using Tkinter and python A Radiobutton shows multiple choices to the user out of which, the user can select only …
In this article we will look at the PyQt QTimeEdit widget. The PyQt5 QTimeEdit widget is a way for the user to enter in a Time as an input. Lets …
In this article we look at the LabelFrame widget The LabelFrame widget is used to draw a border around its child widgets – so you can think of this as …