Skip to content

Hierarchy View#

The Hierarchy View window can be selected using the #hierarchy_view selector, and is a QDockWidget.

Content#

The content of the Hierarchy View is made up of several widgets.

Title Selector Description Type
New Instance Button #btn_new_instance Button used to create a new object instance. QPushButton
New Group Button #btn_new_group Button used to create a new object group/folder. QPushButton
Delete Button #btn_delete Button used to delete the current object or group. QPushButton
Refresh Button #btn_refresh Button used to refresh the hierarchy. QPushButton
Group Pane #group_pane Tree widget used to show the list of groups/folders within the scenario. QTreeWidget
Item Pane #item_pane Tree widget used to show the list of objects within the selected group. Items will never have children. QTreeWidget
Status Bar #lbl_status Label showing the current hierarchy view status. QLabel