schrodinger.ui.qt.mapperwidgets.plpcombobox module

class schrodinger.ui.qt.mapperwidgets.plpcombobox.PLPComboBox

Bases: PLPTargetMixin, QComboBox

Combo box that maps to a ParamListParam (PLP). A spec must be set to control how each PLP item is converted into text for a combo box item.

See mmshare/scripts/examples/plpcombobox_gui.py for an example of how to use this class

__init__() None
selectedParams() list[schrodinger.models.parameters.CompoundParam]
setSelectedParams(params: list[schrodinger.models.parameters.CompoundParam])
class schrodinger.ui.qt.mapperwidgets.plpcombobox.ComboBoxSpec

Bases: object

makeItemText(param)