In this article we look at the QFontDialog It provides a dialog widget for selecting a font and they are used to select different fonts and various properties such as …
PyQt
-
In this article we look at the QColorDialog It is a dialog box of a color picker widget. A color picker is a graphical user interface widget, these are commonly …
-
In this article we will look at the PyQt QInputDialog. The QInputDialog is a dialog that you use to enter simple values. The input values can be numbers, strings, or …
-
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 …
-
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 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 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 QCalendarWidget class . The QCalendarWidget displays a calendar for the users to select a date. Lets look at some of the methods …
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 …