A widget that allows the user to pick from a list of properties from a
combobox and shows the user the "User" version of the property
name (Property Name rather than x_prog_Property_Name)
|
__init__(self,
label,
layout=None,
tip=None)
Create a Charge PropertySelector instance |
|
|
|
setVisible(self,
state)
Set the combobox and label visible or hidden |
|
|
bool
|
isVisible(self)
Check if the combobox is visible |
|
|
|
reset(self)
Reset the combobox |
|
|
|
updateProperties(self,
structs)
Fill the combobox with all allowed atom properties available in
structs |
|
|
str or None
|
getSelectedProp(self)
Return the x_prog_property_name form of the selected property |
|
|
Inherited from ui.qt.propertyselector.PropertySelectorMenu :
clear ,
getSelected ,
select ,
setProperties
Inherited from ui.qt.propertyselector.PropertySelectorMenu (private):
_callCommand
|