Skip to content

API Class ToolOptionsInfoPage

Bo Chen edited this page Apr 23, 2026 · 1 revision

API Class: ToolOptionsInfoPage

Tool Options Info Page class.

Source

Inheritance

  • Bases: QWidget

Purpose

Tool Options Info Page class.

Instance Attributes

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.

Methods

General

Method Line Explanation
__init__(parent=None, content_width=TOOL_OPTIONS_CONTENT_WIDTH) 59 Initializes the instance.
set_message(text) 93 Sets message.

Clone this wiki locally