Module QtGui_deprecated
A module for PyQt4 classes that have been removed from PyQt5 but which
  may still be needed in PyQt4 code.  Currently contains only QStyleOption 
  subclasses.  For example, PyQt4's QStyleOptionViewItemV2, 
  QStyleOptionViewItemV3, and QStyleOptionViewItemV4 have been merged into 
  QStyleOptionViewItem in PyQt5, but our PyQt4 code may still need to 
  identify a QStyleOptionViewItem subclass instance that's passed in from 
  C++.
  This module should not be accessed without first checking 
  schrodinger.Qt.IS_PYQT4 or IS_PYQT5.
    |  | __package__ = 'schrodinger.Qt' |