artview.components.FieldButtonWindow¶
-
class
artview.components.FieldButtonWindow(Vradar=None, Vfield=None, name='FieldButtons', parent=None)[source]¶ Bases:
artview.core.core.ComponentClass to display a Window with Field name radio buttons.
-
__init__(Vradar=None, Vfield=None, name='FieldButtons', parent=None)[source]¶ Initialize the class to create the interface.
Parameters: [Optional] :
Vradar :
VariableinstanceRadar signal variable. If None start new one with None
Vfield :
VariableinstanceField signal variable. If None start new one empty string
name : string
Field Radiobutton window name.
parent : PyQt instance
Parent instance to associate to FieldButtonWindow. If None, then Qt owns, otherwise associated with parent PyQt instance.
Notes
This class records the selected button and passes the change value back to variable.
Methods
FieldButtonWindow.CreateFieldWidgetFieldButtonWindow.FieldSelectCmdFieldButtonWindow.NewFieldFieldButtonWindow.NewRadarFieldButtonWindow.SetFieldRadioButtonsAttributes
-
Vfield= None¶
-
Vradar= None¶
-