QCustomForm
Minimal form container with validation and submit signals.
At a glance
| Tier | Free (GPLv3) |
| Import | from Custom_Widgets.QCustomForm import QCustomForm |
| Qt Designer | Code only |
Quick start
from Custom_Widgets.QCustomForm import QCustomForm
widget = QCustomForm()
Dark theme
Colours come from the design tokens, so the widget follows the app theme with no extra work.
Signals
| Signal |
|---|
submitted(QVariantMap) |
Methods
| Method | Description |
|---|---|
add_field(field) | Add field. |
errors() | Errors. |
submit() | Submit. |
submitted(...) | Submitted. |
validate() | Validate. |
Related
QCustomButtonGroup · QCustomCheckBox · QCustomColorPicker · QCustomComboBox · QCustomDateEdit · QCustomDateRangePicker · QCustomEmojiPicker · QCustomFileDropZone