Skip to content

Commit 06ce5b1

Browse files
committed
Solves #2
1 parent d9e4603 commit 06ce5b1

File tree

1,596 files changed

+2100
-243134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,596 files changed

+2100
-243134
lines changed

PyQt5/Enginio.dll

1 KB
Binary file not shown.

PyQt5/Enginio.pyd

0 Bytes
Binary file not shown.

PyQt5/IEShims.dll

-237 KB
Binary file not shown.

PyQt5/LICENSE

-685
This file was deleted.

PyQt5/QAxContainer.pyd

0 Bytes
Binary file not shown.

PyQt5/Qsci.pyd

-881 KB
Binary file not shown.

PyQt5/Qt.pyd

0 Bytes
Binary file not shown.

PyQt5/Qt5Bluetooth.dll

110 KB
Binary file not shown.

PyQt5/Qt5CLucene.dll

195 KB
Binary file not shown.

PyQt5/Qt5Concurrent.dll

25 KB
Binary file not shown.

PyQt5/Qt5Core.dll

-37.5 KB
Binary file not shown.

PyQt5/Qt5Declarative.dll

2.43 MB
Binary file not shown.

PyQt5/Qt5Designer.dll

-21.5 KB
Binary file not shown.

PyQt5/Qt5DesignerComponents.dll

-33 KB
Binary file not shown.

PyQt5/Qt5Gui.dll

-43 KB
Binary file not shown.

PyQt5/Qt5Help.dll

0 Bytes
Binary file not shown.

PyQt5/Qt5Multimedia.dll

3.5 KB
Binary file not shown.

PyQt5/Qt5MultimediaQuick_p.dll

2.5 KB
Binary file not shown.

PyQt5/Qt5MultimediaWidgets.dll

1 KB
Binary file not shown.

PyQt5/Qt5Network.dll

11 KB
Binary file not shown.

PyQt5/Qt5Nfc.dll

120 KB
Binary file not shown.

PyQt5/Qt5OpenGL.dll

-1 KB
Binary file not shown.

PyQt5/Qt5Positioning.dll

1.5 KB
Binary file not shown.

PyQt5/Qt5PrintSupport.dll

1.5 KB
Binary file not shown.

PyQt5/Qt5Qml.dll

-71 KB
Binary file not shown.

PyQt5/Qt5Quick.dll

-23.5 KB
Binary file not shown.

PyQt5/Qt5QuickParticles.dll

6 KB
Binary file not shown.

PyQt5/Qt5QuickTest.dll

99 KB
Binary file not shown.

PyQt5/Qt5QuickWidgets.dll

4.5 KB
Binary file not shown.

PyQt5/Qt5Script.dll

1.2 MB
Binary file not shown.

PyQt5/Qt5ScriptTools.dll

548 KB
Binary file not shown.

PyQt5/Qt5Sensors.dll

2.5 KB
Binary file not shown.

PyQt5/Qt5SerialPort.dll

2.5 KB
Binary file not shown.

PyQt5/Qt5Sql.dll

512 Bytes
Binary file not shown.

PyQt5/Qt5Svg.dll

512 Bytes
Binary file not shown.

PyQt5/Qt5Test.dll

3.5 KB
Binary file not shown.

PyQt5/Qt5WebKit.dll

-218 KB
Binary file not shown.

PyQt5/Qt5WebKitWidgets.dll

2 KB
Binary file not shown.

PyQt5/Qt5WebSockets.dll

1 KB
Binary file not shown.

PyQt5/Qt5Widgets.dll

-99 KB
Binary file not shown.

PyQt5/Qt5WinExtras.dll

19.5 KB
Binary file not shown.

PyQt5/Qt5Xml.dll

-3 KB
Binary file not shown.

PyQt5/Qt5XmlPatterns.dll

174 KB
Binary file not shown.

PyQt5/QtBluetooth.pyd

0 Bytes
Binary file not shown.

PyQt5/QtCore.pyd

0 Bytes
Binary file not shown.

PyQt5/QtDesigner.pyd

0 Bytes
Binary file not shown.

PyQt5/QtGui.pyd

512 Bytes
Binary file not shown.

PyQt5/QtHelp.pyd

0 Bytes
Binary file not shown.

PyQt5/QtMultimedia.pyd

0 Bytes
Binary file not shown.

PyQt5/QtMultimediaWidgets.pyd

0 Bytes
Binary file not shown.

