Additional Information

Chapter 4. Additional Information

Widget reference

Name: ButtonGroup

Type: Button

Description: Acts a container especially for multiple buttons, with an optional frame and title.

States: Default

WidgetText: The text associations of the buttons, in the order they were created(in the order they appear inside the ButtonGroup).

Important Properties: title, radioButtonExclusive, lineWidth

Name: CheckBox

Type: Button

Description: A button that can be checked on and off, and also semi-checked.

States: unchecked, semichecked, checked

WidgetText: None

Important Properties: checked, text, tristate

Name: CloseButton

Type: Button

Description: A button that when clicked, executes its text association as a shell process and then closes the dialog it resides in.

States: Default

WidgetText: None

Important Properties: text, writeOutput, default

Name: ComboBox

Type: Button/Selection

Description: A button that shows the current text item, and when clicked shows a popup list that the user may click to select a text item that becomes the current.

States: Default

WidgetText: The current text item

Important Properties: items, editable

Name: ExecButton

Type: Button

Description: A button that when clicked, executes its text association as a shell process.

States: Default

WidgetText: None

Important Properties: text, writeStdout, default

Name: FileChooser

Type: Selection

Description: Provides a line edit and a button that when clicked, presents the user with a dialog for the selection of files/folders. The selection is stored in the line edit.

States: Default

WidgetText: The text inside the line edit(ie. the file name selected).

Important Properties: selectionType, selectionCaption, selectionFilter, selectionOpenMultiple

Name: GroupBox

Type: Container

Description: A widget which acts as a container for other widgets, with a frame and title.

States: Default

WidgetText: The text associations of the widgets combined, in the order they were created(the order they appear inside the GroupBox).

Important Properties: title, lineWidth

Name: LineEdit

Type: Text

Description: Provides a single line box that can contain (optionally) user-modifiable text.

States: Default

WidgetText: The text inside the box

Important Properties: readOnly, echoMode, text

Name: ListBox

Type: Selection

Description: A widget that contains a list of selectable text items.

States: Default

WidgetText: The currently selected text item.

Important Properties: selectionMode

Name: ListView

Type: Selection

Description: A widget that provides a list in the form of a tree structure.

States: To be written.

WidgetText: To be written.

Important Properties: To be written.

Name: PixmapLabel

Type: Display

Description: A pixmap label.

States: N/A

WidgetText: N/A

Important Properties: scaledConents, pixmap, text, textFormat

Name: RadioButton

Type: Button

Description: Provides a button that can be checked or unchecked, usually used in a ButtonGroup to make an exclusive choice.

States: unchecked, checked

WidgetText: None

Important Properties: checked, text

Name: SpinBoxInt

Type: Selection

Description: Provides a widget that contains a integer, which can be modified by either typing in a new value or using the up and down arrows to the right of the widget.

States: Default

WidgetText: The current integer

Important Properties: minValue, maxValue, specialValueText

Name: SubDialog

Type: Button/Container

Description: A button that when clicked, runs another Kommander dialog.

States: Default

WidgetText: The text association of the dialog it executes.

Important Properties: kmdrFile, default, text

Name: TabWidget

Type: Container

Description: A widget that provides multiple tabs each may contain other widgets.

States: Default

WidgetText: None

Important Properties: pageName, pageTitle

Name: TextEdit

Type: Text

Description: A widget widget a box that provides a simple multi-line text editor.

States: Default

WidgetText: The text inside the box.

Important Properties: text, textFormat, readOnly

Name: TextLabel

Type: Display

Description: A simple widget that contains a piece of text.

States: Default

WidgetText: None

Important Properties: text, scaledContents

KDE Logo