QSize is a class in the Qt framework's QtCore module of python's qtpy library. It represents a two-dimensional size in a graphical user interface. QSize provides methods and properties to access and manipulate the width and height of the size object. It is commonly used for specifying the dimensions of GUI elements such as widgets, windows, or images in a Qt application.
Python QSize - 28 examples found. These are the top rated real world Python examples of qtpy.QtCore.QSize extracted from open source projects. You can rate examples to help us improve the quality of examples.