Skip to main content

QCustomForm

QCustomForm

Minimal form container with validation and submit signals.

At a glance

TierFree (GPLv3)
Importfrom Custom_Widgets.QCustomForm import QCustomForm
Qt DesignerCode 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.

QCustomForm in dark theme

Signals

Signal
submitted(QVariantMap)

Methods

MethodDescription
add_field(field)Add field.
errors()Errors.
submit()Submit.
submitted(...)Submitted.
validate()Validate.

QCustomButtonGroup · QCustomCheckBox · QCustomColorPicker · QCustomComboBox · QCustomDateEdit · QCustomDateRangePicker · QCustomEmojiPicker · QCustomFileDropZone