ui.components.manualdialog
#
Module Contents#
Classes#
Grid layout class. See module documentation for more information. |
|
Grid layout class. See module documentation for more information. |
|
Grid layout class. See module documentation for more information. |
|
Dialog class. |
- class ui.components.manualdialog.ManualDialogIndividualContent(**kwargs)#
Bases:
kivy.uix.gridlayout.GridLayout
Grid layout class. See module documentation for more information.
- session#
The backend session
- valid#
Whether the username is valid
- loading#
Whether the username is being validated
- verified_username = []#
The usernames that have been verified
- enabled_validate(text)#
Enables the validate button if there is text in the username field
- validate_username()#
Validates the username
- _validate_username()#
Validates the username on a separate thread
- set_valid(value)#
- set_loading(value)#
- class ui.components.manualdialog.ManualDialogMultipleContent(**kwargs)#
Bases:
kivy.uix.gridlayout.GridLayout
Grid layout class. See module documentation for more information.
- session#
The backend session
- valid#
Whether the username is valid
- loading#
Whether the username is being validated
- verified_username = []#
The usernames that have been verified
- enabled_validate(text)#
Enables the validate button if there is text in the username field
- validate_username()#
Validates the username
- _validate_username()#
Validates the usernames on a separate thread
- set_valid(value, wrong_usernames)#
- set_loading(value)#
- class ui.components.manualdialog.ManualDialogContent(**kwargs)#
Bases:
kivy.uix.gridlayout.GridLayout
Grid layout class. See module documentation for more information.
- individual_content: ManualDialogIndividualContent#
- multiple_content: ManualDialogMultipleContent#
- change_content(*args)#
- class ui.components.manualdialog.ManualDialog(**kwargs)#
Bases:
kivymd.uix.dialog.MDDialog
Dialog class.
For more information, see in the
ThemableBehavior
andModalView
andCommonElevationBehavior
classes documentation.- content_cls: ManualDialogContent#
- ok_button: kivymd.uix.button.MDRaisedButton#
- cancel_button: kivymd.uix.button.MDFlatButton#
- update_ok_button(*args)#