Standard (mandatory) widgets


Table of Contents

AAA_All-Widgets - Generic options for all widgets
ReplacePoint - Pseudo widget to replace parts of a dialog
Empty - Stretchable space for layout
HSpacing - Fixed size empty space for layout
Left - Layout alignment
Frame - Frame with label
HSquash - Layout aid: Minimize widget to its nice size
HWeight - Control relative size of layouts
HBox - Generic layout: Arrange widgets horizontally or vertically
Label - Simple static text
RichText - Static text with HTML-like formatting
LogView - scrollable log lines like "tail -f"
PushButton - Perform action on click
MenuButton - Button with popup menu
CheckBox - Clickable on/off toggle button
RadioButton - Clickable on/off toggle button for radio boxes
RadioButtonGroup - Radio box - select one of many radio buttons
TextEntry - Input field
MultiLineEdit - multiple line text edit field
SelectionBox - Scrollable list selection
MultiSelectionBox - Selection box that allows selecton of multiple items
ComboBox - drop-down list selection ( optionally editable )
Tree - Scrollable tree selection
Table - Multicolumn table widget
ProgressBar - Graphical progress indicator
Image - Pixmap image
IntField - Numeric limited range input field
PackageSelector - Complete software package selection
PkgSpecial - Package selection special - DON'T USE IT