Source code for enaml.qt.qt_control

#------------------------------------------------------------------------------
#  Copyright (c) 2012, Enthought, Inc.
#  All rights reserved.
#------------------------------------------------------------------------------
from .qt_constraints_widget import QtConstraintsWidget


[docs]class QtControl(QtConstraintsWidget): """ A Qt implementation of an Enaml Control. """ # Currently, the QtConstraintsWidget superclass is a sufficient # implementation. pass