Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-PyQt6-doc-6.7.0~dev2404081550-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-PyQt6-doc Distribution: openSUSE Tumbleweed
Version: 6.7.0~dev2404081550 Vendor: openSUSE
Release: 1.1 Build date: Fri Apr 12 10:17:13 2024
Group: Development/Libraries/Python Build host: reproducible
Size: 999110 Source RPM: python-PyQt6-6.7.0~dev2404081550-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.riverbankcomputing.com/software/pyqt
Summary: Examples for python312-PyQt6
PyQt is a set of Python bindings for the Qt framework.

This package contains programming examples for PyQt6.

Provides

Requires

License

GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree

Changelog

* Fri Apr 12 2024 Ben Greiner <code@bnavigator.de>
  - Update to 6.7.0~dev2404081550
    * Added support for Qt v6.7 (excluding any technical previews).
    * Bug fixes.
  - Use not yet released development version: boo#1222514
* Thu Jan 25 2024 Ben Greiner <code@bnavigator.de>
  - Update to 6.6.1
    * Fix QWidgetAction ownership annotations.
* Mon Oct 30 2023 Markéta Machová <mmachova@suse.com>
  - Update to 6.6.0
    * This adds support for Qt v6.6.
  - Drop no longer needed pyqt6-fix-build-with-qt-6.6.0.patch
* Wed Oct 18 2023 llyyr <llyyr.public@gmail.com>
  - Update to 6.5.3
    * Added support for Python 3.12 and the missing
      QAbstractItemModel.multiData() method, as well as the missing
      QModelRoleDataSpan class.
  - Add patch pyqt6-fix-build-with-qt-6.6.0.patch to fix build with
    Qt 6.6.0.
  - Set CXX flag "-DQT_NO_INT128" to fix buil with Qt 6.6.0.
* Wed Sep 27 2023 Ben Greiner <code@bnavigator.de>
  - Update to 6.5.2
    * Added the missing NativeGesture, Quit, EnterEditFocus and
      LeaveEditFocus members of QEventType.
* Thu Jul 20 2023 Markéta Machová <mmachova@suse.com>
  - Update to 6.5.1
    * Added support for QPermission and related classes and methods.
    * Added the max_workers argument to uic.compileUiDir() to specify
      the maximum number of worker processes to use when compiling
      the .ui files in a directory.
    * pyuic6 will now compile all the .ui files in a directory if the
      name of the directory is passed instead of a .ui file.
    * Added the --max-workers command line option to pyuic6.
* Sat Jun 10 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Mon Apr 24 2023 Ben Greiner <code@bnavigator.de>
  - Update to 6.5.0
    * Added support for Qt v6.5 including the QtSpatialAudio module.
    * Bug fixes.
* Thu Feb 09 2023 Ben Greiner <code@bnavigator.de>
  - Update to v6.4.2
    * Fixed a regression in pylupdate
* Sun Jan 29 2023 Ben Greiner <code@bnavigator.de>
  - Update to 6.4.1
    * Added allocationLimit() and setAllocationLimit() to
      QImageReader.
    * Added toHBITMAP(), fromHBITMAP(), toHICON() and fromHICON() to
      QImage on Windows.
    * Bug fixes.
  - Qt6TextToSpeech is not in 15.x
* Sun Oct 02 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 6.4.0
    * Added support for Qt v6.4 including the QtPdf, QtPdfWidgets and
      QtTextToSpeech modules.
    * Added QAction.menu() and QAction.setMenu().
    * Bug fixes.
* Mon Jun 20 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 6.3.1
    * Added qRegisterResourceData() and qUnregisterResourceData() to
      QtCore to help in supporting legacy resource files from PyQt5.
    * Requires v13.4 of the sip module which adds support for enums
      with missing members and the sip.array support.
    * Reverted the Qt.GestureType related changes made in v6.2.3 as
      they are no longer necessary with the support for missing enum
      members.
    * The QEvent constructor that takes an int argument is now
      deprecated.
    * Refactored the draw methods of QPainter to accept sip.array
      objects of appropriate types.  Such arrays, once initialised,
      can be used very efficiently as they do not require repeated
      conversion from the usual Python collection types.
    * Added resize() to QPolygon, QPolygonF and QXmlStreamAttributes.
    * Bug fixes.
* Wed Apr 13 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 6.3.0
    * Added support for Qt v6.3.
    * Bug fixes.
  - Enable Quick3D for Tumbleweed
* Sat Feb 05 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 6.2.3
    * All Qt.GestureType callable arguments will also accept an int.
      All callables that return a Qt::GestureType in C++ will return
      an int (which can be compared with a Qt.GestureType member).
    * Bug fixes.
