set_left_column_menu#

CommonWindowUtils.set_left_column_menu(menu, title, icon_path)[source]#
Configures the left column of the CommonWindow UI by setting the current widget as the provided menu,
the title in the left column’s title label as the provided title,

and the icon in the left column as the icon specified by icon_path.

Parameters:
menuQWidget

The menu widget to be set as the current widget in the left column.

titlestr

The title to be set in the left column’s title label.

icon_pathstr

The path to the icon image file to be set in the left column’s icon.