API Reference for Enthought Tool Suite 3.2.0
Defines constants used by the PyQt implementation of the various text editors and text editor factories.
Default dialog title
DefaultTitle = 'Edit properties'
Color for background of fields where objects can be dropped
DropColor = QtGui.QColor(215, 242, 255)
Color for an editable field
EditableColor = _palette.color(QtGui.QPalette.Base)
Color to highlight input errors
ErrorColor = QtGui.QColor(255, 192, 192)
Color of valid input
OKColor = _palette.color(QtGui.QPalette.Base)
Color for background of read-only fields
ReadonlyColor = QtGui.QColor(244, 243, 238)
screen_dx = _geom.width()
screen_dy = _geom.height()
Color for background of windows (like dialog background color)
WindowColor = _palette.color(QtGui.QPalette.Window)
| Local name | Refers to |
|---|---|
| QtGui | PyQt4.QtGui |
© Copyright 2002-2009 Enthought, Inc.