Qt classes

All Qt imports should reference pymeasure.display.Qt, for consistent importing from either PySide or PyQt4.

Qt.fromUi(**kwargs)

Returns a Qt object constructed using loadUiType based on its arguments. All QWidget objects in the form class are set in the returned object for easy accessibility.