mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic) * 2to3 updates * move QPyNullVariant/NULL to PyQt.QtCore * add global unicode/basestring/long for Python3 * expand QtGui, QtCore module and star exports * Qscintilla2 * replace Set import with set builtin
4 lines
103 B
Python
4 lines
103 B
Python
from PyQt5.QtWidgets import *
|
|
|
|
QLayout.setMargin = lambda self, m: self.setContentsMargins(m, m, m, m)
|