mit neuen venv und exe-Files
This commit is contained in:
BIN
venv3_12/Lib/site-packages/PyQt5/QAxContainer.pyd
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/QAxContainer.pyd
Normal file
Binary file not shown.
107
venv3_12/Lib/site-packages/PyQt5/QAxContainer.pyi
Normal file
107
venv3_12/Lib/site-packages/PyQt5/QAxContainer.pyi
Normal file
@@ -0,0 +1,107 @@
|
||||
# The PEP 484 type hints stub file for the QAxContainer module.
|
||||
#
|
||||
# Generated by SIP 6.8.6
|
||||
#
|
||||
# Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
|
||||
#
|
||||
# This file is part of PyQt5.
|
||||
#
|
||||
# This file may be used under the terms of the GNU General Public License
|
||||
# version 3.0 as published by the Free Software Foundation and appearing in
|
||||
# the file LICENSE included in the packaging of this file. Please review the
|
||||
# following information to ensure the GNU General Public License version 3.0
|
||||
# requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
||||
#
|
||||
# If you do not wish to use this file under the terms of the GPL version 3.0
|
||||
# then you may purchase a commercial license. For more information contact
|
||||
# info@riverbankcomputing.com.
|
||||
#
|
||||
# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||
# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
import typing
|
||||
|
||||
import PyQt5.sip
|
||||
|
||||
from PyQt5 import QtCore
|
||||
from PyQt5 import QtGui
|
||||
from PyQt5 import QtWidgets
|
||||
|
||||
# Support for QDate, QDateTime and QTime.
|
||||
import datetime
|
||||
|
||||
# Convenient type aliases.
|
||||
PYQT_SIGNAL = typing.Union[QtCore.pyqtSignal, QtCore.pyqtBoundSignal]
|
||||
PYQT_SLOT = typing.Union[typing.Callable[..., Any], QtCore.pyqtBoundSignal]
|
||||
|
||||
# Convenient aliases for complicated OpenGL types.
|
||||
PYQT_OPENGL_ARRAY = typing.Union[typing.Sequence[int], typing.Sequence[float],
|
||||
PyQt5.sip.Buffer, None]
|
||||
PYQT_OPENGL_BOUND_ARRAY = typing.Union[typing.Sequence[int],
|
||||
typing.Sequence[float], PyQt5.sip.Buffer, int, None]
|
||||
|
||||
|
||||
class QAxBase(PyQt5.sipsimplewrapper):
|
||||
|
||||
@typing.overload
|
||||
def __init__(self) -> None: ...
|
||||
@typing.overload
|
||||
def __init__(self, a0: 'QAxBase') -> None: ...
|
||||
|
||||
def setClassContext(self, classContext: int) -> None: ...
|
||||
def classContext(self) -> int: ...
|
||||
def disableEventSink(self) -> None: ...
|
||||
def disableClassInfo(self) -> None: ...
|
||||
def disableMetaObject(self) -> None: ...
|
||||
def setControl(self, a0: typing.Optional[str]) -> bool: ...
|
||||
def clear(self) -> None: ...
|
||||
exception: typing.ClassVar[QtCore.pyqtSignal]
|
||||
propertyChanged: typing.ClassVar[QtCore.pyqtSignal]
|
||||
signal: typing.ClassVar[QtCore.pyqtSignal]
|
||||
def asVariant(self) -> typing.Any: ...
|
||||
def verbs(self) -> typing.List[str]: ...
|
||||
def isNull(self) -> bool: ...
|
||||
def setPropertyWritable(self, a0: typing.Optional[str], a1: bool) -> None: ...
|
||||
def propertyWritable(self, a0: typing.Optional[str]) -> bool: ...
|
||||
def generateDocumentation(self) -> str: ...
|
||||
def setPropertyBag(self, a0: typing.Dict[str, typing.Any]) -> None: ...
|
||||
def propertyBag(self) -> typing.Dict[str, typing.Any]: ...
|
||||
@typing.overload
|
||||
def querySubObject(self, a0: typing.Optional[str], a1: typing.Iterable[typing.Any]) -> typing.Optional['QAxObject']: ...
|
||||
@typing.overload
|
||||
def querySubObject(self, a0: typing.Optional[str], value1: typing.Any = ..., value2: typing.Any = ..., value3: typing.Any = ..., value4: typing.Any = ..., value5: typing.Any = ..., value6: typing.Any = ..., value7: typing.Any = ..., value8: typing.Any = ...) -> typing.Optional['QAxObject']: ...
|
||||
@typing.overload
|
||||
def dynamicCall(self, a0: typing.Optional[str], a1: typing.Iterable[typing.Any]) -> typing.Any: ...
|
||||
@typing.overload
|
||||
def dynamicCall(self, a0: typing.Optional[str], value1: typing.Any = ..., value2: typing.Any = ..., value3: typing.Any = ..., value4: typing.Any = ..., value5: typing.Any = ..., value6: typing.Any = ..., value7: typing.Any = ..., value8: typing.Any = ...) -> typing.Any: ...
|
||||
def control(self) -> str: ...
|
||||
|
||||
|
||||
class QAxObject(QtCore.QObject, QAxBase):
|
||||
|
||||
@typing.overload
|
||||
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...
|
||||
@typing.overload
|
||||
def __init__(self, a0: typing.Optional[str], parent: typing.Optional[QtCore.QObject] = ...) -> None: ...
|
||||
|
||||
def connectNotify(self, a0: QtCore.QMetaMethod) -> None: ...
|
||||
def doVerb(self, a0: typing.Optional[str]) -> bool: ...
|
||||
|
||||
|
||||
class QAxWidget(QtWidgets.QWidget, QAxBase):
|
||||
|
||||
@typing.overload
|
||||
def __init__(self, parent: typing.Optional[QtWidgets.QWidget] = ..., flags: typing.Union[QtCore.Qt.WindowFlags, QtCore.Qt.WindowType] = ...) -> None: ...
|
||||
@typing.overload
|
||||
def __init__(self, a0: typing.Optional[str], parent: typing.Optional[QtWidgets.QWidget] = ..., flags: typing.Union[QtCore.Qt.WindowFlags, QtCore.Qt.WindowType] = ...) -> None: ...
|
||||
|
||||
def connectNotify(self, a0: QtCore.QMetaMethod) -> None: ...
|
||||
def translateKeyEvent(self, a0: int, a1: int) -> bool: ...
|
||||
def resizeEvent(self, a0: typing.Optional[QtGui.QResizeEvent]) -> None: ...
|
||||
def changeEvent(self, a0: typing.Optional[QtCore.QEvent]) -> None: ...
|
||||
def createHostWindow(self, a0: bool) -> bool: ...
|
||||
def minimumSizeHint(self) -> QtCore.QSize: ...
|
||||
def sizeHint(self) -> QtCore.QSize: ...
|
||||
def doVerb(self, a0: typing.Optional[str]) -> bool: ...
|
||||
def clear(self) -> None: ...
|
||||
BIN
venv3_12/Lib/site-packages/PyQt5/Qt.pyd
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt.pyd
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Bluetooth.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Bluetooth.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Core.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Core.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5DBus.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5DBus.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Designer.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Designer.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Gui.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Gui.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Help.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Help.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Location.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Location.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Multimedia.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Multimedia.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Network.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Network.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Nfc.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Nfc.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5OpenGL.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5OpenGL.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Positioning.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Positioning.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5PositioningQuick.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5PositioningQuick.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5PrintSupport.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5PrintSupport.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Qml.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Qml.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QmlModels.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QmlModels.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QmlWorkerScript.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QmlWorkerScript.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3D.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3D.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3DRender.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3DRender.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3DUtils.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Quick3DUtils.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickControls2.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickControls2.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickParticles.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickParticles.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickShapes.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickShapes.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickTemplates2.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickTemplates2.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickTest.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickTest.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickWidgets.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5QuickWidgets.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5RemoteObjects.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5RemoteObjects.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Sensors.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Sensors.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5SerialPort.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5SerialPort.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Sql.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Sql.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Svg.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Svg.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Test.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Test.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5TextToSpeech.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5TextToSpeech.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebChannel.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebChannel.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebSockets.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebSockets.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebView.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WebView.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Widgets.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Widgets.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WinExtras.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5WinExtras.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Xml.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5Xml.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5XmlPatterns.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/Qt5XmlPatterns.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/concrt140.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/concrt140.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/d3dcompiler_47.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/d3dcompiler_47.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libEGL.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libEGL.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libGLESv2.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libGLESv2.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libcrypto-1_1-x64.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libcrypto-1_1-x64.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libeay32.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libeay32.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libssl-1_1-x64.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/libssl-1_1-x64.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140_1.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140_1.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140_2.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/msvcp140_2.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/opengl32sw.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/opengl32sw.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/ssleay32.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/ssleay32.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/vcruntime140.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/vcruntime140.dll
Normal file
Binary file not shown.
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/vcruntime140_1.dll
Normal file
BIN
venv3_12/Lib/site-packages/PyQt5/Qt5/bin/vcruntime140_1.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user