Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pyside2-devel | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 5.15.2 | Vendor: openSUSE |
Release: bp154.1.40 | Build date: Thu May 12 07:17:07 2022 |
Group: Development/Languages/Python | Build host: lamb54 |
Size: 2092725 | Source RPM: python3-pyside2-5.15.2-bp154.1.40.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://wiki.qt.io/Qt_for_Python | |
Summary: Header Files for PySide2 |
Files needed for development with the PySide2 bindings for Qt.
LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0
* Tue Oct 12 2021 Christophe Giboudeaux <christophe@krop.fr> - Backport change from pyside6: * 0001-Backport-LLVM-13-fix-from-shiboken6.patch * Sun Jun 27 2021 Christophe Giboudeaux <christophe@krop.fr> - Drop the QtWebKit build dependency. * Fri Apr 23 2021 Christophe Giboudeaux <christophe@krop.fr> - Exclude internal imports detected by qml-autoreqprov. * Wed Apr 07 2021 Dirk Müller <dmueller@suse.com> - avoid repackaging the pkgconfig and cmake directories - they are provided by the filesystem package * Tue Mar 30 2021 John Vandenberg <jayvdb@gmail.com> - Enable test suite, ignoring two extra test failures - Update to v5.15.2 * Projects generating bindings for Qt-based code no longer need to include pyside2_global.h for the property and signal/slot annotations to work. * [PYSIDE-487] Some missing enumerations and classes were added. * [PYSIDE-644] QNetworkCookie was added to WebEngineCore. * [PYSIDE-665] A crash when reimplementing QLayout.takeAt() was fixed. * [PYSIDE-807] setup.py was rewritten to properly show options the in command help. * [PYSIDE-972] Launching PySide2 from paths with non-ASCII Latin1 characters was fixed. * [PYSIDE-1019] feature_select: Qt Properties are now represented as Python properties. * [PYSIDE-1070] A crash when overriding QUiLoader::createWidget() in QUiLoader was fixed. * [PYSIDE-1082] A crash when creating QMimeData from Q(Plain)TextEdit::createMimeDataFromSelection() was fixed. * [PYSIDE-1202] More classes from QtConcurrent were added. * [PYSIDE-1224] The namespace QColorConstants was added. * [PYSIDE-1326] Operators for QFlags on hidden top level namespace are now generated. * [PYSIDE-1354] Slots being invoked from the wrong thread were fixed. * [PYSIDE-1381] The dependency of the QtQml module header on internal header pysideqmlregistertype.h was removed. * [PYSIDE-1385] Deprecated wheel.pep425tags imports were removed. * [PYSIDE-1390] setup.py: The build_rst_docs command was added to build rst documentation only * [PYSIDE-1397] Functions taking a smart pointer now accept smart pointers to base classes. * [PYSIDE-1410] QAxBase::dynamicCall() was fixed. * [PYSIDE-841] The documentation on modifications was restructured. * [PYSIDE-904] An attribute for generating "using namespace" was added. * [PYSIDE-1019] A way of specifying properties for non-Qt classes in typesystem XML was added. * [PYSIDE-1075] Functions from invisible namespaces are now generated into their parent namespaces. * [PYSIDE-1224] Variables in namespaces are now generated. * [PYSIDE-1366] The order of overloads may now be specified to work around problems with the order generated by the overload decisor. * [PYSIDE-1388] Final classes with protected methods when disabling the protected hack are now correctly generated. * Tue Sep 15 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.15.1 * [PYSIDE-74] Implement default __ne__ and __eq__ for all PySide types * [PYSIDE-198] Add compatibility with Nuitka * [PYSIDE-829] signature: Avoid non-existent attributes in compiled code (Nuitka) * [PYSIDE-841] doc: Add widget styling tutorial * [PYSIDE-841] add quick painteditem example * [PYSIDE-904] Add QObject.findChildren(QRegularExpression) * [PYSIDE-904] qp5_tool.py: Add an configuration key for the CMake generator * [PYSIDE-904] Port some examples from QRegExp to QRegularExpression * [PYSIDE-904] Fix libsample/photon test for Qt 6 / Windows * [PYSIDE-904] Enable adding operators ==, != as functions without code injection * [PYSIDE-957] Implement the QEnum/QFlag decorator, V2 * [PYSIDE-981] Return QVariantList when using list as Signal argument * [PYSIDE-1019] feature-select: Implement a selectable feature framework * [PYSIDE-1019] feature-select: allow snake_case instead of camelCase for methods * [PYSIDE-1019] feature-select: delay the feature switching * [PYSIDE-1223] Use pyside2-uic instead of uic for the loadUiType * [PYSIDE-1257] Potential fix for deploying with cx_freeze using zip_include_packages * [PYSIDE-1282] pthreads: Try to abandon the GIL in case a thread was terminated * [PYSIDE-1292] Doc: Enable doc builds using the offline template * [PYSIDE-1313] basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon() * [PYSIDE-1317] Add QSocketDescriptor class * [PYSIDE-1321] Fix leaking reference in PySide2 property getter * [PYSIDE-1321] Fix some leaks in enumeration creation * [PYSIDE-1323] Add missing Win runtime dll into win wheels * [PYSIDE-1323] Update vcredist binaries for MSVC 2019 * [PYSIDE-1332] Fix crashes in QThread::wait(), QWaitCondition::wait() * [PYSIDE-1349] QQmlComponent: allow thread in constructors * [PYSIDE-1353] doc: fix Property indentation * [PYSIDE-1355] Add Qt3DExtras.QNormalDiffuseMapAlphaMaterial * [PYSIDE-1368] __feature__: ignore if `__name__` does not exist in a module * [PYSIDE-1372] QDomElement: remove unnecesary setAttribute overloads * [PYSIDE-1374] Add the QWidget *-based overloads of the QtWinExtras functions * shiboken now accepts multiple headers on the command line. * A number of error and warning messages have been prefixed by file name and line for better tooling. * [PYSIDE-841] Add custom widget shiboken example * [PYSIDE-904] shiboken2: Handle virtual methods returning a reference * [PYSIDE-1019] shiboken2: Re-add support for parsing Q_PROPERTY * [PYSIDE-1177] shiboken: Fix __doc__ setter for derived types * [PYSIDE-1325] shiboken: Fix default-initialized function arguments * [PYSIDE-1327] shiboken: Resolve typedef'ed base classes - Add patch to fix doc generation: * 0001-cmake-Don-t-assume-qhelpgenerator-is-in-PATH.patch * Wed May 27 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.15.0 * [PYSIDE-487] Add API of Qt 5.15 * [PYSIDE-487] Add support for QSerialPort * [PYSIDE-487] Add QtQuickControls2 * [PYSIDE-841] example: add systray example * [PYSIDE-841] doc: add more videos from Qt events * [PYSIDE-841] doc: add tutorial for using qrc files * [PYSIDE-904] libpyside: Remove deprecated API * [PYSIDE-904] Add support for template type aliases * [PYSIDE-957] Add a tool to dump meta objects of QObject-derived classes * [PYSIDE-1280] Enable injecting raw code for setattro/getattro * [PYSIDE-1309] Rename and update some snippets * [PYSIDE-454] shiboken: Add a way of specifying system includes to be parsed * [PYSIDE-454] shiboken: Handle smart pointers with const pointees * [PYSIDE-904] libshiboken: Remove deprecated API * [PYSIDE-957] shiboken: Fix refcounts of sbkenum * [PYSIDE-990] shiboken: Handle inline namespaces * [PYSIDE-1024] shiboken: Make it possible to specify smartpointer instantiations * [PYSIDE-1074] shiboken: Fix classes in hidden namespaces * [PYSIDE-1188] shiboken: Fix shared pointer return value in virtual function * [PYSIDE-1265] shiboken: Introduce a separate logging category for documentation generation * [PYSIDE-1265] shiboken: Change debug messages to use qCInfo and remove some messages * [PYSIDE-1267] shiboken: Allow for parsing headers under system include paths * [PYSIDE-1296] shiboken: Support non-type template parameters in functions - Drop 0001-shiboken-Support-Clang-version-10.patch. Fixed upstream - Rebase 0001-Don-t-try-to-install-or-use-uic-rcc-designer-copies.patch - Rebase lib64.patch * Thu Apr 23 2020 Christophe Giboudeaux <christophe@krop.fr> - Add patch to support clang 10: * 0001-shiboken-Support-Clang-version-10.patch * Wed Feb 26 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.14.1 * [PYSIDE-841] Add example for Threads and Signals * [PYSIDE-1135] qApp: Ensure QtCore import when embedded QApplication subclass is used * [PYSIDE-1158] Let qApp be noApp instead of pretending to be None * [PYSIDE-1164] qApp: make sure to create the right instance when embedding * [PYSIDE-1165] designer: patch rpath for unix * [PYSIDE-1192] libpyside: Set default signal name only if previously assigned * [PYSIDE-1201] docs: Fix pre overlap and improve reading * [PYSIDE-1205] libpyside: avoid freeing char* * [PYSIDE-1207] Fix ownership of QTextDocument::createObject * [PYSIDE-1191] shiboken: Introduce "until" version attribute as opposite of "since" * Mon Dec 30 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.14.0: * * [PYSIDE-990] It is no longer possible to nest types in typesystem files by by qualifying the namespace components with "::". The elements need to be properly nested. * [PYSIDE-487] Add bindings for Qt 5.14 * [PYSIDE-785] Release ownership in QAbstractVideoFilterWrapper::createFilterRunnable * [PYSIDE-795] Create a framework for deprecated functions * [PYSIDE-795] Make the function registry more usable in Python modules * [PYSIDE-795] Improve the NumPy Support by iterables * [PYSIDE-820] Fix booleans and empty list cases in QSettings * [PYSIDE-849] Add inject-code for QVideoFrame::bits() * [PYSIDE-939] Add support for Python 3.8 * [PYSIDE-939] Fix refcount issues with QSettings glue code * [PYSIDE-939] Finalize the Python 3.8 refcount fix * [PYSIDE-951] Support Pointer Primitive Types by Arrays or Result Tuples * [PYSIDE-1007] Remove extra ref on QDataStream::setDevice * [PYSIDE-1033] CMake modularization: macros creation * [PYSIDE-1041] Enable multimedia classes after API fixup * [PYSIDE-1047] QtWinExtras: Add QtWin namespace * [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7 * [PYSIDE-1052] Add QtCore.Slot.__signature__ and much more manually * [PYSIDE-1059] Documentation: update QInputDialog snippets * [PYSIDE-1066] Fix Xcode sdk value embedded into PySide2 binaries * [PYSIDE-1067] Update docs style * [PYSIDE-1067] New documentation structure * [PYSIDE-1068] Add designer to the pyside tools * [PYSIDE-1073] Fix a typing bug in Python 2.7 and update * [PYSIDE-1077] Fix wrong Python init return codes * [PYSIDE-1079] signature: Support typing.Optional[T] and refine a bit * [PYSIDE-1089] Fix formatting of the deployment documentation * [PYSIDE-1093] Fix bad shutdown effect on QApplication.instance() * [PYSIDE-1098] Replace pyside2-uic/pyside2-rcc by uic/rcc which now have an option to generate Python * [PYSIDE-1101] Remove QGraphicsItem::scroll from QtChart * [PYSIDE-1140] Add python_requires to the python setup * [QTBUG-66304] Blacklist failing QtPositioning test * [PYSIDE-454] Fix crash when smartptr template class cannot be found * [PYSIDE-1037] Allow for "auto" as target of type for CONVERTTOCPP in injected code * [PYSIDE-1095] Fix handling of modified default expressions - Drop 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch. pyside2uic is gone - Add patches: * 0001-Don-t-try-to-install-or-use-uic-rcc-designer-copies.patch to prevent file conflicts * 0002-Fix-the-openSUSE-executable-names.patch to use the -qt5 suffix * Thu Dec 19 2019 Christophe Giboudeaux <christophe@krop.fr> - Update the license tags. * Thu Dec 12 2019 Christophe Giboudeaux <christophe@krop.fr> - Update the minimum Qt version to 5.14 * Sat Dec 07 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.13.2 * [PYSIDE-785] Release ownership in QAbstractVideoFilterWrapper::createFilterRunnable * [PYSIDE-820] Fix booleans and empty list cases in QSettings * [PYSIDE-849] Add inject-code for QVideoFrame::bits() * [PYSIDE-1007] Remove extra ref on QDataStream::setDevice * [PYSIDE-1019] libpyside: Fix compiler warning * [PYSIDE-1049] Split build instructions to build and packaging * [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7 * [PYSIDE-1089] Fix formatting of the deployment documentation * [PYSIDE-1093] Fix bad shutdown effect on QApplication.instance() * [PYSIDE-1095] shiboken: Fix handling of modified default expressions * Sun Sep 08 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.13.1 * [Fixes https://github.com/spyder-ide/qtpy/issues/195] Fix RuntimeError: dictionary changed size during iteration * [PYSIDE-634] Add support for parameterNames in Signals * [PYSIDE-951] Cleanup signature module before substantial change * [PYSIDE-951] correct QtPrintSupport dependency * [PYSIDE-1010] Add optional support for types in QSettings::value * [PYSIDE-1020] Fix pyside2-uic to generate correct code for QWebview and QQuickWidget * [PYSIDE-1028] Leave QVariantMap as a name, not a type * [PYSIDE-1033] CMake modularization: macros creation * [PYSIDE-1035] Fix pyside2-uic to generate correct code for QTableWidget * [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7 * [PYSIDE-1052] Add QtCore.Slot.__signature__ and much more manually * [PYSIDE-1059] Documentation: update QInputDialog snippets * [PYSIDE-1066] Fix Xcode sdk value embedded into PySide2 binaries * [PYSIDE-1067] Update docs style * [PYSIDE-1073] Fix a typing bug in Python 2.7 and update * [PYSIDE-1077] Fix wrong Python init return codes * [PYSIDE-1079] signature: Support typing.Optional[T] and refine a bit * [PYSIDE-1024] shiboken: Generate code for smart pointers only within declaring package * [PYSIDE-1037] shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected code - Drop patches, now upstream: * 0002-Fix-qApp-import-of-QCoreApplication.patch * 0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch - Refresh lib64.patch * Wed Jul 10 2019 Tuukka Pasanen <tuukka.pasanen@ilmi.fi> - Add patches to make FreeCAD not crash at start * 0002-Fix-qApp-import-of-QCoreApplication.patch * 0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch * Mon Jul 01 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Remove "CFLAGS=-I/usr/include/linux" export, otherwise pthreads.h includes linux/time.h instead of time.h. As a result CMake no longer finds a valid pthreads.h and aborts. - Drop "docs", which included building and installing instructions only, as done upstream. See https://doc.qt.io/qtforpython/ and https://wiki.qt.io/Qt_for_Python/Tutorial for developer documentation. * Thu Jun 27 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.13.0 * Add bindings for 5.13 * Support the qApp macro in "scriptable application" * Doc: Add QML Integration tutorial * Docs: Add Expenses tool tutorial * Regenerate all example forms using the python-extended rcc of 5.14 * Fix type name for lookup of QFlags<> converters Check the changes-* files for older changes. * Mon May 06 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.12.3. No changelog available for this version. - Fix the license tag, the shiboken2 subdir uses a different license. * Sat Apr 06 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.12.2 * Added binding for QWebEngineUrlScheme * Fixed a crash related to multiple inheritance * Fixed wrong METADATA for generated wheels * Prevent Python 3.5 from crashing the build Check the changes-* files for the complete list of changes. - Drop fix-cmake.patch - Drop 0001-Avoid-creation-of-empty-build-directories-in-install.patch - Refresh lib64.patch - Drop the unused _service file. * Fri Dec 28 2018 Fabian Vogt <fabian@ritter-vogt.de> - Use %python_sitearch instead of %py_sitedir * Mon Dec 24 2018 Jan Engelhardt <jengelh@inai.de> - Avoid repeating the name in the summary. * Wed Dec 19 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Update to version 5.12 - Package examples - Include PEP484 type hints - Use parallel make - Rebase lib64.patch - Drop fix_build.patch, obsoleted by upstream changes - Add 0001-Avoid-creation-of-empty-build-directories-in-install.patch - Add 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch * Wed Oct 24 2018 Adrian Schröter <adrian@suse.de> - enable support for Qt5Scxml - cleanup python2 deps - enable doc generation * Tue Oct 23 2018 Christophe Giboudeaux <christophe@krop.fr> - Add fix_build.patch to fix an error reported by the post build checks. * Mon Oct 22 2018 Adrian Schröter <adrian@suse.de> - update to version 5.11.2 tag * Tue Jun 05 2018 christophe@krop.fr - Update license to LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) * Fri Apr 27 2018 adrian@suse.de - build against Qt 5.11 * Tue Mar 13 2018 adrian@suse.de - disable python2 build No one needs it atm and it is conflicting at installation time with python3 variant * Mon Mar 05 2018 adrian@suse.de - update to current snapshot from dev branch for Qt 5.10 - make test optional - fix-cmake.patch lib64.patch for fixing build and installation * Sat Mar 03 2018 adrian@suse.de - build fix * Thu Sep 14 2017 kkaempf@suse.com - add Qt5-svg support * Wed Jun 28 2017 jengelh@inai.de - Trim filler wording from description. * Mon Jun 12 2017 adrian@suse.de - initial package of PySide2 for Qt5.9 - includes also shiboken
/usr/include/PySide2 /usr/include/PySide2/Qt3DAnimation /usr/include/PySide2/Qt3DAnimation/pyside2_qt3danimation_python.h /usr/include/PySide2/Qt3DCore /usr/include/PySide2/Qt3DCore/pyside2_qt3dcore_python.h /usr/include/PySide2/Qt3DExtras /usr/include/PySide2/Qt3DExtras/pyside2_qt3dextras_python.h /usr/include/PySide2/Qt3DInput /usr/include/PySide2/Qt3DInput/pyside2_qt3dinput_python.h /usr/include/PySide2/Qt3DLogic /usr/include/PySide2/Qt3DLogic/pyside2_qt3dlogic_python.h /usr/include/PySide2/Qt3DRender /usr/include/PySide2/Qt3DRender/pyside2_qt3drender_python.h /usr/include/PySide2/QtCharts /usr/include/PySide2/QtCharts/pyside2_qtcharts_python.h /usr/include/PySide2/QtConcurrent /usr/include/PySide2/QtConcurrent/pyside2_qtconcurrent_python.h /usr/include/PySide2/QtCore /usr/include/PySide2/QtCore/pyside2_qtcore_python.h /usr/include/PySide2/QtDataVisualization /usr/include/PySide2/QtDataVisualization/pyside2_qtdatavisualization_python.h /usr/include/PySide2/QtGui /usr/include/PySide2/QtGui/pyside2_qtgui_python.h /usr/include/PySide2/QtGui/qpytextobject.h /usr/include/PySide2/QtHelp /usr/include/PySide2/QtHelp/pyside2_qthelp_python.h /usr/include/PySide2/QtLocation /usr/include/PySide2/QtLocation/pyside2_qtlocation_python.h /usr/include/PySide2/QtMultimedia /usr/include/PySide2/QtMultimedia/pyside2_qtmultimedia_python.h /usr/include/PySide2/QtMultimediaWidgets /usr/include/PySide2/QtMultimediaWidgets/pyside2_qtmultimediawidgets_python.h /usr/include/PySide2/QtNetwork /usr/include/PySide2/QtNetwork/pyside2_qtnetwork_python.h /usr/include/PySide2/QtOpenGL /usr/include/PySide2/QtOpenGL/pyside2_qtopengl_python.h /usr/include/PySide2/QtOpenGLFunctions /usr/include/PySide2/QtOpenGLFunctions/pyside2_qtopenglfunctions_python.h /usr/include/PySide2/QtPositioning /usr/include/PySide2/QtPositioning/pyside2_qtpositioning_python.h /usr/include/PySide2/QtPrintSupport /usr/include/PySide2/QtPrintSupport/pyside2_qtprintsupport_python.h /usr/include/PySide2/QtQml /usr/include/PySide2/QtQml/pyside2_qtqml_python.h /usr/include/PySide2/QtQuick /usr/include/PySide2/QtQuick/pyside2_qtquick_python.h /usr/include/PySide2/QtQuickControls2 /usr/include/PySide2/QtQuickControls2/pyside2_qtquickcontrols2_python.h /usr/include/PySide2/QtQuickWidgets /usr/include/PySide2/QtQuickWidgets/pyside2_qtquickwidgets_python.h /usr/include/PySide2/QtRemoteObjects /usr/include/PySide2/QtRemoteObjects/pyside2_qtremoteobjects_python.h /usr/include/PySide2/QtScript /usr/include/PySide2/QtScript/pyside2_qtscript_python.h /usr/include/PySide2/QtScriptTools /usr/include/PySide2/QtScriptTools/pyside2_qtscripttools_python.h /usr/include/PySide2/QtScxml /usr/include/PySide2/QtScxml/pyside2_qtscxml_python.h /usr/include/PySide2/QtSensors /usr/include/PySide2/QtSensors/pyside2_qtsensors_python.h /usr/include/PySide2/QtSerialPort /usr/include/PySide2/QtSerialPort/pyside2_qtserialport_python.h /usr/include/PySide2/QtSql /usr/include/PySide2/QtSql/pyside2_qtsql_python.h /usr/include/PySide2/QtSvg /usr/include/PySide2/QtSvg/pyside2_qtsvg_python.h /usr/include/PySide2/QtTest /usr/include/PySide2/QtTest/pyside2_qttest_python.h /usr/include/PySide2/QtTextToSpeech /usr/include/PySide2/QtTextToSpeech/pyside2_qttexttospeech_python.h /usr/include/PySide2/QtUiTools /usr/include/PySide2/QtUiTools/pyside2_qtuitools_python.h /usr/include/PySide2/QtWebChannel /usr/include/PySide2/QtWebChannel/pyside2_qtwebchannel_python.h /usr/include/PySide2/QtWebEngine /usr/include/PySide2/QtWebEngine/pyside2_qtwebengine_python.h /usr/include/PySide2/QtWebEngineCore /usr/include/PySide2/QtWebEngineCore/pyside2_qtwebenginecore_python.h /usr/include/PySide2/QtWebEngineWidgets /usr/include/PySide2/QtWebEngineWidgets/pyside2_qtwebenginewidgets_python.h /usr/include/PySide2/QtWebSockets /usr/include/PySide2/QtWebSockets/pyside2_qtwebsockets_python.h /usr/include/PySide2/QtWidgets /usr/include/PySide2/QtWidgets/pyside2_qtwidgets_python.h /usr/include/PySide2/QtX11Extras /usr/include/PySide2/QtX11Extras/pyside2_qtx11extras_python.h /usr/include/PySide2/QtXml /usr/include/PySide2/QtXml/pyside2_qtxml_python.h /usr/include/PySide2/QtXmlPatterns /usr/include/PySide2/QtXmlPatterns/pyside2_qtxmlpatterns_python.h /usr/include/PySide2/dynamicqmetaobject.h /usr/include/PySide2/feature_select.h /usr/include/PySide2/pyside.h /usr/include/PySide2/pyside2_global.h /usr/include/PySide2/pysideclassinfo.h /usr/include/PySide2/pysidemacros.h /usr/include/PySide2/pysidemetafunction.h /usr/include/PySide2/pysideproperty.h /usr/include/PySide2/pysideqenum.h /usr/include/PySide2/pysideqflags.h /usr/include/PySide2/pysidesignal.h /usr/include/PySide2/pysidestaticstrings.h /usr/include/PySide2/pysideweakref.h /usr/include/PySide2/signalmanager.h /usr/include/shiboken2 /usr/include/shiboken2/autodecref.h /usr/include/shiboken2/basewrapper.h /usr/include/shiboken2/bindingmanager.h /usr/include/shiboken2/bufferprocs_py37.h /usr/include/shiboken2/gilstate.h /usr/include/shiboken2/helper.h /usr/include/shiboken2/pep384impl.h /usr/include/shiboken2/python25compat.h /usr/include/shiboken2/qapp_macro.h /usr/include/shiboken2/sbkarrayconverter.h /usr/include/shiboken2/sbkconverter.h /usr/include/shiboken2/sbkdbg.h /usr/include/shiboken2/sbkenum.h /usr/include/shiboken2/sbkmodule.h /usr/include/shiboken2/sbkpython.h /usr/include/shiboken2/sbkstaticstrings.h /usr/include/shiboken2/sbkstring.h /usr/include/shiboken2/sbkversion.h /usr/include/shiboken2/shiboken.h /usr/include/shiboken2/shibokenbuffer.h /usr/include/shiboken2/shibokenmacros.h /usr/include/shiboken2/signature.h /usr/include/shiboken2/signature_p.h /usr/include/shiboken2/threadstatesaver.h /usr/include/shiboken2/typespec.h /usr/include/shiboken2/voidptr.h /usr/lib64/cmake/PySide2-5.15.2 /usr/lib64/cmake/PySide2-5.15.2/PySide2Config.cmake /usr/lib64/cmake/PySide2-5.15.2/PySide2Config.cpython-36m-x86_64-linux-gnu.cmake /usr/lib64/cmake/PySide2-5.15.2/PySide2ConfigVersion.cmake /usr/lib64/cmake/PySide2-5.15.2/PySide2Targets-release.cmake /usr/lib64/cmake/PySide2-5.15.2/PySide2Targets.cmake /usr/lib64/cmake/Shiboken2-5.15.2 /usr/lib64/cmake/Shiboken2-5.15.2/Shiboken2Config.cmake /usr/lib64/cmake/Shiboken2-5.15.2/Shiboken2Config.cpython-36m-x86_64-linux-gnu.cmake /usr/lib64/cmake/Shiboken2-5.15.2/Shiboken2ConfigVersion.cmake /usr/lib64/cmake/Shiboken2-5.15.2/Shiboken2Targets-release.cmake /usr/lib64/cmake/Shiboken2-5.15.2/Shiboken2Targets.cmake /usr/lib64/cmake/Shiboken2-5.15.2/shiboken_helpers.cmake /usr/lib64/libpyside2.cpython-36m-x86_64-linux-gnu.so /usr/lib64/libshiboken2.cpython-36m-x86_64-linux-gnu.so /usr/lib64/pkgconfig/pyside2.pc /usr/lib64/pkgconfig/shiboken2.pc /usr/share/PySide2 /usr/share/PySide2/glue /usr/share/PySide2/glue/qtcharts.cpp /usr/share/PySide2/glue/qtcore.cpp /usr/share/PySide2/glue/qtdatavisualization.cpp /usr/share/PySide2/glue/qtgui.cpp /usr/share/PySide2/glue/qtmultimedia.cpp /usr/share/PySide2/glue/qtnetwork.cpp /usr/share/PySide2/glue/qtopengl.cpp /usr/share/PySide2/glue/qtprintsupport.cpp /usr/share/PySide2/glue/qtqml.cpp /usr/share/PySide2/glue/qtquick.cpp /usr/share/PySide2/glue/qtscript.cpp /usr/share/PySide2/glue/qtuitools.cpp /usr/share/PySide2/glue/qtwebenginewidgets.cpp /usr/share/PySide2/glue/qtwidgets.cpp /usr/share/PySide2/glue/qtxml.cpp /usr/share/PySide2/glue/qtxmlpatterns.cpp /usr/share/PySide2/typesystems /usr/share/PySide2/typesystems/core_common.xml /usr/share/PySide2/typesystems/datavisualization_common.xml /usr/share/PySide2/typesystems/glue /usr/share/PySide2/typesystems/glue/plugins.h /usr/share/PySide2/typesystems/glue/qeasingcurve_glue.cpp /usr/share/PySide2/typesystems/glue/qeasingcurve_glue.h /usr/share/PySide2/typesystems/glue/qscript_value_iterator_glue.cpp /usr/share/PySide2/typesystems/gui_common.xml /usr/share/PySide2/typesystems/opengl_common.xml /usr/share/PySide2/typesystems/openglfunctions_common.xml /usr/share/PySide2/typesystems/typesystem_3danimation.xml /usr/share/PySide2/typesystems/typesystem_3dcore.xml /usr/share/PySide2/typesystems/typesystem_3dextras.xml /usr/share/PySide2/typesystems/typesystem_3dinput.xml /usr/share/PySide2/typesystems/typesystem_3dlogic.xml /usr/share/PySide2/typesystems/typesystem_3drender.xml /usr/share/PySide2/typesystems/typesystem_charts.xml /usr/share/PySide2/typesystems/typesystem_concurrent.xml /usr/share/PySide2/typesystems/typesystem_core.xml /usr/share/PySide2/typesystems/typesystem_core_common.xml /usr/share/PySide2/typesystems/typesystem_core_mac.xml /usr/share/PySide2/typesystems/typesystem_core_x11.xml /usr/share/PySide2/typesystems/typesystem_datavisualization.xml /usr/share/PySide2/typesystems/typesystem_gui.xml /usr/share/PySide2/typesystems/typesystem_gui_common.xml /usr/share/PySide2/typesystems/typesystem_gui_mac.xml /usr/share/PySide2/typesystems/typesystem_gui_x11.xml /usr/share/PySide2/typesystems/typesystem_help.xml /usr/share/PySide2/typesystems/typesystem_location.xml /usr/share/PySide2/typesystems/typesystem_multimedia.xml /usr/share/PySide2/typesystems/typesystem_multimedia_common.xml /usr/share/PySide2/typesystems/typesystem_multimedia_forward_declarations.xml /usr/share/PySide2/typesystems/typesystem_multimediawidgets.xml /usr/share/PySide2/typesystems/typesystem_network.xml /usr/share/PySide2/typesystems/typesystem_opengl.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_0.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_0_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_1.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_1_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_2_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_3_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_4.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_4_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_0.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_0_compat.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_1.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_0.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_3.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_3a.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_0.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_1.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_3.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_4.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_4_core.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_5.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_5_core.xml /usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications_va.xml /usr/share/PySide2/typesystems/typesystem_positioning.xml /usr/share/PySide2/typesystems/typesystem_printsupport.xml /usr/share/PySide2/typesystems/typesystem_printsupport_common.xml /usr/share/PySide2/typesystems/typesystem_qml.xml /usr/share/PySide2/typesystems/typesystem_quick.xml /usr/share/PySide2/typesystems/typesystem_quickcontrols2.xml /usr/share/PySide2/typesystems/typesystem_quickwidgets.xml /usr/share/PySide2/typesystems/typesystem_remoteobjects.xml /usr/share/PySide2/typesystems/typesystem_script.xml /usr/share/PySide2/typesystems/typesystem_scripttools.xml /usr/share/PySide2/typesystems/typesystem_scxml.xml /usr/share/PySide2/typesystems/typesystem_sensors.xml /usr/share/PySide2/typesystems/typesystem_serialport.xml /usr/share/PySide2/typesystems/typesystem_sql.xml /usr/share/PySide2/typesystems/typesystem_svg.xml /usr/share/PySide2/typesystems/typesystem_test.xml /usr/share/PySide2/typesystems/typesystem_texttospeech.xml /usr/share/PySide2/typesystems/typesystem_uitools.xml /usr/share/PySide2/typesystems/typesystem_webchannel.xml /usr/share/PySide2/typesystems/typesystem_webengine.xml /usr/share/PySide2/typesystems/typesystem_webenginecore.xml /usr/share/PySide2/typesystems/typesystem_webenginewidgets.xml /usr/share/PySide2/typesystems/typesystem_websockets.xml /usr/share/PySide2/typesystems/typesystem_widgets.xml /usr/share/PySide2/typesystems/typesystem_widgets_common.xml /usr/share/PySide2/typesystems/typesystem_widgets_mac.xml /usr/share/PySide2/typesystems/typesystem_widgets_x11.xml /usr/share/PySide2/typesystems/typesystem_x11extras.xml /usr/share/PySide2/typesystems/typesystem_xml.xml /usr/share/PySide2/typesystems/typesystem_xmlpatterns.xml /usr/share/PySide2/typesystems/webkitwidgets_common.xml /usr/share/PySide2/typesystems/widgets_common.xml /usr/share/PySide2/typesystems/xml_common.xml /usr/share/man/man1/pyside2-lupdate.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 16:00:25 2024