* Fri Dec 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.2.2
    * Added the missing QBluetoothUuid constructors.
    * Added the missing QMediaPlayer loop-related methods.
    * Bug fixes.
* Wed Nov 03 2021 Ben Greiner <code@bnavigator.de>
  - Don't require python-sip-devel for python-PyQt6-devel.
    The project building against PyQt should explicitly know about
    the proper requirement.
* Fri Oct 29 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.2.1
    * Bug fixes.
* Sun Oct 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.2.0
    * Added support for Qt v6.2 including the QtBluetooth,
      QtMultimedia, QtMultimediaWidgets, QtNfc, QtPositioning,
      QtRemoteObjects, QtSensors, QtSerialPort, QtWebChannel and
      QtWebSockets modules.
    * Added support for QAxContainer on Windows.
    * Ported the QtMultimedia examples from PyQt5.
    * Bug fixes.
  - Drop PyQt6-6.1.1-OpenGL_ES2.patch merged upstream
* Thu Aug 19 2021 Bernhard Wiedemann <bwiedemann@suse.com>
  - Stop writing mtime-based pyc files during tests (boo#1047218)
* Wed Jul 14 2021 Ben Greiner <code@bnavigator.de>
  - Add PyQt6-6.1.1-OpenGL_ES2.patch for building ARM with OpenGL ES2
    https://www.riverbankcomputing.com/pipermail/pyqt/2021-July/044117.html
  - first obs service cleaned specfile commit
* Tue Jul 06 2021 Ben Greiner <code@bnavigator.de>
  - remove the noop %requires_ge libqt6-x11
* Mon Jul 05 2021 Ben Greiner <code@bnavigator.de>
  - Define skip_python2 for Leap
* Tue Jun 15 2021 Ben Greiner <code@bnavigator.de>
  * Update to version 6.1.1
    * Added the missing QtCore.QXmlStreamAttributes class.
    * Added the missing QtQml.QQmlExtensionPlugin class.
    * Added the --exclude command line option to pylupdate6.
    * pylupdate6 now handles PEP 263 embedded source encodings in .py
      files.
    * Bug fixes.
* Thu May 13 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.1.0
    * Added support for Qt v6.1.
    * All flag-based enums have been renamed so that they use the
      name of the Qt enum rather than the name of the Qt QFlag.
    * An integer ARGB value can now be used whenever a QColor is
      expected.
* Thu Mar 11 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.0.3
    * Bug fixes.
* Thu Feb 25 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.0.2
    * Bug fixes.
* Fri Feb 19 2021 Ben Greiner <code@bnavigator.de>
  - Initial specfile for version 6.0.1, based on python-qt5

Files

/usr/share/doc/packages/python312-PyQt6
/usr/share/doc/packages/python312-PyQt6/examples
/usr/share/doc/packages/python312-PyQt6/examples/designer
/usr/share/doc/packages/python312-PyQt6/examples/designer/calculatorform
/usr/share/doc/packages/python312-PyQt6/examples/designer/calculatorform/calculatorform.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/calculatorform/calculatorform.ui
/usr/share/doc/packages/python312-PyQt6/examples/designer/calculatorform/ui_calculatorform.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/plugins.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/analogclockplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/bubbleswidgetplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/counterlabelplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/datetimeeditplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/helloglwidgetplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/multipagewidgetplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/polygonwidgetplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/pydemoplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/python/pythonconsoleplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/analogclock.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/bubbleswidget.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/counterlabel.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/datetimeedit.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/helloglwidget.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/multipagewidget.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/polygonwidget.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/pydemo.py
/usr/share/doc/packages/python312-PyQt6/examples/designer/plugins/widgets/pythonconsolewidget.py
/usr/share/doc/packages/python312-PyQt6/examples/desktop
/usr/share/doc/packages/python312-PyQt6/examples/desktop/screenshot.py
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray/images
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray/images/bad.png
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray/images/heart.png
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray/images/trash.png
/usr/share/doc/packages/python312-PyQt6/examples/desktop/systray/systray.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/classwizard.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/background.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/banner.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/logo1.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/logo2.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/logo3.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/watermark1.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/classwizard/images/watermark2.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog/configdialog.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog/images
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog/images/config.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog/images/query.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/configdialog/images/update.png
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/extension.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/findfiles.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/standarddialogs.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/tabdialog.py
/usr/share/doc/packages/python312-PyQt6/examples/dialogs/trivialwizard.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/delayedencoding
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/delayedencoding/delayedencoding.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/delayedencoding/images
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/delayedencoding/images/drag.png
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/delayedencoding/images/example.svg
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons/draggableicons.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons/images
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons/images/boat.png
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons/images/car.png
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggableicons/images/house.png
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggabletext
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggabletext/draggabletext.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/draggabletext/words.txt
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/dropsite.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/fridgemagnets
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/fridgemagnets/fridgemagnets.py
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/fridgemagnets/words.txt
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/puzzle
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/puzzle/example.jpg
/usr/share/doc/packages/python312-PyQt6/examples/draganddrop/puzzle/puzzle.py
/usr/share/doc/packages/python312-PyQt6/examples/multimedia
/usr/share/doc/packages/python312-PyQt6/examples/multimedia/audiodevices
/usr/share/doc/packages/python312-PyQt6/examples/multimedia/audiodevices/audiodevices.py
/usr/share/doc/packages/python312-PyQt6/examples/multimedia/audiodevices/audiodevicesbase.ui
/usr/share/doc/packages/python312-PyQt6/examples/multimedia/audiodevices/ui_audiodevicesbase.py
/usr/share/doc/packages/python312-PyQt6/examples/multimedia/audiooutput.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/camera.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/camera.ui
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/images
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/images/shutter.svg
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/imagesettings.ui
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/ui_camera.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/ui_imagesettings.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/ui_videosettings.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/camera/videosettings.ui
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/videographicsitem.py
/usr/share/doc/packages/python312-PyQt6/examples/multimediawidgets/videowidget.py
/usr/share/doc/packages/python312-PyQt6/examples/qml
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/adding.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/attached.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/binding.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/coercion.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/default.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/grouped.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/methods.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/properties.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/signal.py
/usr/share/doc/packages/python312-PyQt6/examples/qml/referenceexamples/valuesource.py
/usr/share/doc/packages/python312-PyQt6/examples/quick
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/animation.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/animation.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/color-animation.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images/face-smile.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images/moon.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images/shadow.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images/star.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/images/sun.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/basics/property-animation.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/behaviors
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/behaviors/SideRect.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/behaviors/behavior-example.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/behaviors/tvtennis.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/behaviors/wigglytext.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/easing
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/easing/easing.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/pathanimation
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/pathanimation/pathanimation.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/pathinterpolator
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/pathinterpolator/pathinterpolator.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/states
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/states/qt-logo.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/states/states.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/animation/states/transitions.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/bezierCurve
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/bezierCurve/bezierCurve.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/canvas.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/canvas.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/clip
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/clip/clip.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/Button.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/ScrollBar.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/Slider.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/TitleBar.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/ToolBar.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/button-pressed.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/button.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/default.svg
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/gloss.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/lineedit.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/lineedit.sci
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/quit.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/stripes.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/titlebar.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/titlebar.sci
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/toolbutton.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/images/toolbutton.sci
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/contents/qt-logo.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/quadraticCurveTo
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/roundedrect
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/roundedrect/roundedrect.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/smile
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/smile/smile.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/squircle
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/squircle/squircle.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/squircle/squircle.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/tiger
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/tiger/tiger.js
/usr/share/doc/packages/python312-PyQt6/examples/quick/canvas/tiger/tiger.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/models
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/abstractitemmodel
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/abstractitemmodel/abstractitemmodel.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/abstractitemmodel/view.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/objectlistmodel
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/objectlistmodel/objectlistmodel.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/objectlistmodel/view.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/stringlistmodel
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/stringlistmodel/stringlistmodel.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/models/stringlistmodel/view.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/scenegraph
/usr/share/doc/packages/python312-PyQt6/examples/quick/scenegraph/customgeometry
/usr/share/doc/packages/python312-PyQt6/examples/quick/scenegraph/customgeometry/customgeometry.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/scenegraph/customgeometry/main.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/Button.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/LauncherList.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/SimpleLauncherDelegate.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/images
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/images/back.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/shared/images/next.png
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter1-basics
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter1-basics/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter2-methods
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter2-methods/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter3-bindings
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter3-bindings/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter4-customPropertyTypes
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter5-listproperties
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter5-listproperties/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/Charts
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/Charts/qmldir
/usr/share/doc/packages/python312-PyQt6/examples/quick/tutorials/extending/chapter6-plugins/app.qml
/usr/share/doc/packages/python312-PyQt6/examples/richtext
/usr/share/doc/packages/python312-PyQt6/examples/richtext/textobject
/usr/share/doc/packages/python312-PyQt6/examples/richtext/textobject/heart.svg
/usr/share/doc/packages/python312-PyQt6/examples/richtext/textobject/textobject.py
/usr/share/licenses/python312-PyQt6-doc
/usr/share/licenses/python312-PyQt6-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 00:13:40 2024