Go to the documentation of this file.00001 from __future__ import print_function
00002 from .binding_helper import loadUi, QT_BINDING, QT_BINDING_MODULES, QT_BINDING_VERSION
00003
00004 print('Deprecation warning: the "python_qt_binding.QtBindingHelper" module is deprecated and will be removed in the near future.')
00005 print('Replace your usage of QtBindingHelper with import statements like:')
00006 print(' from python_qt_binding.QtCore import QObject')
00007 print(' from python_qt_binding import QtGui, loadUi')