QGIS/python/PyQt/PyQt/QtWebEngineQuick.py.in
2024-04-09 06:54:08 +10:00

24 lines
1.0 KiB
Python

# -*- coding: utf-8 -*-
"""
***************************************************************************
QtWebEngineQuick.py
---------------------
Date : April 2024
Copyright : (C) 2024 David Koňařík
Email : dvdkon at konarici dot cz
***************************************************************************
* *
* 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. *
* *
***************************************************************************
"""
if @QT_VERSION_MAJOR@ == 5:
from PyQt5.QtWebEngine import *
else:
from PyQt@QT_VERSION_MAJOR@.QtWebEngineQuick import *