GUI Widget » History » Version 3

« Previous - Version 3/16 (diff) - Next » - Current version
Blaise Carrupt, 23.07.2014 13:28


Widgets (UI Components)

The simple ones

The Label

A label is a read-only widget displaying text.

The Button

The button is a widget one can press on to execute some action.

The Edit

The edit is used to input data in one line.

The Multiline-edit

As its name says, the Multiline-edit allows to input data on several lines.

The Combo

The combo is a list of selectable values from which one can select only one of them.
One value is displayed at a time, the selected one.

The list

The list is a list of selectable values from which one can select one or several of them.
Several values are displayed at a time, and not only the selected ones.

The components : complex widgets

The Select component

Add picture from clipboard (Maximum size: 32 MB)