Skip to content

Tag Archives: Python PyQt-SpinBox

In this article we will see how we can add border to the spin box when mouse hover over, by default spin box has a… Read More
In this article we will see how we can add border to the spin box, by default spin box has a black color border although… Read More
In this article we will see how we can enable the accept of drops in spin box, we know we can make drag enabled using… Read More
In this article we will see how we can set name to the spin box, name is basically used to distinguish spin box with each… Read More
In this article we will see how we can get the name of the spin box, name is basically used to distinguish spin box with… Read More
In this article we will see how we can set description to the spin box, description is the detailed information about the combo box which… Read More
In this article we will see how we can get the description of the spin box, description is the detailed information about the combo box… Read More
In this article we will see how we can set background color to the line edit part of the spin box, line edit part is… Read More
In this article we will see how we can set background color to the up arrow of the spin box when it get pressed. Spin… Read More
In this article we will see how we can drag the text/content i.e whole text including prefix and suffix from it. When we create a… Read More
In this article we will see how we can set background color to the spin box when mouse hover over it, by default the spin… Read More
In this article we will see how we can check if the accept of drops in spin box is enabled or not, we use setAcceptDrops… Read More
In this article we will see how we can check if drag is enabled or not for the whole text i.e including prefix and suffix.… Read More
In this article we will see how we can access the line edit object of the spin box, line edit is widget in PyQt5 which… Read More
In this article we will see how add line edit object to the spin box, line edit is widget in PyQt5 which is used to… Read More