![]() |
![]() |
Public Member Functions | |
def | __init__ (self, argument, color=Qt.white) |
def | property (self) |
Private Attributes | |
_property | |
A QTableWidgetItem with a convenient constructor.
Definition at line 379 of file PropertyView.py.
def Vispa.Views.PropertyView.LabelItem.__init__ | ( | self, | |
argument, | |||
color = Qt.white |
|||
) |
Constructor. Argument may be either a string or a Property object. If argument is the latter the property's user info will be used for the label's tooltip.
Definition at line 382 of file PropertyView.py.
def Vispa.Views.PropertyView.LabelItem.property | ( | self | ) |
Definition at line 402 of file PropertyView.py.
References Vispa.Views.PropertyView.ClosableProperty._property, and Vispa.Views.PropertyView.LabelItem._property.
|
private |
Definition at line 391 of file PropertyView.py.
Referenced by Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor.properties(), and Vispa.Views.PropertyView.LabelItem.property().