get_left_menu#
- CommonWindowUtils.get_left_menu(object_name)[source]#
- Retrieves the QPushButton object in the left menu of the CommonWindow UI. - Parameters:
- object_namestr
- The name of the button object to be retrieved from the left menu. 
 
- object_name
- Returns:
- QPushButton
- The QPushButton object with the given object_name found in the left menu of the CommonWindow UI. 
 
 
 
    