PyQt5/QtNetwork.pyd

-512 Bytes
Binary file not shown.

PyQt5/QtOpenGL.pyd

0 Bytes
Binary file not shown.

PyQt5/QtPositioning.pyd

0 Bytes
Binary file not shown.

PyQt5/QtPrintSupport.pyd

0 Bytes
Binary file not shown.

PyQt5/QtQml.pyd

-512 Bytes
Binary file not shown.

PyQt5/QtQuick.pyd

-512 Bytes
Binary file not shown.

PyQt5/QtQuickWidgets.pyd

0 Bytes
Binary file not shown.

PyQt5/QtSensors.pyd

0 Bytes
Binary file not shown.

PyQt5/QtSerialPort.pyd

512 Bytes
Binary file not shown.

PyQt5/QtSql.pyd

0 Bytes
Binary file not shown.

PyQt5/QtSvg.pyd

0 Bytes
Binary file not shown.

PyQt5/QtTest.pyd

0 Bytes
Binary file not shown.

PyQt5/QtWebKit.pyd

0 Bytes
Binary file not shown.

PyQt5/QtWebKitWidgets.pyd

0 Bytes
Binary file not shown.

PyQt5/QtWebProcess.exe

3.5 KB
Binary file not shown.

PyQt5/QtWebSockets.pyd

0 Bytes
Binary file not shown.

PyQt5/QtWidgets.pyd

0 Bytes
Binary file not shown.

PyQt5/QtWinExtras.pyd

0 Bytes
Binary file not shown.

PyQt5/QtXmlPatterns.pyd

0 Bytes
Binary file not shown.

PyQt5/Uninstall.exe

-50.4 KB
Binary file not shown.

PyQt5/_QOpenGLFunctions_ES2.pyd

0 Bytes
Binary file not shown.

PyQt5/__init__.py

+28-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
# Copyright (c) 2014 Riverbank Computing Limited <[email protected]>
2-
#
2+
#
33
# This file is part of PyQt5.
4-
#
4+
#
55
# This file may be used under the terms of the GNU General Public License
66
# version 3.0 as published by the Free Software Foundation and appearing in
77
# the file LICENSE included in the packaging of this file. Please review the
88
# following information to ensure the GNU General Public License version 3.0
99
# requirements will be met: http://www.gnu.org/copyleft/gpl.html.
10-
#
10+
#
1111
# If you do not wish to use this file under the terms of the GPL version 3.0
1212
# then you may purchase a commercial license. For more information contact
1313
14-
#
14+
#
1515
# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
1616
# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17+
18+
import os
19+
20+
# Expose binaries to PATH
21+
sep = ';' if os.name == 'nt' else ':'
22+
dirname = os.path.dirname(__file__)
23+
os.environ['PATH'] += sep + dirname
24+
25+
# Expose platform plugins
26+
plugin_path = os.path.join(dirname, 'plugins', 'platforms')
27+
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
28+
29+
# Expose versions
30+
version_info = (0, 2, 0) # Version of this release
31+
version = "%s.%s.%s" % version_info
32+
__version__ = version
33+
34+
pyqt_version_info = (5, 3, 2)
35+
pyqt_version = "%s.%s.%s" % pyqt_version_info
36+
__pyqt_version__ = pyqt_version
37+
38+
qt_version_info = (5, 3, 1)
39+
qt_version = "%s.%s.%s" % qt_version_info
40+
__qt_version__ = qt_version

PyQt5/assistant.exe

-5.5 KB
Binary file not shown.

PyQt5/d3dcompiler_47.dll

3.98 MB
Binary file not shown.

PyQt5/designer.exe

-4.5 KB
Binary file not shown.

PyQt5/dumpcpp.exe

202 KB
Binary file not shown.

PyQt5/dumpdoc.exe

172 KB
Binary file not shown.
Binary file not shown.

PyQt5/icuin49.dll

-1.52 MB
Binary file not shown.

PyQt5/icuin52.dll

2.17 MB
Binary file not shown.

PyQt5/icuuc49.dll

-1.22 MB
Binary file not shown.

PyQt5/icuuc52.dll

1.62 MB
Binary file not shown.

PyQt5/idc.exe

715 KB
Binary file not shown.

PyQt5/include/Qsci/qsciabstractapis.h

-105
This file was deleted.

PyQt5/include/Qsci/qsciapis.h

-228
This file was deleted.

0 commit comments

Comments
 (0)