1 # -*- coding: utf-8 -*-
3 # Copyright © 2014-2015 Colin Duquesnoy
5 # Licensed under the terms of the MIT License
6 # (see LICENSE.txt for details)
9 Provides QtDesigner classes and functions.
12 from . import PYQT5
, PYQT4
, PythonQtError
16 from PyQt5
.QtDesigner
import *
18 from PyQt4
.QtDesigner
import *
20 raise PythonQtError('No Qt bindings could be found')