API Reference for Enthought Tool Suite 3.2.0
Creates a panel-based PyQt user interface for a specified UI object.
Pattern of all digits
all_digits = re.compile('\\d+')
HeadingText = None
Create a PyFace HeadingText control.
Creates a panel-based PyQt user interface for a specified UI object. This function does not modify the UI object passed to it. The object returned may be either a widget, a layout or None.
Displays a help window for the specified UI's active Group.
Displays a pop-up help window for a single trait.
Creates a panel-based PyQt user interface for a specified UI object.
Creates a subpanel-based PyQt user interface for a specified UI object. A subpanel does not allow control buttons (other than those specified in the UI object).
| Local name | Refers to |
|---|---|
| BasePanel | enthought.traits.ui.qt4.ui_base.BasePanel |
| cgi | cgi |
| Editor | enthought.traits.ui.qt4.editor.Editor |
| Group | enthought.traits.ui.group.Group |
| help_template | enthought.traits.ui.help_template.help_template |
| HelpButton | enthought.traits.ui.menu.HelpButton |
| Instance | enthought.traits.trait_types.Instance |
| position_window | enthought.traits.ui.qt4.helper.position_window |
| QtCore | PyQt4.QtCore |
| QtGui | PyQt4.QtGui |
| re | re |
| RevertButton | enthought.traits.ui.menu.RevertButton |
| screen_dx | enthought.traits.ui.qt4.constants.screen_dx |
| screen_dy | enthought.traits.ui.qt4.constants.screen_dy |
| UndoButton | enthought.traits.ui.menu.UndoButton |
| UndoHistory | enthought.traits.ui.undo.UndoHistory |
| WindowColor | enthought.traits.ui.qt4.constants.WindowColor |
© Copyright 2002-2009 Enthought, Inc.