bauiv1lib.account package¶
Submodules¶
bauiv1lib.account.link module¶
UI functionality for linking accounts.
bauiv1lib.account.settings module¶
Provides UI for account functionality.
- class bauiv1lib.account.settings.AccountSettingsWindow(transition: str | None = 'in_right', modal: bool = False, origin_widget: Widget | None = None, close_once_signed_in: bool = False)[source]¶
Bases:
MainWindow
Window for account related functionality.
- get_main_window_state() MainWindowState [source]¶
Return a WindowState to recreate this window, if supported.
bauiv1lib.account.unlink module¶
UI functionality for unlinking accounts.
bauiv1lib.account.v2proxy module¶
V2 account ui bits.
bauiv1lib.account.viewer module¶
Provides a popup for displaying info about any account.
- class bauiv1lib.account.viewer.AccountViewerWindow(account_id: str, *, profile_id: str | None = None, position: tuple[float, float] = (0.0, 0.0), scale: float | None = None, offset: tuple[float, float] = (0.0, 0.0))[source]¶
Bases:
PopupWindow
Popup window that displays info for an account.
- on_popup_cancel() None [source]¶
Called when the popup is canceled.
Cancels can occur due to clicking outside the window, hitting escape, etc.
Called when the popup menu is closing.
Called when a menu entry is selected.
Module contents¶
UI functionality related to accounts.