Changeset 1179 for trunk/camelot/view/controls/delegates/labeldelegate.py
- Timestamp:
- 03/08/10 22:17:24 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/camelot/view/controls/delegates/labeldelegate.py
r1150 r1179 32 32 33 33 QtGui.QApplication.style().drawControl(QtGui.QStyle.CE_CheckBox, 34 check _option,34 checked, 35 35 painter) 36 36 painter.restore()
