在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → 图书馆管理系统

图书馆管理系统

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:93.20M
  • 下载次数:49
  • 浏览次数:165
  • 发布时间:2022-11-20
  • 实例类别:Python语言基础
  • 发 布 人:皮囊与水
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】图书馆管理系统


图书馆的核心业务主要包括图书信息管理以及读者个人信息管理。针对图书馆的图书管理系统数据库设计,分别对图书馆的读者、一般工作人员和部门负责人进行详细地分析,总结出如下的需求信息:

1)图书馆中的图书具有书号、书名、作者、馆藏册数、在馆册数、价格、出版社及摘要等必要信息。其中每种书具有唯一的书号,即一个书号对应一种书而不是一本书。书名可以重复,但如果只是两本书重名,则这两本书具有不同的书号。馆藏册数和在馆册数可以用于让读者判断是否可以借,另外,馆藏册数必须要大于等于在馆册数。

2)图书馆中的读者具有卡号、姓名、性别、单位、类型、级别和在借册数这些必要信息。卡号用于唯一地标识读者身份,每个读者对应一个卡号,同样每个卡号也不能对应多个读者。类型这个属性可以用于区分教员、学员,区分他们的意义在于不同类型的读者可同时借阅的书籍数大不相同。

3)从读者的角度,可以查阅图书馆相应的图书资料(也可以按要求查找,如输入一些关键字)以及每本书的在馆册数;同时可以提交借书和还书的申请;能判断自己是否因超期而欠款,若超期则自动显示出所需的罚款金额。

4)图书馆中的工作人员为系统管理员。

5)系统管理员主要管理各类人员信息,包括读者信息和图书馆管理员信息这两项。

(6)图书馆中应当有书架,书架具有书架号和类型两个属性,不同的书架号对应的图书类型也应该不同;另外还需要在图书中增加存放位置这个属性。


