dip.pui¶
The dip.pui module implements a toolkit independent API for
creating a user interface procedurally.
FilesystemLocationEditor()¶
-
dip.pui.FilesystemLocationEditor(parent=None, **args)¶ Create a toolkit specific file selector that implements the
IFilesystemLocationEditorinterface. Note thatStorageLocationEditorshould normally be used instead.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the filesystem location editor.
FloatSpinBox()¶
-
dip.pui.FloatSpinBox(parent=None, **args)¶ Create a toolkit specific float spin box that implements the
IFloatSpinBoxinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the float spin box.
LineEditor()¶
-
dip.pui.LineEditor(parent=None, **args)¶ Create a toolkit specific line editor that implements the
ILineEditorinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the line editor.
ListEditor()¶
-
dip.pui.ListEditor(parent=None, **args)¶ Create a toolkit specific list editor that implements the
IListEditorinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the list editor.
MainWindow()¶
-
dip.pui.MainWindow(parent=None, **args)¶ Create a toolkit specific main window that implements the
IMainWindowinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the main window.
MessageArea()¶
-
dip.pui.MessageArea(parent=None, **args)¶ Create a toolkit specific message area that implements the
IMessageAreainterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the message area.
OptionList()¶
-
dip.pui.OptionList(parent=None, **args)¶ Create a toolkit specific option list that implements the
IOptionListinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the option list.
PushButton()¶
-
dip.pui.PushButton(parent=None, **args)¶ Create a toolkit specific push button that implements the
IPushButtoninterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the push button.
RadioButtons()¶
-
dip.pui.RadioButtons(parent=None, **args)¶ Create a toolkit specific set of radio buttons that implements the
IRadioButtonsinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the radio buttons.
StorageLocationEditor()¶
-
dip.pui.StorageLocationEditor(parent=None, **args)¶ Create a toolkit specific file selector that implements the
IStorageLocationEditorinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the storage location editor.
TableEditor()¶
-
dip.pui.TableEditor(parent=None, **args)¶ Create a toolkit specific table editor that implements the
ITableEditorinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the table editor.
TextEditor()¶
-
dip.pui.TextEditor(parent=None, **args)¶ Create a toolkit specific text editor that implements the
ITextEditorinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the text editor.
ToolButton()¶
-
dip.pui.ToolButton(parent=None, **args)¶ Create a toolkit specific tool button that implements the
IToolButtoninterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the tool button.
ViewStack()¶
-
dip.pui.ViewStack(parent=None, **args)¶ Create a toolkit specific view stack that implements the
IViewStackinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the view stack.
WizardPage()¶
-
dip.pui.WizardPage(parent=None, **args)¶ Create a toolkit specific wizard page that implements the
IWizardPageinterface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the wizard page.