User accounts popup ui. More...

Public Member Functions | |
| def | __init__ |
| The constructor. More... | |
| def | disconnect_user_account |
| Disconnect current user. More... | |
| def | open_accounts_manager_dialog |
| Open account manager ui. More... | |
| def | open_login_dialog |
| Open login ui. More... | |
| def | translate |
Public Member Functions inherited from airbus_cobot_gui.python_qt_extend.qpopup.QPopup | |
| def | __init__ |
| The constructor. More... | |
| def | set_corners_link |
| Geometric link between parent and popup object. More... | |
| def | setAttachement |
| Corner links between parent and popup object. More... | |
| def | setLinks |
| def | show_ |
| Show popup. More... | |
Public Attributes | |
| resources_dir | |
Private Member Functions | |
| def | _resfresh_connection_time |
| Refresh connection time. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from airbus_cobot_gui.python_qt_extend.qpopup.QPopup | |
| def | get_corner_position |
| Get glabal corner position. More... | |
Static Public Attributes inherited from airbus_cobot_gui.python_qt_extend.qpopup.QPopup | |
| int | BottomLeft = 4 |
| int | BottomRight = 2 |
| int | Center = 5 |
| int | TopLeft = 1 |
| int | TopRight = 3 |
User accounts popup ui.
Definition at line 484 of file accounts_ui.py.
| def airbus_cobot_gui.account.accounts_ui.UserAccountPopup.__init__ | ( | self, | |
| parent | |||
| ) |
The constructor.
Definition at line 486 of file accounts_ui.py.
|
private |
Refresh connection time.
Definition at line 528 of file accounts_ui.py.
| def airbus_cobot_gui.account.accounts_ui.UserAccountPopup.disconnect_user_account | ( | self | ) |
Disconnect current user.
Definition at line 542 of file accounts_ui.py.
| def airbus_cobot_gui.account.accounts_ui.UserAccountPopup.open_accounts_manager_dialog | ( | self | ) |
Open account manager ui.
Definition at line 537 of file accounts_ui.py.
| def airbus_cobot_gui.account.accounts_ui.UserAccountPopup.open_login_dialog | ( | self | ) |
Open login ui.
Definition at line 532 of file accounts_ui.py.
| def airbus_cobot_gui.account.accounts_ui.UserAccountPopup.translate | ( | self | ) |
Definition at line 548 of file accounts_ui.py.
| airbus_cobot_gui.account.accounts_ui.UserAccountPopup.resources_dir |
Definition at line 493 of file accounts_ui.py.