facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | List of all members
combobox_checkable.ComboBoxCheckable Class Reference
Inheritance diagram for combobox_checkable.ComboBoxCheckable:

Public Member Functions

def __init__ (self, parent=None)
 
def checkedItems (self)
 

Detailed Description

UI dropdown element with checkbox selection.

Constructor & Destructor Documentation

◆ __init__()

def combobox_checkable.ComboBoxCheckable.__init__ (   self,
  parent = None 
)
Creates default and connects components of the dropdown.

Args:
    parent (App(QDialog), optional): Object corresponding to the parent UI element.

Member Function Documentation

◆ checkedItems()

def combobox_checkable.ComboBoxCheckable.checkedItems (   self)
Gets selected items.

Returns:
    list[str]: Text corresponding to checked items.

The documentation for this class was generated from the following file: