Control Widgets
June 14, 2026 ยท View on GitHub
Table of Contents
Control widgets are the basic building blocks used to create an interactive user interface. A control widget allows users to adjust settings and values, or trigger specific actions, using the mouse or keyboard.
FButton
...
FLineEdit
...
FScrollBar
...
FSpinBox
...
FToggleButton based widgets
FCheckBox
...
FRadioButton
...
FSwitch
...