The QMargins class in PyQt4.QtCore module is used to specify the sizes of the four margins (top, bottom, left, and right) around a widget or layout. It is useful in controlling the spacing and layout of elements within a GUI application built using PyQt4.
Python QtCore.QMargins - 30 examples found. These are the top rated real world Python examples of PyQt4.QtCore.QMargins extracted from open source projects. You can rate examples to help us improve the quality of examples.