Skip to content

Tag Archives: Python-PyQt

In this article we will see how we can get the horizontal physical DPI of the spin box. DPI refers to the physical dot density… Read More
In this article we will see how we can repaint the spin box. With the help of painter events we can paint the spin box… Read More
In this article we will see how we can get the widget which is previous in focus chain of the spin box. Spin box consist… Read More
In this article we will see how we can override the window flags of the spin box. Spin box has certain flags, flags specifies the… Read More
In this article we will see how we can get the next in focus chain widget of the spin box. Spin box consist of two… Read More
In this article we will see how we can get the native parent widget of the spin box. Native parent widget is the next ancestor… Read More
In this article we will see how we can get the normal geometry of the spin box. The normal geometry of the spin is the… Read More
In this article we will see how we can get the vertical resolution of the device in dots per inch(DPI) of the spin box. Logical… Read More
In this article we will see how we can get the horizontal resolution of the device in dots per inch(DPI) of the spin box. Logical… Read More
In this article we will see how we can unset the special locale of the spin box. As long as no special locale has been… Read More
In this article we will see how we can set the locale to the spin box. As long as no special locale has been set,… Read More
In this article we will see how we can check if the spin box is modal widget or not. A modal widget is a widget… Read More
In this article we will see how we can check if the spin box is ancestor of the given child. If spin box is a… Read More
In this article we will see how we can check if the spin box is active window. The active window is the window that contains… Read More
In this article we will see how we can create a calculator using PyQt5,A calculator is something used for making mathematical calculations, in particular a… Read More