This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-02-24 00:47:57 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
python
/
PyQt
/
PyQt5
/
QtCore.py
4 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
[py3] Add PyQt5/PyQt4 compatibility layer
2015-11-08 15:26:30 +00:00
from
PyQt5
.
QtCore
import
*
Python3/Qt5/2to3 updates: * 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
2016-03-14 20:26:58 +01:00
NULL
=
QVariant
(
)
QPyNullVariant
=
QVariant
(
)
Reference in New Issue
Copy Permalink