-
Notifications
You must be signed in to change notification settings - Fork 0
API Class ToolOptionsInfoPage
Bo Chen edited this page Apr 23, 2026
·
1 revision
Tool Options Info Page class.
- Module:
icescopy_tool_options - File:
src/icescopy_tool_options.py - Line:
58
- Bases:
QWidget
Tool Options Info Page class.
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
column_layout |
__init__ |
79 | Stores column layout. |
column_widget |
__init__ |
77 | Qt widget reference for column widget. |
content_width |
__init__ |
61 | Geometry value for content width. |
message_label |
__init__ |
84 | Label widget for message label. |
scroll_area |
__init__ |
65 | Stores scroll area. |
scroll_contents |
__init__ |
71 | Stores scroll contents. |
scroll_contents_layout |
__init__ |
72 | Stores scroll contents layout. |
| Method | Line | Explanation |
|---|---|---|
__init__(parent=None, content_width=TOOL_OPTIONS_CONTENT_WIDTH) |
59 | Initializes the instance. |
set_message(text) |
93 | Sets message. |