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 QtQuickControls2 classes and functions."""
15 QtBindingMissingModuleError
,
19 raise QtBindingMissingModuleError(name
='QtQuickControls2')
21 raise QtBindingMissingModuleError(name
='QtQuickControls2')
23 from PySide2
.QtQuickControls2
import *
25 from PySide6
.QtQuickControls2
import *