mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
parent
59640d9fd6
commit
e66297dd84
@ -13,6 +13,7 @@ set(PYQT_COMPAT_FILES
|
|||||||
QtWebEngineCore.py
|
QtWebEngineCore.py
|
||||||
QtWebEngineQuick.py
|
QtWebEngineQuick.py
|
||||||
QtWebEngineWidgets.py
|
QtWebEngineWidgets.py
|
||||||
|
QtMultimedia.py
|
||||||
QtNetwork.py
|
QtNetwork.py
|
||||||
QtXml.py
|
QtXml.py
|
||||||
QtQuickWidgets.py
|
QtQuickWidgets.py
|
||||||
|
24
python/PyQt/PyQt/QtMultimedia.py.in
Normal file
24
python/PyQt/PyQt/QtMultimedia.py.in
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
"""
|
||||||
|
***************************************************************************
|
||||||
|
QtMultimedia.py
|
||||||
|
---------------------
|
||||||
|
Date : January 2025
|
||||||
|
Copyright : (C) 2025 by Julien Cabieces
|
||||||
|
Email : julien dot cabieces at oslandia dot com
|
||||||
|
***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************
|
||||||
|
"""
|
||||||
|
|
||||||
|
__author__ = 'Julien Cabieces'
|
||||||
|
__date__ = 'January 2025'
|
||||||
|
__copyright__ = '(C) 2025, Julien Cabieces'
|
||||||
|
|
||||||
|
from PyQt@QT_VERSION_MAJOR@.QtMultimedia import *
|
Loading…
x
Reference in New Issue
Block a user