1 # -----------------------------------------------------------------------------
2 # Copyright © 2009- The Spyder Development Team
4 # Licensed under the terms of the MIT License
5 # (see LICENSE.txt for details)
6 # -----------------------------------------------------------------------------
8 """Provides QtPdf classes and functions."""
15 QtBindingMissingModuleError
,
19 raise QtBindingMissingModuleError(name
='QtPdf')
21 # Available with version >=6.4.0
22 from PyQt6
.QtPdf
import *
24 raise QtBindingMissingModuleError(name
='QtPdf')
26 # Available with version >=6.4.0
27 from PySide6
.QtPdf
import *