Skip to content

Commit

Permalink
add QtQuickWidgets to qgis.PyQt (#60123)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jan 13, 2025
1 parent f999386 commit fe5f8e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/PyQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ set(PYQT_COMPAT_FILES
QtWebEngineWidgets.py
QtNetwork.py
QtXml.py
QtQuickWidgets.py
QtSql.py
QtTest.py
QtSvg.py
Expand Down
18 changes: 18 additions & 0 deletions python/PyQt/PyQt/QtQuickWidgets.py.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"""
***************************************************************************
QtWebEngineWidgets.py
---------------------
Date : April 2024
Copyright : (C) 2024 Denis Rouzaud
Email : [email protected]
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

from PyQt@[email protected] import *

0 comments on commit fe5f8e6

Please sign in to comment.