API Reference#
Core application components#
Component |
Description |
---|---|
The application itself |
|
Window object |
|
Main Window |
General widgets#
Component |
Description |
---|---|
A small animated indicator showing activity on a task of indeterminate length, usually rendered as a “spinner” animation. |
|
A button that can be pressed or clicked. |
|
Area you can draw on |
|
A list of complex content |
|
A separator used to visually distinguish two sections of content in a layout. |
|
Image Viewer |
|
A text label for annotating forms or interfaces. |
|
A scrollable panel that allows for the display and editing of multiple lines of text. |
|
A text input that is limited to numeric input. |
|
A widget to allow the entry of a password. Any value typed by the user will be obscured, allowing the user to see the number of characters they have typed, but not the actual characters. |
|
A horizontal bar to visualize task progress. The task being monitored can be of known or indeterminate length. |
|
Selection |
|
A widget for selecting a value within a range. The range is shown as a horizontal line, and the selected value is shown as a draggable marker. |
|
A clickable button with two stable states: True (on, checked); and False (off, unchecked). The button has a text label. |
|
Table of data |
|
A widget for the display and editing of a single line of text. |
|
Tree of data |
|
A panel for displaying HTML |
|
The abstract base class of all widgets. This class should not be be instantiated directly. |
Layout widgets#
Usage |
Description |
---|---|
A generic container for other widgets. Used to construct layouts. |
|
Scrollable Container |
|
Split Container |
|
Option Container |
Resources#
Component |
Description |
---|---|
Fonts |
|
Command |
|
Command group |
|
An icon for buttons, menus, etc |
|
An image |
|
Input validators |