-
Notifications
You must be signed in to change notification settings - Fork 0
API Class NewSessionMetadataDialog
Bo Chen edited this page Apr 24, 2026
·
2 revisions
New Session Metadata Dialog class.
- Module:
icescopy_dialogs - File:
src/icescopy_dialogs.py - Line:
72
- Bases:
QDialog
New Session Metadata Dialog class.
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
date_edit |
__init__ |
122 | Stores date edit. |
institution_edit |
__init__ |
98 | Stores institution edit. |
project_name_edit |
__init__ |
96 | Stores project name edit. |
user_name_edit |
__init__ |
97 | Stores user name edit. |
well_volume_edit |
__init__ |
99 | Stores well volume edit. |
| Method | Line | Explanation |
|---|---|---|
__init__(parent=None, metadata=None, *, window_title='New Session') |
73 | Initializes the instance. |
accept() |
139 | Accepts the dialog state and closes the widget. |
get_metadata() |
153 | Returns metadata. |