Skip to content

Explorer Bar#

The Explorer Bar window can be selected using the #explorer_bar selector, and is a QDockWidget.

Content#

The content of the Explorer Bar is made up of several widgets.

Title Selector Description Type
Set Active File Filter Label #lbl_set_active_file_filter Label shown at the top that reads similar to 'Set Active File Filter:' QLabel
Current Filter Dropdown #cbox_filters Dropdown used to select the active tag filter. QComboBox
Modify Filters Button #btn_modify_filters Button used to configure file filters. QPushButton
Tag Search Field #tb_search Text field used to search all tags. QLineEdit
Realtime Search Button #btn_realtime_search Toggle button used to enable or disable realtime search. QPushButton
Search Button #btn_search Search button, used to search when Realtime Search is disabled. QPushButton
Tag Tree #tag_tree The tree widget that shows the tag hierarchy of all projects. QTreeWidget
Hierarchy View Toggle #radio_hierarchy_view Radio button used to display the tag tree in Hierarchy view. QRadioButton
Class View Toggle #radio_class_view Radio button used to display the tag tree in Class view. QRadioButton