1 # -----------------------------------------------------------------------------
2 # Copyright © 2014-2015 Colin Duquesnoy
4 # Licensed under the terms of the MIT License
5 # (see LICENSE.txt for details)
6 # -----------------------------------------------------------------------------
8 """Provides QtDesigner classes and functions."""
15 QtBindingMissingModuleError
,
19 from PyQt5
.QtDesigner
import *
21 from PyQt6
.QtDesigner
import *
23 raise QtBindingMissingModuleError(name
='QtDesigner')
25 from PySide6
.QtDesigner
import *