【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_图书馆管理系统.rar
└── 图书馆管理系统
    ├── BookAdmin.py
    ├── ER图.emf
    ├── __pycache__
    │   ├── BookAdmin.cpython-38.pyc
    │   ├── bookinfo.cpython-38.pyc
    │   ├── connect.cpython-38.pyc
    │   ├── login.cpython-38.pyc
    │   ├── reader.cpython-38.pyc
    │   ├── reader2.cpython-38.pyc
    │   └── systemadmin.cpython-38.pyc
    ├── connect.py
    ├── library.sql
    ├── login.py
    ├── main.py
    ├── reader.py
    ├── systemadmin.py
    ├── ui
    │   ├── BookAdmin.ui
    │   ├── login.ui
    │   ├── reader.ui
    │   └── systemadmin.ui
    └── 库
        ├── PyMySQL-0.10.1.dist-info
        │   ├── INSTALLER
        │   ├── LICENSE
        │   ├── METADATA
        │   ├── RECORD
        │   ├── REQUESTED
        │   ├── WHEEL
        │   ├── pbr.json
        │   └── top_level.txt
        ├── PyQt5
        │   ├── QAxContainer.pyd
        │   ├── QAxContainer.pyi
        │   ├── Qt
        │   │   ├── bin
        │   │   │   ├── Qt5Bluetooth.dll
        │   │   │   ├── Qt5Core.dll
        │   │   │   ├── Qt5DBus.dll
        │   │   │   ├── Qt5Designer.dll
        │   │   │   ├── Qt5Gui.dll
        │   │   │   ├── Qt5Help.dll
        │   │   │   ├── Qt5Location.dll
        │   │   │   ├── Qt5Multimedia.dll
        │   │   │   ├── Qt5MultimediaWidgets.dll
        │   │   │   ├── Qt5Network.dll
        │   │   │   ├── Qt5NetworkAuth.dll
        │   │   │   ├── Qt5Nfc.dll
        │   │   │   ├── Qt5OpenGL.dll
        │   │   │   ├── Qt5Positioning.dll
        │   │   │   ├── Qt5PositioningQuick.dll
        │   │   │   ├── Qt5PrintSupport.dll
        │   │   │   ├── Qt5Qml.dll
        │   │   │   ├── Qt5QmlModels.dll
        │   │   │   ├── Qt5QmlWorkerScript.dll
        │   │   │   ├── Qt5Quick.dll
        │   │   │   ├── Qt5Quick3D.dll
        │   │   │   ├── Qt5Quick3DAssetImport.dll
        │   │   │   ├── Qt5Quick3DRender.dll
        │   │   │   ├── Qt5Quick3DRuntimeRender.dll
        │   │   │   ├── Qt5Quick3DUtils.dll
        │   │   │   ├── Qt5QuickControls2.dll
        │   │   │   ├── Qt5QuickParticles.dll
        │   │   │   ├── Qt5QuickShapes.dll
        │   │   │   ├── Qt5QuickTemplates2.dll
        │   │   │   ├── Qt5QuickTest.dll
        │   │   │   ├── Qt5QuickWidgets.dll
        │   │   │   ├── Qt5RemoteObjects.dll
        │   │   │   ├── Qt5Sensors.dll
        │   │   │   ├── Qt5SerialPort.dll
        │   │   │   ├── Qt5Sql.dll
        │   │   │   ├── Qt5Svg.dll
        │   │   │   ├── Qt5Test.dll
        │   │   │   ├── Qt5TextToSpeech.dll
        │   │   │   ├── Qt5WebChannel.dll
        │   │   │   ├── Qt5WebSockets.dll
        │   │   │   ├── Qt5Widgets.dll
        │   │   │   ├── Qt5WinExtras.dll
        │   │   │   ├── Qt5Xml.dll
        │   │   │   ├── Qt5XmlPatterns.dll
        │   │   │   ├── concrt140.dll
        │   │   │   ├── d3dcompiler_47.dll
        │   │   │   ├── libEGL.dll
        │   │   │   ├── libGLESv2.dll
        │   │   │   ├── libcrypto-1_1-x64.dll
        │   │   │   ├── libeay32.dll
        │   │   │   ├── libssl-1_1-x64.dll
        │   │   │   ├── msvcp140.dll
        │   │   │   ├── msvcp140_1.dll
        │   │   │   ├── msvcp140_2.dll
        │   │   │   ├── opengl32sw.dll
        │   │   │   ├── ssleay32.dll
        │   │   │   ├── vcruntime140.dll
        │   │   │   └── vcruntime140_1.dll
        │   │   ├── plugins
        │   │   │   ├── assetimporters
        │   │   │   ├── audio
        │   │   │   ├── bearer
        │   │   │   ├── generic
        │   │   │   ├── geometryloaders
        │   │   │   ├── geoservices
        │   │   │   ├── iconengines
        │   │   │   ├── imageformats
        │   │   │   ├── mediaservice
        │   │   │   ├── platforms
        │   │   │   ├── platformthemes
        │   │   │   ├── playlistformats
        │   │   │   ├── position
        │   │   │   ├── printsupport
        │   │   │   ├── renderers
        │   │   │   ├── sceneparsers
        │   │   │   ├── sensorgestures
        │   │   │   ├── sensors
        │   │   │   ├── sqldrivers
        │   │   │   ├── styles
        │   │   │   ├── texttospeech
        │   │   │   └── webview
        │   │   ├── qml
        │   │   │   ├── Qt
        │   │   │   ├── QtBluetooth
        │   │   │   ├── QtGraphicalEffects
        │   │   │   ├── QtLocation
        │   │   │   ├── QtMultimedia
        │   │   │   ├── QtNfc
        │   │   │   ├── QtPositioning
        │   │   │   ├── QtQml
        │   │   │   ├── QtQuick
        │   │   │   ├── QtQuick.2
        │   │   │   ├── QtQuick3D
        │   │   │   ├── QtRemoteObjects
        │   │   │   ├── QtSensors
        │   │   │   ├── QtTest
        │   │   │   ├── QtWebChannel
        │   │   │   └── QtWebSockets
        │   │   ├── qsci
        │   │   │   └── api
        │   │   └── translations
        │   │       ├── qt_ar.qm
        │   │       ├── qt_bg.qm
        │   │       ├── qt_ca.qm
        │   │       ├── qt_cs.qm
        │   │       ├── qt_da.qm
        │   │       ├── qt_de.qm
        │   │       ├── qt_en.qm
        │   │       ├── qt_es.qm
        │   │       ├── qt_fa.qm
        │   │       ├── qt_fi.qm
        │   │       ├── qt_fr.qm
        │   │       ├── qt_gd.qm
        │   │       ├── qt_gl.qm
        │   │       ├── qt_he.qm
        │   │       ├── qt_help_ar.qm
        │   │       ├── qt_help_bg.qm
        │   │       ├── qt_help_ca.qm
        │   │       ├── qt_help_cs.qm
        │   │       ├── qt_help_da.qm
        │   │       ├── qt_help_de.qm
        │   │       ├── qt_help_en.qm
        │   │       ├── qt_help_es.qm
        │   │       ├── qt_help_fr.qm
        │   │       ├── qt_help_gl.qm
        │   │       ├── qt_help_hu.qm
        │   │       ├── qt_help_it.qm
        │   │       ├── qt_help_ja.qm
        │   │       ├── qt_help_ko.qm
        │   │       ├── qt_help_pl.qm
        │   │       ├── qt_help_ru.qm
        │   │       ├── qt_help_sk.qm
        │   │       ├── qt_help_sl.qm
        │   │       ├── qt_help_tr.qm
        │   │       ├── qt_help_uk.qm
        │   │       ├── qt_help_zh_CN.qm
        │   │       ├── qt_help_zh_TW.qm
        │   │       ├── qt_hu.qm
        │   │       ├── qt_it.qm
        │   │       ├── qt_ja.qm
        │   │       ├── qt_ko.qm
        │   │       ├── qt_lt.qm
        │   │       ├── qt_lv.qm
        │   │       ├── qt_pl.qm
        │   │       ├── qt_pt.qm
        │   │       ├── qt_ru.qm
        │   │       ├── qt_sk.qm
        │   │       ├── qt_sl.qm
        │   │       ├── qt_sv.qm
        │   │       ├── qt_tr.qm
        │   │       ├── qt_uk.qm
        │   │       ├── qt_zh_CN.qm
        │   │       ├── qt_zh_TW.qm
        │   │       ├── qtbase_ar.qm
        │   │       ├── qtbase_bg.qm
        │   │       ├── qtbase_ca.qm
        │   │       ├── qtbase_cs.qm
        │   │       ├── qtbase_da.qm
        │   │       ├── qtbase_de.qm
        │   │       ├── qtbase_en.qm
        │   │       ├── qtbase_es.qm
        │   │       ├── qtbase_fi.qm
        │   │       ├── qtbase_fr.qm
        │   │       ├── qtbase_gd.qm
        │   │       ├── qtbase_he.qm
        │   │       ├── qtbase_hu.qm
        │   │       ├── qtbase_it.qm
        │   │       ├── qtbase_ja.qm
        │   │       ├── qtbase_ko.qm
        │   │       ├── qtbase_lv.qm
        │   │       ├── qtbase_pl.qm
        │   │       ├── qtbase_ru.qm
        │   │       ├── qtbase_sk.qm
        │   │       ├── qtbase_tr.qm
        │   │       ├── qtbase_uk.qm
        │   │       ├── qtbase_zh_TW.qm
        │   │       ├── qtconnectivity_bg.qm
        │   │       ├── qtconnectivity_ca.qm
        │   │       ├── qtconnectivity_da.qm
        │   │       ├── qtconnectivity_de.qm
        │   │       ├── qtconnectivity_en.qm
        │   │       ├── qtconnectivity_es.qm
        │   │       ├── qtconnectivity_hu.qm
        │   │       ├── qtconnectivity_ko.qm
        │   │       ├── qtconnectivity_pl.qm
        │   │       ├── qtconnectivity_ru.qm
        │   │       ├── qtconnectivity_tr.qm
        │   │       ├── qtconnectivity_uk.qm
        │   │       ├── qtdeclarative_bg.qm
        │   │       ├── qtdeclarative_da.qm
        │   │       ├── qtdeclarative_de.qm
        │   │       ├── qtdeclarative_en.qm
        │   │       ├── qtdeclarative_es.qm
        │   │       ├── qtdeclarative_fi.qm
        │   │       ├── qtdeclarative_fr.qm
        │   │       ├── qtdeclarative_hu.qm
        │   │       ├── qtdeclarative_ja.qm
        │   │       ├── qtdeclarative_ko.qm
        │   │       ├── qtdeclarative_lv.qm
        │   │       ├── qtdeclarative_pl.qm
        │   │       ├── qtdeclarative_ru.qm
        │   │       ├── qtdeclarative_sk.qm
        │   │       ├── qtdeclarative_tr.qm
        │   │       ├── qtdeclarative_uk.qm
        │   │       ├── qtlocation_bg.qm
        │   │       ├── qtlocation_ca.qm
        │   │       ├── qtlocation_da.qm
        │   │       ├── qtlocation_de.qm
        │   │       ├── qtlocation_en.qm
        │   │       ├── qtlocation_es.qm
        │   │       ├── qtlocation_fi.qm
        │   │       ├── qtlocation_fr.qm
        │   │       ├── qtlocation_hu.qm
        │   │       ├── qtlocation_ko.qm
        │   │       ├── qtlocation_pl.qm
        │   │       ├── qtlocation_ru.qm
        │   │       ├── qtlocation_tr.qm
        │   │       ├── qtlocation_uk.qm
        │   │       ├── qtmultimedia_ar.qm
        │   │       ├── qtmultimedia_bg.qm
        │   │       ├── qtmultimedia_ca.qm
        │   │       ├── qtmultimedia_cs.qm
        │   │       ├── qtmultimedia_da.qm
        │   │       ├── qtmultimedia_de.qm
        │   │       ├── qtmultimedia_en.qm
        │   │       ├── qtmultimedia_es.qm
        │   │       ├── qtmultimedia_fi.qm
        │   │       ├── qtmultimedia_fr.qm
        │   │       ├── qtmultimedia_hu.qm
        │   │       ├── qtmultimedia_it.qm
        │   │       ├── qtmultimedia_ja.qm
        │   │       ├── qtmultimedia_ko.qm
        │   │       ├── qtmultimedia_pl.qm
        │   │       ├── qtmultimedia_ru.qm
        │   │       ├── qtmultimedia_sk.qm
        │   │       ├── qtmultimedia_tr.qm
        │   │       ├── qtmultimedia_uk.qm
        │   │       ├── qtmultimedia_zh_TW.qm
        │   │       ├── qtquickcontrols2_ar.qm
        │   │       ├── qtquickcontrols2_bg.qm
        │   │       ├── qtquickcontrols2_ca.qm
        │   │       ├── qtquickcontrols2_da.qm
        │   │       ├── qtquickcontrols2_en.qm
        │   │       ├── qtquickcontrols2_hu.qm
        │   │       ├── qtquickcontrols2_ko.qm
        │   │       ├── qtquickcontrols2_tr.qm
        │   │       ├── qtquickcontrols2_uk.qm
        │   │       ├── qtquickcontrols2_zh_TW.qm
        │   │       ├── qtquickcontrols_bg.qm
        │   │       ├── qtquickcontrols_ca.qm
        │   │       ├── qtquickcontrols_da.qm
        │   │       ├── qtquickcontrols_de.qm
        │   │       ├── qtquickcontrols_en.qm
        │   │       ├── qtquickcontrols_fi.qm
        │   │       ├── qtquickcontrols_fr.qm
        │   │       ├── qtquickcontrols_ja.qm
        │   │       ├── qtquickcontrols_ko.qm
        │   │       ├── qtquickcontrols_ru.qm
        │   │       ├── qtquickcontrols_tr.qm
        │   │       ├── qtquickcontrols_uk.qm
        │   │       ├── qtquickcontrols_zh_TW.qm
        │   │       ├── qtserialport_de.qm
        │   │       ├── qtserialport_en.qm
        │   │       ├── qtserialport_es.qm
        │   │       ├── qtserialport_ja.qm
        │   │       ├── qtserialport_ko.qm
        │   │       ├── qtserialport_pl.qm
        │   │       ├── qtserialport_ru.qm
        │   │       ├── qtserialport_uk.qm
        │   │       ├── qtwebsockets_ca.qm
        │   │       ├── qtwebsockets_de.qm
        │   │       ├── qtwebsockets_en.qm
        │   │       ├── qtwebsockets_es.qm
        │   │       ├── qtwebsockets_fr.qm
        │   │       ├── qtwebsockets_ja.qm
        │   │       ├── qtwebsockets_ko.qm
        │   │       ├── qtwebsockets_pl.qm
        │   │       ├── qtwebsockets_ru.qm
        │   │       ├── qtwebsockets_uk.qm
        │   │       ├── qtxmlpatterns_bg.qm
        │   │       ├── qtxmlpatterns_ca.qm
        │   │       ├── qtxmlpatterns_cs.qm
        │   │       ├── qtxmlpatterns_da.qm
        │   │       ├── qtxmlpatterns_de.qm
        │   │       ├── qtxmlpatterns_en.qm
        │   │       ├── qtxmlpatterns_es.qm
        │   │       ├── qtxmlpatterns_fr.qm
        │   │       ├── qtxmlpatterns_hu.qm
        │   │       ├── qtxmlpatterns_it.qm
        │   │       ├── qtxmlpatterns_ja.qm
        │   │       ├── qtxmlpatterns_ko.qm
        │   │       ├── qtxmlpatterns_pl.qm
        │   │       ├── qtxmlpatterns_ru.qm
        │   │       ├── qtxmlpatterns_sk.qm
        │   │       ├── qtxmlpatterns_uk.qm
        │   │       └── qtxmlpatterns_zh_TW.qm
        │   ├── Qt.pyd
        │   ├── QtBluetooth.pyd
        │   ├── QtBluetooth.pyi
        │   ├── QtCore.pyd
        │   ├── QtCore.pyi
        │   ├── QtDBus.pyd
        │   ├── QtDBus.pyi
        │   ├── QtDesigner.pyd
        │   ├── QtDesigner.pyi
        │   ├── QtGui.pyd
        │   ├── QtGui.pyi
        │   ├── QtHelp.pyd
        │   ├── QtHelp.pyi
        │   ├── QtLocation.pyd
        │   ├── QtLocation.pyi
        │   ├── QtMultimedia.pyd
        │   ├── QtMultimedia.pyi
        │   ├── QtMultimediaWidgets.pyd
        │   ├── QtMultimediaWidgets.pyi
        │   ├── QtNetwork.pyd
        │   ├── QtNetwork.pyi
        │   ├── QtNetworkAuth.pyd
        │   ├── QtNetworkAuth.pyi
        │   ├── QtNfc.pyd
        │   ├── QtNfc.pyi
        │   ├── QtOpenGL.pyd
        │   ├── QtOpenGL.pyi
        │   ├── QtPositioning.pyd
        │   ├── QtPositioning.pyi
        │   ├── QtPrintSupport.pyd
        │   ├── QtPrintSupport.pyi
        │   ├── QtQml.pyd
        │   ├── QtQml.pyi
        │   ├── QtQuick.pyd
        │   ├── QtQuick.pyi
        │   ├── QtQuick3D.pyd
        │   ├── QtQuick3D.pyi
        │   ├── QtQuickWidgets.pyd
        │   ├── QtQuickWidgets.pyi
        │   ├── QtRemoteObjects.pyd
        │   ├── QtRemoteObjects.pyi
        │   ├── QtSensors.pyd
        │   ├── QtSensors.pyi
        │   ├── QtSerialPort.pyd
        │   ├── QtSerialPort.pyi
        │   ├── QtSql.pyd
        │   ├── QtSql.pyi
        │   ├── QtSvg.pyd
        │   ├── QtSvg.pyi
        │   ├── QtTest.pyd
        │   ├── QtTest.pyi
        │   ├── QtTextToSpeech.pyd
        │   ├── QtTextToSpeech.pyi
        │   ├── QtWebChannel.pyd
        │   ├── QtWebChannel.pyi
        │   ├── QtWebSockets.pyd
        │   ├── QtWebSockets.pyi
        │   ├── QtWidgets.pyd
        │   ├── QtWidgets.pyi
        │   ├── QtWinExtras.pyd
        │   ├── QtWinExtras.pyi
        │   ├── QtXml.pyd
        │   ├── QtXml.pyi
        │   ├── QtXmlPatterns.pyd
        │   ├── QtXmlPatterns.pyi
        │   ├── _QOpenGLFunctions_2_0.pyd
        │   ├── _QOpenGLFunctions_2_1.pyd
        │   ├── _QOpenGLFunctions_4_1_Core.pyd
        │   ├── __init__.py
        │   ├── __pycache__
        │   │   ├── __init__.cpython-38.pyc
        │   │   ├── pylupdate_main.cpython-38.pyc
        │   │   └── pyrcc_main.cpython-38.pyc
        │   ├── bindings
        │   │   ├── QAxContainer
        │   │   │   ├── QAxContainer.toml
        │   │   │   ├── QAxContainermod.sip
        │   │   │   ├── qaxbase.sip
        │   │   │   ├── qaxobject.sip
        │   │   │   └── qaxwidget.sip
        │   │   ├── QtBluetooth
        │   │   │   ├── QtBluetooth.toml
        │   │   │   ├── QtBluetoothmod.sip
        │   │   │   ├── qbluetooth.sip
        │   │   │   ├── qbluetoothaddress.sip
        │   │   │   ├── qbluetoothdevicediscoveryagent.sip
        │   │   │   ├── qbluetoothdeviceinfo.sip
        │   │   │   ├── qbluetoothhostinfo.sip
        │   │   │   ├── qbluetoothlocaldevice.sip
        │   │   │   ├── qbluetoothserver.sip
        │   │   │   ├── qbluetoothservicediscoveryagent.sip
        │   │   │   ├── qbluetoothserviceinfo.sip
        │   │   │   ├── qbluetoothsocket.sip
        │   │   │   ├── qbluetoothtransfermanager.sip
        │   │   │   ├── qbluetoothtransferreply.sip
        │   │   │   ├── qbluetoothtransferrequest.sip
        │   │   │   ├── qbluetoothuuid.sip
        │   │   │   ├── qlowenergyadvertisingdata.sip
        │   │   │   ├── qlowenergyadvertisingparameters.sip
        │   │   │   ├── qlowenergycharacteristic.sip
        │   │   │   ├── qlowenergycharacteristicdata.sip
        │   │   │   ├── qlowenergyconnectionparameters.sip
        │   │   │   ├── qlowenergycontroller.sip
        │   │   │   ├── qlowenergydescriptor.sip
        │   │   │   ├── qlowenergydescriptordata.sip
        │   │   │   ├── qlowenergyservice.sip
        │   │   │   ├── qlowenergyservicedata.sip
        │   │   │   ├── qpybluetooth_qlist.sip
        │   │   │   └── qpybluetooth_quint128.sip
        │   │   ├── QtCore
        │   │   │   ├── QtCore.toml
        │   │   │   ├── QtCoremod.sip
        │   │   │   ├── qabstractanimation.sip
        │   │   │   ├── qabstracteventdispatcher.sip
        │   │   │   ├── qabstractitemmodel.sip
        │   │   │   ├── qabstractnativeeventfilter.sip
        │   │   │   ├── qabstractproxymodel.sip
        │   │   │   ├── qabstractstate.sip
        │   │   │   ├── qabstracttransition.sip
        │   │   │   ├── qanimationgroup.sip
        │   │   │   ├── qbasictimer.sip
        │   │   │   ├── qbitarray.sip
        │   │   │   ├── qbuffer.sip
        │   │   │   ├── qbytearray.sip
        │   │   │   ├── qbytearraymatcher.sip
        │   │   │   ├── qcalendar.sip
        │   │   │   ├── qcborcommon.sip
        │   │   │   ├── qcborstream.sip
        │   │   │   ├── qchar.sip
        │   │   │   ├── qcollator.sip
        │   │   │   ├── qcommandlineoption.sip
        │   │   │   ├── qcommandlineparser.sip
        │   │   │   ├── qconcatenatetablesproxymodel.sip
        │   │   │   ├── qcoreapplication.sip
        │   │   │   ├── qcoreevent.sip
        │   │   │   ├── qcryptographichash.sip
        │   │   │   ├── qdatastream.sip
        │   │   │   ├── qdatetime.sip
        │   │   │   ├── qdeadlinetimer.sip
        │   │   │   ├── qdir.sip
        │   │   │   ├── qdiriterator.sip
        │   │   │   ├── qeasingcurve.sip
        │   │   │   ├── qelapsedtimer.sip
        │   │   │   ├── qeventloop.sip
        │   │   │   ├── qeventtransition.sip
        │   │   │   ├── qfile.sip
        │   │   │   ├── qfiledevice.sip
        │   │   │   ├── qfileinfo.sip
        │   │   │   ├── qfileselector.sip
        │   │   │   ├── qfilesystemwatcher.sip
        │   │   │   ├── qfinalstate.sip
        │   │   │   ├── qglobal.sip
        │   │   │   ├── qhistorystate.sip
        │   │   │   ├── qidentityproxymodel.sip
        │   │   │   ├── qiodevice.sip
        │   │   │   ├── qitemselectionmodel.sip
        │   │   │   ├── qjsonarray.sip
        │   │   │   ├── qjsondocument.sip
        │   │   │   ├── qjsonobject.sip
        │   │   │   ├── qjsonvalue.sip
        │   │   │   ├── qlibrary.sip
        │   │   │   ├── qlibraryinfo.sip
        │   │   │   ├── qline.sip
        │   │   │   ├── qlocale.sip
        │   │   │   ├── qlockfile.sip
        │   │   │   ├── qlogging.sip
        │   │   │   ├── qloggingcategory.sip
        │   │   │   ├── qmargins.sip
        │   │   │   ├── qmessageauthenticationcode.sip
        │   │   │   ├── qmetaobject.sip
        │   │   │   ├── qmetatype.sip
        │   │   │   ├── qmimedata.sip
        │   │   │   ├── qmimedatabase.sip
        │   │   │   ├── qmimetype.sip
        │   │   │   ├── qmutex.sip
        │   │   │   ├── qnamespace.sip
        │   │   │   ├── qnumeric.sip
        │   │   │   ├── qobject.sip
        │   │   │   ├── qobjectcleanuphandler.sip
        │   │   │   ├── qobjectdefs.sip
        │   │   │   ├── qoperatingsystemversion.sip
        │   │   │   ├── qparallelanimationgroup.sip
        │   │   │   ├── qpauseanimation.sip
        │   │   │   ├── qpluginloader.sip
        │   │   │   ├── qpoint.sip
        │   │   │   ├── qprocess.sip
        │   │   │   ├── qpropertyanimation.sip
        │   │   │   ├── qpycore_qhash.sip
        │   │   │   ├── qpycore_qlist.sip
        │   │   │   ├── qpycore_qmap.sip
        │   │   │   ├── qpycore_qpair.sip
        │   │   │   ├── qpycore_qset.sip
        │   │   │   ├── qpycore_qvariantmap.sip
        │   │   │   ├── qpycore_qvector.sip
        │   │   │   ├── qpycore_virtual_error_handler.sip
        │   │   │   ├── qrandom.sip
        │   │   │   ├── qreadwritelock.sip
        │   │   │   ├── qrect.sip
        │   │   │   ├── qregexp.sip
        │   │   │   ├── qregularexpression.sip
        │   │   │   ├── qresource.sip
        │   │   │   ├── qrunnable.sip
        │   │   │   ├── qsavefile.sip
        │   │   │   ├── qsemaphore.sip
        │   │   │   ├── qsequentialanimationgroup.sip
        │   │   │   ├── qsettings.sip
        │   │   │   ├── qsharedmemory.sip
        │   │   │   ├── qsignalmapper.sip
        │   │   │   ├── qsignaltransition.sip
        │   │   │   ├── qsize.sip
        │   │   │   ├── qsocketnotifier.sip
        │   │   │   ├── qsortfilterproxymodel.sip
        │   │   │   ├── qstandardpaths.sip
        │   │   │   ├── qstate.sip
        │   │   │   ├── qstatemachine.sip
        │   │   │   ├── qstorageinfo.sip
        │   │   │   ├── qstring.sip
        │   │   │   ├── qstringlist.sip
        │   │   │   ├── qstringlistmodel.sip
        │   │   │   ├── qsysinfo.sip
        │   │   │   ├── qsystemsemaphore.sip
        │   │   │   ├── qtemporarydir.sip
        │   │   │   ├── qtemporaryfile.sip
        │   │   │   ├── qtextboundaryfinder.sip
        │   │   │   ├── qtextcodec.sip
        │   │   │   ├── qtextstream.sip
        │   │   │   ├── qthread.sip
        │   │   │   ├── qthreadpool.sip
        │   │   │   ├── qtimeline.sip
        │   │   │   ├── qtimer.sip
        │   │   │   ├── qtimezone.sip
        │   │   │   ├── qtranslator.sip
        │   │   │   ├── qtransposeproxymodel.sip
        │   │   │   ├── qurl.sip
        │   │   │   ├── qurlquery.sip
        │   │   │   ├── quuid.sip
        │   │   │   ├── qvariant.sip
        │   │   │   ├── qvariantanimation.sip
        │   │   │   ├── qversionnumber.sip
        │   │   │   ├── qwaitcondition.sip
        │   │   │   ├── qwineventnotifier.sip
        │   │   │   └── qxmlstream.sip
        │   │   ├── QtDBus
        │   │   │   ├── QtDBus.toml
        │   │   │   ├── QtDBusmod.sip
        │   │   │   ├── qdbusabstractadaptor.sip
        │   │   │   ├── qdbusabstractinterface.sip
        │   │   │   ├── qdbusargument.sip
        │   │   │   ├── qdbusconnection.sip
        │   │   │   ├── qdbusconnectioninterface.sip
        │   │   │   ├── qdbuserror.sip
        │   │   │   ├── qdbusextratypes.sip
        │   │   │   ├── qdbusinterface.sip
        │   │   │   ├── qdbusmessage.sip
        │   │   │   ├── qdbuspendingcall.sip
        │   │   │   ├── qdbusservicewatcher.sip
        │   │   │   ├── qdbusunixfiledescriptor.sip
        │   │   │   ├── qpydbuspendingreply.sip
        │   │   │   └── qpydbusreply.sip
        │   │   ├── QtDesigner
        │   │   │   ├── QtDesigner.toml
        │   │   │   ├── QtDesignermod.sip
        │   │   │   ├── abstractactioneditor.sip
        │   │   │   ├── abstractformbuilder.sip
        │   │   │   ├── abstractformeditor.sip
        │   │   │   ├── abstractformwindow.sip
        │   │   │   ├── abstractformwindowcursor.sip
        │   │   │   ├── abstractformwindowmanager.sip
        │   │   │   ├── abstractobjectinspector.sip
        │   │   │   ├── abstractpropertyeditor.sip
        │   │   │   ├── abstractwidgetbox.sip
        │   │   │   ├── container.sip
        │   │   │   ├── customwidget.sip
        │   │   │   ├── default_extensionfactory.sip
        │   │   │   ├── extension.sip
        │   │   │   ├── formbuilder.sip
        │   │   │   ├── membersheet.sip
        │   │   │   ├── propertysheet.sip
        │   │   │   ├── qextensionmanager.sip
        │   │   │   ├── qpydesignercontainerextension.sip
        │   │   │   ├── qpydesignercustomwidgetcollectionplugin.sip
        │   │   │   ├── qpydesignercustomwidgetplugin.sip
        │   │   │   ├── qpydesignermembersheetextension.sip
        │   │   │   ├── qpydesignerpropertysheetextension.sip
        │   │   │   ├── qpydesignertaskmenuextension.sip
        │   │   │   └── taskmenu.sip
        │   │   ├── QtGui
        │   │   │   ├── QtGui.toml
        │   │   │   ├── QtGuimod.sip
        │   │   │   ├── opengl_types.sip
        │   │   │   ├── qabstracttextdocumentlayout.sip
        │   │   │   ├── qbackingstore.sip
        │   │   │   ├── qbitmap.sip
        │   │   │   ├── qbrush.sip
        │   │   │   ├── qclipboard.sip
        │   │   │   ├── qcolor.sip
        │   │   │   ├── qcolorspace.sip
        │   │   │   ├── qcolortransform.sip
        │   │   │   ├── qcursor.sip
        │   │   │   ├── qdesktopservices.sip
        │   │   │   ├── qdrag.sip
        │   │   │   ├── qevent.sip
        │   │   │   ├── qfont.sip
        │   │   │   ├── qfontdatabase.sip
        │   │   │   ├── qfontinfo.sip
        │   │   │   ├── qfontmetrics.sip
        │   │   │   ├── qgenericmatrix.sip
        │   │   │   ├── qglyphrun.sip
        │   │   │   ├── qguiapplication.sip
        │   │   │   ├── qicon.sip
        │   │   │   ├── qiconengine.sip
        │   │   │   ├── qimage.sip
        │   │   │   ├── qimageiohandler.sip
        │   │   │   ├── qimagereader.sip
        │   │   │   ├── qimagewriter.sip
        │   │   │   ├── qinputmethod.sip
        │   │   │   ├── qkeysequence.sip
        │   │   │   ├── qmatrix4x4.sip
        │   │   │   ├── qmovie.sip
        │   │   │   ├── qoffscreensurface.sip
        │   │   │   ├── qopenglbuffer.sip
        │   │   │   ├── qopenglcontext.sip
        │   │   │   ├── qopengldebug.sip
        │   │   │   ├── qopenglframebufferobject.sip
        │   │   │   ├── qopenglpaintdevice.sip
        │   │   │   ├── qopenglpixeltransferoptions.sip
        │   │   │   ├── qopenglshaderprogram.sip
        │   │   │   ├── qopengltexture.sip
        │   │   │   ├── qopengltextureblitter.sip
        │   │   │   ├── qopengltimerquery.sip
        │   │   │   ├── qopenglversionfunctions.sip
        │   │   │   ├── qopenglvertexarrayobject.sip
        │   │   │   ├── qopenglwindow.sip
        │   │   │   ├── qpagedpaintdevice.sip
        │   │   │   ├── qpagelayout.sip
        │   │   │   ├── qpagesize.sip
        │   │   │   ├── qpaintdevice.sip
        │   │   │   ├── qpaintdevicewindow.sip
        │   │   │   ├── qpaintengine.sip
        │   │   │   ├── qpainter.sip
        │   │   │   ├── qpainterpath.sip
        │   │   │   ├── qpalette.sip
        │   │   │   ├── qpdfwriter.sip
        │   │   │   ├── qpen.sip
        │   │   │   ├── qpicture.sip
        │   │   │   ├── qpixelformat.sip
        │   │   │   ├── qpixmap.sip
        │   │   │   ├── qpixmapcache.sip
        │   │   │   ├── qpolygon.sip
        │   │   │   ├── qpygui_qlist.sip
        │   │   │   ├── qpygui_qpair.sip
        │   │   │   ├── qpygui_qvector.sip
        │   │   │   ├── qquaternion.sip
        │   │   │   ├── qrasterwindow.sip
        │   │   │   ├── qrawfont.sip
        │   │   │   ├── qregion.sip
        │   │   │   ├── qrgb.sip
        │   │   │   ├── qrgba64.sip
        │   │   │   ├── qscreen.sip
        │   │   │   ├── qsessionmanager.sip
        │   │   │   ├── qstandarditemmodel.sip
        │   │   │   ├── qstatictext.sip
        │   │   │   ├── qstylehints.sip
        │   │   │   ├── qsurface.sip
        │   │   │   ├── qsurfaceformat.sip
        │   │   │   ├── qsyntaxhighlighter.sip
        │   │   │   ├── qtextcursor.sip
        │   │   │   ├── qtextdocument.sip
        │   │   │   ├── qtextdocumentfragment.sip
        │   │   │   ├── qtextdocumentwriter.sip
        │   │   │   ├── qtextformat.sip
        │   │   │   ├── qtextlayout.sip
        │   │   │   ├── qtextlist.sip
        │   │   │   ├── qtextobject.sip
        │   │   │   ├── qtextoption.sip
        │   │   │   ├── qtexttable.sip
        │   │   │   ├── qtouchdevice.sip
        │   │   │   ├── qtransform.sip
        │   │   │   ├── qvalidator.sip
        │   │   │   ├── qvector2d.sip
        │   │   │   ├── qvector3d.sip
        │   │   │   ├── qvector4d.sip
        │   │   │   ├── qwindow.sip
        │   │   │   └── qwindowdefs.sip
        │   │   ├── QtHelp
        │   │   │   ├── QtHelp.toml
        │   │   │   ├── QtHelpmod.sip
        │   │   │   ├── qcompressedhelpinfo.sip
        │   │   │   ├── qhelpcontentwidget.sip
        │   │   │   ├── qhelpengine.sip
        │   │   │   ├── qhelpenginecore.sip
        │   │   │   ├── qhelpfilterdata.sip
        │   │   │   ├── qhelpfilterengine.sip
        │   │   │   ├── qhelpfiltersettingswidget.sip
        │   │   │   ├── qhelpindexwidget.sip
        │   │   │   ├── qhelplink.sip
        │   │   │   ├── qhelpsearchengine.sip
        │   │   │   ├── qhelpsearchquerywidget.sip
        │   │   │   └── qhelpsearchresultwidget.sip
        │   │   ├── QtLocation
        │   │   │   ├── QtLocation.toml
        │   │   │   ├── QtLocationmod.sip
        │   │   │   ├── qgeocodereply.sip
        │   │   │   ├── qgeocodingmanager.sip
        │   │   │   ├── qgeocodingmanagerengine.sip
        │   │   │   ├── qgeomaneuver.sip
        │   │   │   ├── qgeoroute.sip
        │   │   │   ├── qgeoroutereply.sip
        │   │   │   ├── qgeorouterequest.sip
        │   │   │   ├── qgeoroutesegment.sip
        │   │   │   ├── qgeoroutingmanager.sip
        │   │   │   ├── qgeoroutingmanagerengine.sip
        │   │   │   ├── qgeoserviceprovider.sip
        │   │   │   ├── qlocation.sip
        │   │   │   ├── qplace.sip
        │   │   │   ├── qplaceattribute.sip
        │   │   │   ├── qplacecategory.sip
        │   │   │   ├── qplacecontactdetail.sip
        │   │   │   ├── qplacecontent.sip
        │   │   │   ├── qplacecontentreply.sip
        │   │   │   ├── qplacecontentrequest.sip
        │   │   │   ├── qplacedetailsreply.sip
        │   │   │   ├── qplaceeditorial.sip
        │   │   │   ├── qplaceicon.sip
        │   │   │   ├── qplaceidreply.sip
        │   │   │   ├── qplaceimage.sip
        │   │   │   ├── qplacemanager.sip
        │   │   │   ├── qplacemanagerengine.sip
        │   │   │   ├── qplacematchreply.sip
        │   │   │   ├── qplacematchrequest.sip
        │   │   │   ├── qplaceproposedsearchresult.sip
        │   │   │   ├── qplaceratings.sip
        │   │   │   ├── qplacereply.sip
        │   │   │   ├── qplaceresult.sip
        │   │   │   ├── qplacereview.sip
        │   │   │   ├── qplacesearchreply.sip
        │   │   │   ├── qplacesearchrequest.sip
        │   │   │   ├── qplacesearchresult.sip
        │   │   │   ├── qplacesearchsuggestionreply.sip
        │   │   │   ├── qplacesupplier.sip
        │   │   │   └── qplaceuser.sip
        │   │   ├── QtMultimedia
        │   │   │   ├── QtMultimedia.toml
        │   │   │   ├── QtMultimediamod.sip
        │   │   │   ├── qabstractvideobuffer.sip
        │   │   │   ├── qabstractvideofilter.sip
        │   │   │   ├── qabstractvideosurface.sip
        │   │   │   ├── qaudio.sip
        │   │   │   ├── qaudiobuffer.sip
        │   │   │   ├── qaudiodecoder.sip
        │   │   │   ├── qaudiodecodercontrol.sip
        │   │   │   ├── qaudiodeviceinfo.sip
        │   │   │   ├── qaudioencodersettingscontrol.sip
        │   │   │   ├── qaudioformat.sip
        │   │   │   ├── qaudioinput.sip
        │   │   │   ├── qaudioinputselectorcontrol.sip
        │   │   │   ├── qaudiooutput.sip
        │   │   │   ├── qaudiooutputselectorcontrol.sip
        │   │   │   ├── qaudioprobe.sip
        │   │   │   ├── qaudiorecorder.sip
        │   │   │   ├── qaudiorolecontrol.sip
        │   │   │   ├── qcamera.sip
        │   │   │   ├── qcameracapturebufferformatcontrol.sip
        │   │   │   ├── qcameracapturedestinationcontrol.sip
        │   │   │   ├── qcameracontrol.sip
        │   │   │   ├── qcameraexposure.sip
        │   │   │   ├── qcameraexposurecontrol.sip
        │   │   │   ├── qcamerafeedbackcontrol.sip
        │   │   │   ├── qcameraflashcontrol.sip
        │   │   │   ├── qcamerafocus.sip
        │   │   │   ├── qcamerafocuscontrol.sip
        │   │   │   ├── qcameraimagecapture.sip
        │   │   │   ├── qcameraimagecapturecontrol.sip
        │   │   │   ├── qcameraimageprocessing.sip
        │   │   │   ├── qcameraimageprocessingcontrol.sip
        │   │   │   ├── qcamerainfo.sip
        │   │   │   ├── qcamerainfocontrol.sip
        │   │   │   ├── qcameralockscontrol.sip
        │   │   │   ├── qcameraviewfindersettings.sip
        │   │   │   ├── qcameraviewfindersettingscontrol.sip
        │   │   │   ├── qcamerazoomcontrol.sip
        │   │   │   ├── qcustomaudiorolecontrol.sip
        │   │   │   ├── qimageencodercontrol.sip
        │   │   │   ├── qmediaaudioprobecontrol.sip
        │   │   │   ├── qmediaavailabilitycontrol.sip
        │   │   │   ├── qmediabindableinterface.sip
        │   │   │   ├── qmediacontainercontrol.sip
        │   │   │   ├── qmediacontent.sip
        │   │   │   ├── qmediacontrol.sip
        │   │   │   ├── qmediaencodersettings.sip
        │   │   │   ├── qmediagaplessplaybackcontrol.sip
        │   │   │   ├── qmediametadata.sip
        │   │   │   ├── qmedianetworkaccesscontrol.sip
        │   │   │   ├── qmediaobject.sip
        │   │   │   ├── qmediaplayer.sip
        │   │   │   ├── qmediaplayercontrol.sip
        │   │   │   ├── qmediaplaylist.sip
        │   │   │   ├── qmediarecorder.sip
        │   │   │   ├── qmediarecordercontrol.sip
        │   │   │   ├── qmediaresource.sip
        │   │   │   ├── qmediaservice.sip
        │   │   │   ├── qmediastreamscontrol.sip
        │   │   │   ├── qmediatimerange.sip
        │   │   │   ├── qmediavideoprobecontrol.sip
        │   │   │   ├── qmetadatareadercontrol.sip
        │   │   │   ├── qmetadatawritercontrol.sip
        │   │   │   ├── qmultimedia.sip
        │   │   │   ├── qpymultimedia_qlist.sip
        │   │   │   ├── qradiodata.sip
        │   │   │   ├── qradiodatacontrol.sip
        │   │   │   ├── qradiotuner.sip
        │   │   │   ├── qradiotunercontrol.sip
        │   │   │   ├── qsound.sip
        │   │   │   ├── qsoundeffect.sip
        │   │   │   ├── qvideodeviceselectorcontrol.sip
        │   │   │   ├── qvideoencodersettingscontrol.sip
        │   │   │   ├── qvideoframe.sip
        │   │   │   ├── qvideoprobe.sip
        │   │   │   ├── qvideorenderercontrol.sip
        │   │   │   ├── qvideosurfaceformat.sip
        │   │   │   └── qvideowindowcontrol.sip
        │   │   ├── QtMultimediaWidgets
        │   │   │   ├── QtMultimediaWidgets.toml
        │   │   │   ├── QtMultimediaWidgetsmod.sip
        │   │   │   ├── qcameraviewfinder.sip
        │   │   │   ├── qgraphicsvideoitem.sip
        │   │   │   ├── qvideowidget.sip
        │   │   │   └── qvideowidgetcontrol.sip
        │   │   ├── QtNetwork
        │   │   │   ├── QtNetwork.toml
        │   │   │   ├── QtNetworkmod.sip
        │   │   │   ├── qabstractnetworkcache.sip
        │   │   │   ├── qabstractsocket.sip
        │   │   │   ├── qauthenticator.sip
        │   │   │   ├── qdnslookup.sip
        │   │   │   ├── qhostaddress.sip
        │   │   │   ├── qhostinfo.sip
        │   │   │   ├── qhstspolicy.sip
        │   │   │   ├── qhttp2configuration.sip
        │   │   │   ├── qhttpmultipart.sip
        │   │   │   ├── qlocalserver.sip
        │   │   │   ├── qlocalsocket.sip
        │   │   │   ├── qnetworkaccessmanager.sip
        │   │   │   ├── qnetworkconfigmanager.sip
        │   │   │   ├── qnetworkconfiguration.sip
        │   │   │   ├── qnetworkcookie.sip
        │   │   │   ├── qnetworkcookiejar.sip
        │   │   │   ├── qnetworkdatagram.sip
        │   │   │   ├── qnetworkdiskcache.sip
        │   │   │   ├── qnetworkinterface.sip
        │   │   │   ├── qnetworkproxy.sip
        │   │   │   ├── qnetworkreply.sip
        │   │   │   ├── qnetworkrequest.sip
        │   │   │   ├── qnetworksession.sip
        │   │   │   ├── qocspresponse.sip
        │   │   │   ├── qpassworddigestor.sip
        │   │   │   ├── qpynetwork_qhash.sip
        │   │   │   ├── qpynetwork_qmap.sip
        │   │   │   ├── qssl.sip
        │   │   │   ├── qsslcertificate.sip
        │   │   │   ├── qsslcertificateextension.sip
        │   │   │   ├── qsslcipher.sip
        │   │   │   ├── qsslconfiguration.sip
        │   │   │   ├── qssldiffiehellmanparameters.sip
        │   │   │   ├── qsslellipticcurve.sip
        │   │   │   ├── qsslerror.sip
        │   │   │   ├── qsslkey.sip
        │   │   │   ├── qsslpresharedkeyauthenticator.sip
        │   │   │   ├── qsslsocket.sip
        │   │   │   ├── qtcpserver.sip
        │   │   │   ├── qtcpsocket.sip
        │   │   │   └── qudpsocket.sip
        │   │   ├── QtNetworkAuth
        │   │   │   ├── QtNetworkAuth.toml
        │   │   │   ├── QtNetworkAuthmod.sip
        │   │   │   ├── qabstractoauth.sip
        │   │   │   ├── qabstractoauth2.sip
        │   │   │   ├── qabstractoauthreplyhandler.sip
        │   │   │   ├── qoauth1.sip
        │   │   │   ├── qoauth1signature.sip
        │   │   │   ├── qoauth2authorizationcodeflow.sip
        │   │   │   ├── qoauthhttpserverreplyhandler.sip
        │   │   │   └── qoauthoobreplyhandler.sip
        │   │   ├── QtNfc
        │   │   │   ├── QtNfc.toml
        │   │   │   ├── QtNfcmod.sip
        │   │   │   ├── qndeffilter.sip
        │   │   │   ├── qndefmessage.sip
        │   │   │   ├── qndefnfcsmartposterrecord.sip
        │   │   │   ├── qndefnfctextrecord.sip
        │   │   │   ├── qndefnfcurirecord.sip
        │   │   │   ├── qndefrecord.sip
        │   │   │   ├── qnearfieldmanager.sip
        │   │   │   ├── qnearfieldsharemanager.sip
        │   │   │   ├── qnearfieldsharetarget.sip
        │   │   │   ├── qnearfieldtarget.sip
        │   │   │   └── qqmlndefrecord.sip
        │   │   ├── QtOpenGL
        │   │   │   ├── QtOpenGL.toml
        │   │   │   ├── QtOpenGLmod.sip
        │   │   │   └── qgl.sip
        │   │   ├── QtPositioning
        │   │   │   ├── QtPositioning.toml
        │   │   │   ├── QtPositioningmod.sip
        │   │   │   ├── qgeoaddress.sip
        │   │   │   ├── qgeoareamonitorinfo.sip
        │   │   │   ├── qgeoareamonitorsource.sip
        │   │   │   ├── qgeocircle.sip
        │   │   │   ├── qgeocoordinate.sip
        │   │   │   ├── qgeolocation.sip
        │   │   │   ├── qgeopath.sip
        │   │   │   ├── qgeopolygon.sip
        │   │   │   ├── qgeopositioninfo.sip
        │   │   │   ├── qgeopositioninfosource.sip
        │   │   │   ├── qgeorectangle.sip
        │   │   │   ├── qgeosatelliteinfo.sip
        │   │   │   ├── qgeosatelliteinfosource.sip
        │   │   │   ├── qgeoshape.sip
        │   │   │   └── qnmeapositioninfosource.sip
        │   │   ├── QtPrintSupport
        │   │   │   ├── QtPrintSupport.toml
        │   │   │   ├── QtPrintSupportmod.sip
        │   │   │   ├── qabstractprintdialog.sip
        │   │   │   ├── qpagesetupdialog.sip
        │   │   │   ├── qprintdialog.sip
        │   │   │   ├── qprintengine.sip
        │   │   │   ├── qprinter.sip
        │   │   │   ├── qprinterinfo.sip
        │   │   │   ├── qprintpreviewdialog.sip
        │   │   │   ├── qprintpreviewwidget.sip
        │   │   │   └── qpyprintsupport_qlist.sip
        │   │   ├── QtQml
        │   │   │   ├── QtQml.toml
        │   │   │   ├── QtQmlmod.sip
        │   │   │   ├── qjsengine.sip
        │   │   │   ├── qjsvalue.sip
        │   │   │   ├── qjsvalueiterator.sip
        │   │   │   ├── qmlattachedpropertiesobject.sip
        │   │   │   ├── qmlregistertype.sip
        │   │   │   ├── qpyqmllistproperty.sip
        │   │   │   ├── qqml.sip
        │   │   │   ├── qqmlabstracturlinterceptor.sip
        │   │   │   ├── qqmlapplicationengine.sip
        │   │   │   ├── qqmlcomponent.sip
        │   │   │   ├── qqmlcontext.sip
        │   │   │   ├── qqmlengine.sip
        │   │   │   ├── qqmlerror.sip
        │   │   │   ├── qqmlexpression.sip
        │   │   │   ├── qqmlextensionplugin.sip
        │   │   │   ├── qqmlfileselector.sip
        │   │   │   ├── qqmlincubator.sip
        │   │   │   ├── qqmllist.sip
        │   │   │   ├── qqmlnetworkaccessmanagerfactory.sip
        │   │   │   ├── qqmlparserstatus.sip
        │   │   │   ├── qqmlproperty.sip
        │   │   │   ├── qqmlpropertymap.sip
        │   │   │   ├── qqmlpropertyvaluesource.sip
        │   │   │   └── qqmlscriptstring.sip
        │   │   ├── QtQuick
        │   │   │   ├── QtQuick.toml
        │   │   │   ├── QtQuickmod.sip
        │   │   │   ├── qquickframebufferobject.sip
        │   │   │   ├── qquickimageprovider.sip
        │   │   │   ├── qquickitem.sip
        │   │   │   ├── qquickitemgrabresult.sip
        │   │   │   ├── qquickpainteditem.sip
        │   │   │   ├── qquickrendercontrol.sip
        │   │   │   ├── qquicktextdocument.sip
        │   │   │   ├── qquickview.sip
        │   │   │   ├── qquickwindow.sip
        │   │   │   ├── qsgabstractrenderer.sip
        │   │   │   ├── qsgengine.sip
        │   │   │   ├── qsgflatcolormaterial.sip
        │   │   │   ├── qsggeometry.sip
        │   │   │   ├── qsgimagenode.sip
        │   │   │   ├── qsgmaterial.sip
        │   │   │   ├── qsgmaterialrhishader.sip
        │   │   │   ├── qsgnode.sip
        │   │   │   ├── qsgrectanglenode.sip
        │   │   │   ├── qsgrendererinterface.sip
        │   │   │   ├── qsgrendernode.sip
        │   │   │   ├── qsgsimplerectnode.sip
        │   │   │   ├── qsgsimpletexturenode.sip
        │   │   │   ├── qsgtexture.sip
        │   │   │   ├── qsgtexturematerial.sip
        │   │   │   ├── qsgtextureprovider.sip
        │   │   │   └── qsgvertexcolormaterial.sip
        │   │   ├── QtQuick3D
        │   │   │   ├── QtQuick3D.toml
        │   │   │   ├── QtQuick3Dmod.sip
        │   │   │   ├── qquick3d.sip
        │   │   │   ├── qquick3dgeometry.sip
        │   │   │   └── qquick3dobject.sip
        │   │   ├── QtQuickWidgets
        │   │   │   ├── QtQuickWidgets.toml
        │   │   │   ├── QtQuickWidgetsmod.sip
        │   │   │   └── qquickwidget.sip
        │   │   ├── QtRemoteObjects
        │   │   │   ├── QtRemoteObjects.toml
        │   │   │   ├── QtRemoteObjectsmod.sip
        │   │   │   ├── qremoteobjectabstractitemmodelreplica.sip
        │   │   │   ├── qremoteobjectdynamicreplica.sip
        │   │   │   ├── qremoteobjectnode.sip
        │   │   │   ├── qremoteobjectregistry.sip
        │   │   │   ├── qremoteobjectreplica.sip
        │   │   │   └── qtremoteobjectglobal.sip
        │   │   ├── QtSensors
        │   │   │   ├── QtSensors.toml
        │   │   │   ├── QtSensorsmod.sip
        │   │   │   ├── qaccelerometer.sip
        │   │   │   ├── qaltimeter.sip
        │   │   │   ├── qambientlightsensor.sip
        │   │   │   ├── qambienttemperaturesensor.sip
        │   │   │   ├── qcompass.sip
        │   │   │   ├── qdistancesensor.sip
        │   │   │   ├── qgyroscope.sip
        │   │   │   ├── qholstersensor.sip
        │   │   │   ├── qhumiditysensor.sip
        │   │   │   ├── qirproximitysensor.sip
        │   │   │   ├── qlidsensor.sip
        │   │   │   ├── qlightsensor.sip
        │   │   │   ├── qmagnetometer.sip
        │   │   │   ├── qorientationsensor.sip
        │   │   │   ├── qpressuresensor.sip
        │   │   │   ├── qproximitysensor.sip
        │   │   │   ├── qrotationsensor.sip
        │   │   │   ├── qsensor.sip
        │   │   │   ├── qtapsensor.sip
        │   │   │   └── qtiltsensor.sip
        │   │   ├── QtSerialPort
        │   │   │   ├── QtSerialPort.toml
        │   │   │   ├── QtSerialPortmod.sip
        │   │   │   ├── qserialport.sip
        │   │   │   └── qserialportinfo.sip
        │   │   ├── QtSql
        │   │   │   ├── QtSql.toml
        │   │   │   ├── QtSqlmod.sip
        │   │   │   ├── qsql.sip
        │   │   │   ├── qsqldatabase.sip
        │   │   │   ├── qsqldriver.sip
        │   │   │   ├── qsqlerror.sip
        │   │   │   ├── qsqlfield.sip
        │   │   │   ├── qsqlindex.sip
        │   │   │   ├── qsqlquery.sip
        │   │   │   ├── qsqlquerymodel.sip
        │   │   │   ├── qsqlrecord.sip
        │   │   │   ├── qsqlrelationaldelegate.sip
        │   │   │   ├── qsqlrelationaltablemodel.sip
        │   │   │   ├── qsqlresult.sip
        │   │   │   ├── qsqltablemodel.sip
        │   │   │   └── qtsqlglobal.sip
        │   │   ├── QtSvg
        │   │   │   ├── QtSvg.toml
        │   │   │   ├── QtSvgmod.sip
        │   │   │   ├── qgraphicssvgitem.sip
        │   │   │   ├── qsvggenerator.sip
        │   │   │   ├── qsvgrenderer.sip
        │   │   │   └── qsvgwidget.sip
        │   │   ├── QtTest
        │   │   │   ├── QtTest.toml
        │   │   │   ├── QtTestmod.sip
        │   │   │   ├── qabstractitemmodeltester.sip
        │   │   │   ├── qsignalspy.sip
        │   │   │   ├── qtestcase.sip
        │   │   │   ├── qtestkeyboard.sip
        │   │   │   ├── qtestmouse.sip
        │   │   │   ├── qtestsystem.sip
        │   │   │   └── qtesttouch.sip
        │   │   ├── QtTextToSpeech
        │   │   │   ├── QtTextToSpeech.toml
        │   │   │   ├── QtTextToSpeechmod.sip
        │   │   │   ├── qtexttospeech.sip
        │   │   │   └── qvoice.sip
        │   │   ├── QtWebChannel
        │   │   │   ├── QtWebChannel.toml
        │   │   │   ├── QtWebChannelmod.sip
        │   │   │   ├── qwebchannel.sip
        │   │   │   └── qwebchannelabstracttransport.sip
        │   │   ├── QtWebSockets
        │   │   │   ├── QtWebSockets.toml
        │   │   │   ├── QtWebSocketsmod.sip
        │   │   │   ├── qmaskgenerator.sip
        │   │   │   ├── qwebsocket.sip
        │   │   │   ├── qwebsocketcorsauthenticator.sip
        │   │   │   ├── qwebsocketprotocol.sip
        │   │   │   └── qwebsocketserver.sip
        │   │   ├── QtWidgets
        │   │   │   ├── QtWidgets.toml
        │   │   │   ├── QtWidgetsmod.sip
        │   │   │   ├── qabstractbutton.sip
        │   │   │   ├── qabstractitemdelegate.sip
        │   │   │   ├── qabstractitemview.sip
        │   │   │   ├── qabstractscrollarea.sip
        │   │   │   ├── qabstractslider.sip
        │   │   │   ├── qabstractspinbox.sip
        │   │   │   ├── qaction.sip
        │   │   │   ├── qactiongroup.sip
        │   │   │   ├── qapplication.sip
        │   │   │   ├── qboxlayout.sip
        │   │   │   ├── qbuttongroup.sip
        │   │   │   ├── qcalendarwidget.sip
        │   │   │   ├── qcheckbox.sip
        │   │   │   ├── qcolordialog.sip
        │   │   │   ├── qcolumnview.sip
        │   │   │   ├── qcombobox.sip
        │   │   │   ├── qcommandlinkbutton.sip
        │   │   │   ├── qcommonstyle.sip
        │   │   │   ├── qcompleter.sip
        │   │   │   ├── qdatawidgetmapper.sip
        │   │   │   ├── qdatetimeedit.sip
        │   │   │   ├── qdesktopwidget.sip
        │   │   │   ├── qdial.sip
        │   │   │   ├── qdialog.sip
        │   │   │   ├── qdialogbuttonbox.sip
        │   │   │   ├── qdirmodel.sip
        │   │   │   ├── qdockwidget.sip
        │   │   │   ├── qdrawutil.sip
        │   │   │   ├── qerrormessage.sip
        │   │   │   ├── qfiledialog.sip
        │   │   │   ├── qfileiconprovider.sip
        │   │   │   ├── qfilesystemmodel.sip
        │   │   │   ├── qfocusframe.sip
        │   │   │   ├── qfontcombobox.sip
        │   │   │   ├── qfontdialog.sip
        │   │   │   ├── qformlayout.sip
        │   │   │   ├── qframe.sip
        │   │   │   ├── qgesture.sip
        │   │   │   ├── qgesturerecognizer.sip
        │   │   │   ├── qgraphicsanchorlayout.sip
        │   │   │   ├── qgraphicseffect.sip
        │   │   │   ├── qgraphicsgridlayout.sip
        │   │   │   ├── qgraphicsitem.sip
        │   │   │   ├── qgraphicslayout.sip
        │   │   │   ├── qgraphicslayoutitem.sip
        │   │   │   ├── qgraphicslinearlayout.sip
        │   │   │   ├── qgraphicsproxywidget.sip
        │   │   │   ├── qgraphicsscene.sip
        │   │   │   ├── qgraphicssceneevent.sip
        │   │   │   ├── qgraphicstransform.sip
        │   │   │   ├── qgraphicsview.sip
        │   │   │   ├── qgraphicswidget.sip
        │   │   │   ├── qgridlayout.sip
        │   │   │   ├── qgroupbox.sip
        │   │   │   ├── qheaderview.sip
        │   │   │   ├── qinputdialog.sip
        │   │   │   ├── qitemdelegate.sip
        │   │   │   ├── qitemeditorfactory.sip
        │   │   │   ├── qkeyeventtransition.sip
        │   │   │   ├── qkeysequenceedit.sip
        │   │   │   ├── qlabel.sip
        │   │   │   ├── qlayout.sip
        │   │   │   ├── qlayoutitem.sip
        │   │   │   ├── qlcdnumber.sip
        │   │   │   ├── qlineedit.sip
        │   │   │   ├── qlistview.sip
        │   │   │   ├── qlistwidget.sip
        │   │   │   ├── qmaccocoaviewcontainer.sip
        │   │   │   ├── qmainwindow.sip
        │   │   │   ├── qmdiarea.sip
        │   │   │   ├── qmdisubwindow.sip
        │   │   │   ├── qmenu.sip
        │   │   │   ├── qmenubar.sip
        │   │   │   ├── qmessagebox.sip
        │   │   │   ├── qmouseeventtransition.sip
        │   │   │   ├── qopenglwidget.sip
        │   │   │   ├── qplaintextedit.sip
        │   │   │   ├── qprogressbar.sip
        │   │   │   ├── qprogressdialog.sip
        │   │   │   ├── qproxystyle.sip
        │   │   │   ├── qpushbutton.sip
        │   │   │   ├── qpywidgets_qlist.sip
        │   │   │   ├── qradiobutton.sip
        │   │   │   ├── qrubberband.sip
        │   │   │   ├── qscrollarea.sip
        │   │   │   ├── qscrollbar.sip
        │   │   │   ├── qscroller.sip
        │   │   │   ├── qscrollerproperties.sip
        │   │   │   ├── qshortcut.sip
        │   │   │   ├── qsizegrip.sip
        │   │   │   ├── qsizepolicy.sip
        │   │   │   ├── qslider.sip
        │   │   │   ├── qspinbox.sip
        │   │   │   ├── qsplashscreen.sip
        │   │   │   ├── qsplitter.sip
        │   │   │   ├── qstackedlayout.sip
        │   │   │   ├── qstackedwidget.sip
        │   │   │   ├── qstatusbar.sip
        │   │   │   ├── qstyle.sip
        │   │   │   ├── qstyleditemdelegate.sip
        │   │   │   ├── qstylefactory.sip
        │   │   │   ├── qstyleoption.sip
        │   │   │   ├── qstylepainter.sip
        │   │   │   ├── qsystemtrayicon.sip
        │   │   │   ├── qtabbar.sip
        │   │   │   ├── qtableview.sip
        │   │   │   ├── qtablewidget.sip
        │   │   │   ├── qtabwidget.sip
        │   │   │   ├── qtextbrowser.sip
        │   │   │   ├── qtextedit.sip
        │   │   │   ├── qtoolbar.sip
        │   │   │   ├── qtoolbox.sip
        │   │   │   ├── qtoolbutton.sip
        │   │   │   ├── qtooltip.sip
        │   │   │   ├── qtreeview.sip
        │   │   │   ├── qtreewidget.sip
        │   │   │   ├── qtreewidgetitemiterator.sip
        │   │   │   ├── qundogroup.sip
        │   │   │   ├── qundostack.sip
        │   │   │   ├── qundoview.sip
        │   │   │   ├── qwhatsthis.sip
        │   │   │   ├── qwidget.sip
        │   │   │   ├── qwidgetaction.sip
        │   │   │   └── qwizard.sip
        │   │   ├── QtWinExtras
        │   │   │   ├── QtWinExtras.toml
        │   │   │   ├── QtWinExtrasmod.sip
        │   │   │   ├── qwinfunctions.sip
        │   │   │   ├── qwinjumplist.sip
        │   │   │   ├── qwinjumplistcategory.sip
        │   │   │   ├── qwinjumplistitem.sip
        │   │   │   ├── qwintaskbarbutton.sip
        │   │   │   ├── qwintaskbarprogress.sip
        │   │   │   ├── qwinthumbnailtoolbar.sip
        │   │   │   └── qwinthumbnailtoolbutton.sip
        │   │   ├── QtXml
        │   │   │   ├── QtXml.toml
        │   │   │   ├── QtXmlmod.sip
        │   │   │   ├── qdom.sip
        │   │   │   └── qxml.sip
        │   │   └── QtXmlPatterns
        │   │       ├── QtXmlPatterns.toml
        │   │       ├── QtXmlPatternsmod.sip
        │   │       ├── qabstractmessagehandler.sip
        │   │       ├── qabstracturiresolver.sip
        │   │       ├── qabstractxmlnodemodel.sip
        │   │       ├── qabstractxmlreceiver.sip
        │   │       ├── qsimplexmlnodemodel.sip
        │   │       ├── qsourcelocation.sip
        │   │       ├── qxmlformatter.sip
        │   │       ├── qxmlname.sip
        │   │       ├── qxmlnamepool.sip
        │   │       ├── qxmlquery.sip
        │   │       ├── qxmlresultitems.sip
        │   │       ├── qxmlschema.sip
        │   │       ├── qxmlschemavalidator.sip
        │   │       └── qxmlserializer.sip
        │   ├── pylupdate.pyd
        │   ├── pylupdate_main.py
        │   ├── pyrcc.pyd
        │   ├── pyrcc_main.py
        │   ├── sip.cp38-win_amd64.pyd
        │   └── uic
        │       ├── Compiler
        │       │   ├── __init__.py
        │       │   ├── __pycache__
        │       │   ├── compiler.py
        │       │   ├── indenter.py
        │       │   ├── misc.py
        │       │   ├── proxy_metaclass.py
        │       │   ├── qobjectcreator.py
        │       │   └── qtproxies.py
        │       ├── Loader
        │       │   ├── __init__.py
        │       │   ├── __pycache__
        │       │   ├── loader.py
        │       │   └── qobjectcreator.py
        │       ├── __init__.py
        │       ├── __pycache__
        │       │   ├── __init__.cpython-38.pyc
        │       │   ├── driver.cpython-38.pyc
        │       │   ├── exceptions.cpython-38.pyc
        │       │   ├── icon_cache.cpython-38.pyc
        │       │   ├── objcreator.cpython-38.pyc
        │       │   ├── properties.cpython-38.pyc
        │       │   ├── pyuic.cpython-38.pyc
        │       │   └── uiparser.cpython-38.pyc
        │       ├── driver.py
        │       ├── exceptions.py
        │       ├── icon_cache.py
        │       ├── objcreator.py
        │       ├── port_v2
        │       │   ├── __init__.py
        │       │   ├── __pycache__
        │       │   ├── as_string.py
        │       │   ├── ascii_upper.py
        │       │   ├── proxy_base.py
        │       │   └── string_io.py
        │       ├── port_v3
        │       │   ├── __init__.py
        │       │   ├── __pycache__
        │       │   ├── as_string.py
        │       │   ├── ascii_upper.py
        │       │   ├── proxy_base.py
        │       │   └── string_io.py
        │       ├── properties.py
        │       ├── pyuic.py
        │       ├── uiparser.py
        │       └── widget-plugins
        │           ├── __pycache__
        │           ├── qaxcontainer.py
        │           ├── qscintilla.py
        │           ├── qtcharts.py
        │           ├── qtprintsupport.py
        │           ├── qtquickwidgets.py
        │           ├── qtwebenginewidgets.py
        │           └── qtwebkit.py
        ├── PyQt5-5.15.1.dist-info
        │   ├── INSTALLER
        │   ├── METADATA
        │   ├── RECORD
        │   ├── REQUESTED
        │   ├── WHEEL
        │   └── entry_points.txt
        ├── PyQt5_sip-12.8.1.dist-info
        │   ├── INSTALLER
        │   ├── METADATA
        │   ├── RECORD
        │   ├── WHEEL
        │   └── top_level.txt
        ├── pymysql
        │   ├── __init__.py
        │   ├── __pycache__
        │   │   ├── __init__.cpython-38.pyc
        │   │   ├── _auth.cpython-38.pyc
        │   │   ├── _compat.cpython-38.pyc
        │   │   ├── _socketio.cpython-38.pyc
        │   │   ├── charset.cpython-38.pyc
        │   │   ├── connections.cpython-38.pyc
        │   │   ├── converters.cpython-38.pyc
        │   │   ├── cursors.cpython-38.pyc
        │   │   ├── err.cpython-38.pyc
        │   │   ├── optionfile.cpython-38.pyc
        │   │   ├── protocol.cpython-38.pyc
        │   │   ├── times.cpython-38.pyc
        │   │   └── util.cpython-38.pyc
        │   ├── _auth.py
        │   ├── _compat.py
        │   ├── _socketio.py
        │   ├── charset.py
        │   ├── connections.py
        │   ├── constants
        │   │   ├── CLIENT.py
        │   │   ├── COMMAND.py
        │   │   ├── CR.py
        │   │   ├── ER.py
        │   │   ├── FIELD_TYPE.py
        │   │   ├── FLAG.py
        │   │   ├── SERVER_STATUS.py
        │   │   ├── __init__.py
        │   │   └── __pycache__
        │   │       ├── CLIENT.cpython-38.pyc
        │   │       ├── COMMAND.cpython-38.pyc
        │   │       ├── CR.cpython-38.pyc
        │   │       ├── ER.cpython-38.pyc
        │   │       ├── FIELD_TYPE.cpython-38.pyc
        │   │       ├── FLAG.cpython-38.pyc
        │   │       ├── SERVER_STATUS.cpython-38.pyc
        │   │       └── __init__.cpython-38.pyc
        │   ├── converters.py
        │   ├── cursors.py
        │   ├── err.py
        │   ├── optionfile.py
        │   ├── protocol.py
        │   ├── times.py
        │   └── util.py
        ├── pyqt5_plugins
        │   ├── Qt
        │   │   └── plugins
        │   │       ├── designer
        │   │       └── pyqt5qmlplugin.dll
        │   ├── __init__.py
        │   ├── __pycache__
        │   │   ├── __init__.cpython-38.pyc
        │   │   ├── _version.cpython-38.pyc
        │   │   ├── entrypoints.cpython-38.pyc
        │   │   ├── examplebutton.cpython-38.pyc
        │   │   ├── examplebuttonplugin.cpython-38.pyc
        │   │   └── utilities.cpython-38.pyc
        │   ├── _version.py
        │   ├── badplugin
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   └── badwidgetplugin.cpython-38.pyc
        │   │   └── badwidgetplugin.py
        │   ├── entrypoints.py
        │   ├── examplebutton.py
        │   ├── examplebuttonplugin.py
        │   ├── examples
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   ├── exampleqmlitem.cpython-38.pyc
        │   │   │   └── exampleqmlitemplugin.cpython-38.pyc
        │   │   ├── exampleqmlitem.py
        │   │   ├── exampleqmlitemplugin.py
        │   │   ├── pyqt5qmlplugin.dll
        │   │   ├── qmlapp.qml
        │   │   ├── qmldir
        │   │   └── qmltest.qml
        │   ├── tests
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   ├── test_entrypoints.cpython-38.pyc
        │   │   │   ├── testbutton.cpython-38.pyc
        │   │   │   └── testbuttonplugin.cpython-38.pyc
        │   │   ├── test_entrypoints.py
        │   │   ├── testbutton.py
        │   │   └── testbuttonplugin.py
        │   └── utilities.py
        ├── pyqt5_plugins-5.15.1.1.dist-info
        │   ├── COPYING
        │   ├── INSTALLER
        │   ├── METADATA
        │   ├── RECORD
        │   ├── WHEEL
        │   ├── entry_points.txt
        │   └── top_level.txt
        ├── pyqt5_tools
        │   ├── __init__.py
        │   ├── __pycache__
        │   │   ├── __init__.cpython-38.pyc
        │   │   ├── _version.cpython-38.pyc
        │   │   └── entrypoints.cpython-38.pyc
        │   ├── _version.py
        │   ├── badplugin
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   └── badwidgetplugin.cpython-38.pyc
        │   │   └── badwidgetplugin.py
        │   ├── entrypoints.py
        │   ├── examples
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   ├── exampleqmlitem.cpython-38.pyc
        │   │   │   └── exampleqmlitemplugin.cpython-38.pyc
        │   │   ├── exampleqmlitem.py
        │   │   ├── exampleqmlitemplugin.py
        │   │   ├── qmlapp.qml
        │   │   ├── qmldir
        │   │   └── qmltest.qml
        │   └── tests
        │       ├── __init__.py
        │       ├── __pycache__
        │       │   ├── __init__.cpython-38.pyc
        │       │   └── test_entrypoints.cpython-38.pyc
        │       └── test_entrypoints.py
        ├── pyqt5_tools-5.15.1.2.dist-info
        │   ├── COPYING
        │   ├── INSTALLER
        │   ├── METADATA
        │   ├── RECORD
        │   ├── REQUESTED
        │   ├── WHEEL
        │   ├── entry_points.txt
        │   └── top_level.txt
        ├── qt5_applications
        │   ├── Qt
        │   │   ├── bin
        │   │   │   ├── Qt5Core.dll
        │   │   │   ├── Qt5DBus.dll
        │   │   │   ├── Qt5Designer.dll
        │   │   │   ├── Qt5DesignerComponents.dll
        │   │   │   ├── Qt5Gui.dll
        │   │   │   ├── Qt5Help.dll
        │   │   │   ├── Qt5Network.dll
        │   │   │   ├── Qt5PrintSupport.dll
        │   │   │   ├── Qt5Qml.dll
        │   │   │   ├── Qt5QmlModels.dll
        │   │   │   ├── Qt5Quick.dll
        │   │   │   ├── Qt5QuickTest.dll
        │   │   │   ├── Qt5SerialBus.dll
        │   │   │   ├── Qt5SerialPort.dll
        │   │   │   ├── Qt5Sql.dll
        │   │   │   ├── Qt5Svg.dll
        │   │   │   ├── Qt5Test.dll
        │   │   │   ├── Qt5Widgets.dll
        │   │   │   ├── Qt5Xml.dll
        │   │   │   ├── Qt5XmlPatterns.dll
        │   │   │   ├── assistant.exe
        │   │   │   ├── canbusutil.exe
        │   │   │   ├── designer.exe
        │   │   │   ├── dumpcpp.exe
        │   │   │   ├── dumpdoc.exe
        │   │   │   ├── lconvert.exe
        │   │   │   ├── libEGL.dll
        │   │   │   ├── libGLESv2.dll
        │   │   │   ├── linguist.exe
        │   │   │   ├── lprodump.exe
        │   │   │   ├── lrelease-pro.exe
        │   │   │   ├── lrelease.exe
        │   │   │   ├── lupdate-pro.exe
        │   │   │   ├── lupdate.exe
        │   │   │   ├── opengl32sw.dll
        │   │   │   ├── pixeltool.exe
        │   │   │   ├── platforms
        │   │   │   ├── qdbus.exe
        │   │   │   ├── qdbuscpp2xml.exe
        │   │   │   ├── qdbusviewer.exe
        │   │   │   ├── qdbusxml2cpp.exe
        │   │   │   ├── qdistancefieldgenerator.exe
        │   │   │   ├── qdoc.exe
        │   │   │   ├── qgltf.exe
        │   │   │   ├── qhelpgenerator.exe
        │   │   │   ├── qlalr.exe
        │   │   │   ├── qml.exe
        │   │   │   ├── qmlcachegen.exe
        │   │   │   ├── qmleasing.exe
        │   │   │   ├── qmlformat.exe
        │   │   │   ├── qmlimportscanner.exe
        │   │   │   ├── qmllint.exe
        │   │   │   ├── qmlmin.exe
        │   │   │   ├── qmlplugindump.exe
        │   │   │   ├── qmlpreview.exe
        │   │   │   ├── qmlprofiler.exe
        │   │   │   ├── qmlscene.exe
        │   │   │   ├── qmltestrunner.exe
        │   │   │   ├── qmltyperegistrar.exe
        │   │   │   ├── qscxmlc.exe
        │   │   │   ├── qtattributionsscanner.exe
        │   │   │   ├── qtdiag.exe
        │   │   │   ├── qtpaths.exe
        │   │   │   ├── qtplugininfo.exe
        │   │   │   ├── qvkgen.exe
        │   │   │   ├── repc.exe
        │   │   │   ├── testcon.exe
        │   │   │   ├── translations
        │   │   │   ├── uic.exe
        │   │   │   ├── xmlpatterns.exe
        │   │   │   └── xmlpatternsvalidator.exe
        │   │   ├── plugins
        │   │   │   ├── bearer
        │   │   │   ├── canbus
        │   │   │   ├── iconengines
        │   │   │   ├── imageformats
        │   │   │   ├── platforms
        │   │   │   ├── printsupport
        │   │   │   ├── qmltooling
        │   │   │   ├── scenegraph
        │   │   │   ├── sqldrivers
        │   │   │   └── styles
        │   │   └── translations
        │   │       ├── assistant_ar.qm
        │   │       ├── assistant_bg.qm
        │   │       ├── assistant_cs.qm
        │   │       ├── assistant_da.qm
        │   │       ├── assistant_de.qm
        │   │       ├── assistant_en.qm
        │   │       ├── assistant_es.qm
        │   │       ├── assistant_fr.qm
        │   │       ├── assistant_hu.qm
        │   │       ├── assistant_ja.qm
        │   │       ├── assistant_ko.qm
        │   │       ├── assistant_pl.qm
        │   │       ├── assistant_ru.qm
        │   │       ├── assistant_sk.qm
        │   │       ├── assistant_sl.qm
        │   │       ├── assistant_tr.qm
        │   │       ├── assistant_uk.qm
        │   │       ├── assistant_zh_CN.qm
        │   │       ├── assistant_zh_TW.qm
        │   │       ├── designer_ar.qm
        │   │       ├── designer_bg.qm
        │   │       ├── designer_cs.qm
        │   │       ├── designer_da.qm
        │   │       ├── designer_de.qm
        │   │       ├── designer_en.qm
        │   │       ├── designer_es.qm
        │   │       ├── designer_fr.qm
        │   │       ├── designer_hu.qm
        │   │       ├── designer_ja.qm
        │   │       ├── designer_ko.qm
        │   │       ├── designer_pl.qm
        │   │       ├── designer_ru.qm
        │   │       ├── designer_sk.qm
        │   │       ├── designer_sl.qm
        │   │       ├── designer_tr.qm
        │   │       ├── designer_uk.qm
        │   │       ├── designer_zh_CN.qm
        │   │       ├── designer_zh_TW.qm
        │   │       ├── linguist_ar.qm
        │   │       ├── linguist_bg.qm
        │   │       ├── linguist_cs.qm
        │   │       ├── linguist_da.qm
        │   │       ├── linguist_de.qm
        │   │       ├── linguist_en.qm
        │   │       ├── linguist_es.qm
        │   │       ├── linguist_fr.qm
        │   │       ├── linguist_hu.qm
        │   │       ├── linguist_it.qm
        │   │       ├── linguist_ja.qm
        │   │       ├── linguist_ko.qm
        │   │       ├── linguist_pl.qm
        │   │       ├── linguist_ru.qm
        │   │       ├── linguist_sk.qm
        │   │       ├── linguist_sl.qm
        │   │       ├── linguist_sv.qm
        │   │       ├── linguist_tr.qm
        │   │       ├── linguist_uk.qm
        │   │       ├── linguist_zh_CN.qm
        │   │       ├── linguist_zh_TW.qm
        │   │       ├── qt_ar.qm
        │   │       ├── qt_bg.qm
        │   │       ├── qt_ca.qm
        │   │       ├── qt_cs.qm
        │   │       ├── qt_da.qm
        │   │       ├── qt_de.qm
        │   │       ├── qt_en.qm
        │   │       ├── qt_es.qm
        │   │       ├── qt_fa.qm
        │   │       ├── qt_fi.qm
        │   │       ├── qt_fr.qm
        │   │       ├── qt_gd.qm
        │   │       ├── qt_gl.qm
        │   │       ├── qt_he.qm
        │   │       ├── qt_help_ar.qm
        │   │       ├── qt_help_bg.qm
        │   │       ├── qt_help_ca.qm
        │   │       ├── qt_help_cs.qm
        │   │       ├── qt_help_da.qm
        │   │       ├── qt_help_de.qm
        │   │       ├── qt_help_en.qm
        │   │       ├── qt_help_es.qm
        │   │       ├── qt_help_fr.qm
        │   │       ├── qt_help_gl.qm
        │   │       ├── qt_help_hu.qm
        │   │       ├── qt_help_it.qm
        │   │       ├── qt_help_ja.qm
        │   │       ├── qt_help_ko.qm
        │   │       ├── qt_help_pl.qm
        │   │       ├── qt_help_ru.qm
        │   │       ├── qt_help_sk.qm
        │   │       ├── qt_help_sl.qm
        │   │       ├── qt_help_tr.qm
        │   │       ├── qt_help_uk.qm
        │   │       ├── qt_help_zh_CN.qm
        │   │       ├── qt_help_zh_TW.qm
        │   │       ├── qt_hu.qm
        │   │       ├── qt_it.qm
        │   │       ├── qt_ja.qm
        │   │       ├── qt_ko.qm
        │   │       ├── qt_lt.qm
        │   │       ├── qt_lv.qm
        │   │       ├── qt_pl.qm
        │   │       ├── qt_pt.qm
        │   │       ├── qt_ru.qm
        │   │       ├── qt_sk.qm
        │   │       ├── qt_sl.qm
        │   │       ├── qt_sv.qm
        │   │       ├── qt_tr.qm
        │   │       ├── qt_uk.qm
        │   │       ├── qt_zh_CN.qm
        │   │       ├── qt_zh_TW.qm
        │   │       ├── qtbase_ar.qm
        │   │       ├── qtbase_bg.qm
        │   │       ├── qtbase_ca.qm
        │   │       ├── qtbase_cs.qm
        │   │       ├── qtbase_da.qm
        │   │       ├── qtbase_de.qm
        │   │       ├── qtbase_en.qm
        │   │       ├── qtbase_es.qm
        │   │       ├── qtbase_fi.qm
        │   │       ├── qtbase_fr.qm
        │   │       ├── qtbase_gd.qm
        │   │       ├── qtbase_he.qm
        │   │       ├── qtbase_hu.qm
        │   │       ├── qtbase_it.qm
        │   │       ├── qtbase_ja.qm
        │   │       ├── qtbase_ko.qm
        │   │       ├── qtbase_lv.qm
        │   │       ├── qtbase_pl.qm
        │   │       ├── qtbase_ru.qm
        │   │       ├── qtbase_sk.qm
        │   │       ├── qtbase_tr.qm
        │   │       ├── qtbase_uk.qm
        │   │       ├── qtbase_zh_TW.qm
        │   │       ├── qtconnectivity_bg.qm
        │   │       ├── qtconnectivity_ca.qm
        │   │       ├── qtconnectivity_da.qm
        │   │       ├── qtconnectivity_de.qm
        │   │       ├── qtconnectivity_en.qm
        │   │       ├── qtconnectivity_es.qm
        │   │       ├── qtconnectivity_hu.qm
        │   │       ├── qtconnectivity_ko.qm
        │   │       ├── qtconnectivity_pl.qm
        │   │       ├── qtconnectivity_ru.qm
        │   │       ├── qtconnectivity_tr.qm
        │   │       ├── qtconnectivity_uk.qm
        │   │       ├── qtdeclarative_bg.qm
        │   │       ├── qtdeclarative_da.qm
        │   │       ├── qtdeclarative_de.qm
        │   │       ├── qtdeclarative_en.qm
        │   │       ├── qtdeclarative_es.qm
        │   │       ├── qtdeclarative_fi.qm
        │   │       ├── qtdeclarative_fr.qm
        │   │       ├── qtdeclarative_hu.qm
        │   │       ├── qtdeclarative_ja.qm
        │   │       ├── qtdeclarative_ko.qm
        │   │       ├── qtdeclarative_lv.qm
        │   │       ├── qtdeclarative_pl.qm
        │   │       ├── qtdeclarative_ru.qm
        │   │       ├── qtdeclarative_sk.qm
        │   │       ├── qtdeclarative_tr.qm
        │   │       ├── qtdeclarative_uk.qm
        │   │       ├── qtlocation_bg.qm
        │   │       ├── qtlocation_ca.qm
        │   │       ├── qtlocation_da.qm
        │   │       ├── qtlocation_de.qm
        │   │       ├── qtlocation_en.qm
        │   │       ├── qtlocation_es.qm
        │   │       ├── qtlocation_fi.qm
        │   │       ├── qtlocation_fr.qm
        │   │       ├── qtlocation_hu.qm
        │   │       ├── qtlocation_ko.qm
        │   │       ├── qtlocation_pl.qm
        │   │       ├── qtlocation_ru.qm
        │   │       ├── qtlocation_tr.qm
        │   │       ├── qtlocation_uk.qm
        │   │       ├── qtmultimedia_ar.qm
        │   │       ├── qtmultimedia_bg.qm
        │   │       ├── qtmultimedia_ca.qm
        │   │       ├── qtmultimedia_cs.qm
        │   │       ├── qtmultimedia_da.qm
        │   │       ├── qtmultimedia_de.qm
        │   │       ├── qtmultimedia_en.qm
        │   │       ├── qtmultimedia_es.qm
        │   │       ├── qtmultimedia_fi.qm
        │   │       ├── qtmultimedia_fr.qm
        │   │       ├── qtmultimedia_hu.qm
        │   │       ├── qtmultimedia_it.qm
        │   │       ├── qtmultimedia_ja.qm
        │   │       ├── qtmultimedia_ko.qm
        │   │       ├── qtmultimedia_pl.qm
        │   │       ├── qtmultimedia_ru.qm
        │   │       ├── qtmultimedia_sk.qm
        │   │       ├── qtmultimedia_tr.qm
        │   │       ├── qtmultimedia_uk.qm
        │   │       ├── qtmultimedia_zh_TW.qm
        │   │       ├── qtquickcontrols2_ar.qm
        │   │       ├── qtquickcontrols2_bg.qm
        │   │       ├── qtquickcontrols2_ca.qm
        │   │       ├── qtquickcontrols2_da.qm
        │   │       ├── qtquickcontrols2_en.qm
        │   │       ├── qtquickcontrols2_hu.qm
        │   │       ├── qtquickcontrols2_ko.qm
        │   │       ├── qtquickcontrols2_tr.qm
        │   │       ├── qtquickcontrols2_uk.qm
        │   │       ├── qtquickcontrols2_zh_TW.qm
        │   │       ├── qtquickcontrols_bg.qm
        │   │       ├── qtquickcontrols_ca.qm
        │   │       ├── qtquickcontrols_da.qm
        │   │       ├── qtquickcontrols_de.qm
        │   │       ├── qtquickcontrols_en.qm
        │   │       ├── qtquickcontrols_fi.qm
        │   │       ├── qtquickcontrols_fr.qm
        │   │       ├── qtquickcontrols_ja.qm
        │   │       ├── qtquickcontrols_ko.qm
        │   │       ├── qtquickcontrols_ru.qm
        │   │       ├── qtquickcontrols_tr.qm
        │   │       ├── qtquickcontrols_uk.qm
        │   │       ├── qtquickcontrols_zh_TW.qm
        │   │       ├── qtscript_ar.qm
        │   │       ├── qtscript_bg.qm
        │   │       ├── qtscript_ca.qm
        │   │       ├── qtscript_cs.qm
        │   │       ├── qtscript_da.qm
        │   │       ├── qtscript_de.qm
        │   │       ├── qtscript_en.qm
        │   │       ├── qtscript_es.qm
        │   │       ├── qtscript_fi.qm
        │   │       ├── qtscript_fr.qm
        │   │       ├── qtscript_he.qm
        │   │       ├── qtscript_hu.qm
        │   │       ├── qtscript_it.qm
        │   │       ├── qtscript_ja.qm
        │   │       ├── qtscript_ko.qm
        │   │       ├── qtscript_lv.qm
        │   │       ├── qtscript_pl.qm
        │   │       ├── qtscript_ru.qm
        │   │       ├── qtscript_sk.qm
        │   │       ├── qtscript_tr.qm
        │   │       ├── qtscript_uk.qm
        │   │       ├── qtserialport_de.qm
        │   │       ├── qtserialport_en.qm
        │   │       ├── qtserialport_es.qm
        │   │       ├── qtserialport_ja.qm
        │   │       ├── qtserialport_ko.qm
        │   │       ├── qtserialport_pl.qm
        │   │       ├── qtserialport_ru.qm
        │   │       ├── qtserialport_uk.qm
        │   │       ├── qtwebengine_ca.qm
        │   │       ├── qtwebengine_de.qm
        │   │       ├── qtwebengine_en.qm
        │   │       ├── qtwebengine_es.qm
        │   │       ├── qtwebengine_ko.qm
        │   │       ├── qtwebengine_pl.qm
        │   │       ├── qtwebengine_ru.qm
        │   │       ├── qtwebengine_uk.qm
        │   │       ├── qtwebsockets_ca.qm
        │   │       ├── qtwebsockets_de.qm
        │   │       ├── qtwebsockets_en.qm
        │   │       ├── qtwebsockets_es.qm
        │   │       ├── qtwebsockets_fr.qm
        │   │       ├── qtwebsockets_ja.qm
        │   │       ├── qtwebsockets_ko.qm
        │   │       ├── qtwebsockets_pl.qm
        │   │       ├── qtwebsockets_ru.qm
        │   │       ├── qtwebsockets_uk.qm
        │   │       ├── qtxmlpatterns_bg.qm
        │   │       ├── qtxmlpatterns_ca.qm
        │   │       ├── qtxmlpatterns_cs.qm
        │   │       ├── qtxmlpatterns_da.qm
        │   │       ├── qtxmlpatterns_de.qm
        │   │       ├── qtxmlpatterns_en.qm
        │   │       ├── qtxmlpatterns_es.qm
        │   │       ├── qtxmlpatterns_fr.qm
        │   │       ├── qtxmlpatterns_hu.qm
        │   │       ├── qtxmlpatterns_it.qm
        │   │       ├── qtxmlpatterns_ja.qm
        │   │       ├── qtxmlpatterns_ko.qm
        │   │       ├── qtxmlpatterns_pl.qm
        │   │       ├── qtxmlpatterns_ru.qm
        │   │       ├── qtxmlpatterns_sk.qm
        │   │       ├── qtxmlpatterns_uk.qm
        │   │       └── qtxmlpatterns_zh_TW.qm
        │   ├── __init__.py
        │   ├── __pycache__
        │   │   ├── __init__.cpython-38.pyc
        │   │   ├── _version.cpython-38.pyc
        │   │   ├── entrypoints.cpython-38.pyc
        │   │   └── utilities.cpython-38.pyc
        │   ├── _version.py
        │   ├── entrypoints.py
        │   ├── tests
        │   │   ├── __init__.py
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-38.pyc
        │   │   │   └── test_entrypoints.cpython-38.pyc
        │   │   └── test_entrypoints.py
        │   └── utilities.py
        └── qt5_applications-5.15.1.1.dist-info
            ├── COPYING
            ├── INSTALLER
            ├── METADATA
            ├── RECORD
            ├── WHEEL
            ├── entry_points.txt
            └── top_level.txt

146 directories, 1739 files



实例下载地址

图书馆管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警