Skip to content

Tag Archives: Python-gui

In this article, we are going to learn how to create a tooltip. A tooltip is often used to specify extra information about something when… Read More
Gtk.CellRenderer widgets are used to display information within widgets such as the Gtk.TreeView or Gtk.ComboBox. Below are the seven Gtk.CellRenderer widgets used for different purposes.… Read More
QAction : In PyQt5 applications many common commands can be invoked via menus, toolbar buttons, and keyboard shortcuts, since the user expects each command to… Read More
QActionGroup : In PyQt5 applications many common commands can be invoked via menus, toolbar buttons, and keyboard shortcuts, since the user expects each command to… Read More
PySide2 is one of the most famous libraries in python for building GUI applications. In this article, we will build an empty window using PySide2… Read More
QLineEdit : It allows the user to enter and edit a single line of plain text with a useful collection of editing functions, including undo… Read More
In this article we will see how we can get style sheet to the QListWidget. QListWidget is a convenience class that provides a list view… Read More
In this article we will see how we can set style sheet to the QListWidget. QListWidget is a convenience class that provides a list view… Read More
In this article we will see how we can reset vertical scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can get vertical scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can set vertical scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can reset horizontal scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can get horizontal scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can set horizontal scroll mode property of the QListWidget. QListWidget is a convenience class that provides a… Read More
In this article we will see how we can add extra scroll bar of the QListWidget. QListWidget is a convenience class that provides a list… Read More