Package node_manager_fkie :: Module parameter_dialog :: Class GroupBox
[frames] | no frames]

Class GroupBox

source code

python_qt_binding.QtWidgets.QWidget --+    
                                      |    
                                MainBox --+
                                          |
                                         GroupBox

Groups the parameter of a dictionary, struct or class using the group box for visualization.

Instance Methods
 
__init__(self, name, param_type, parent=None) source code
 
createFieldFromValue(self, value, clear_origin_value=False) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
filter(self, arg)
Hide the parameter input field, which label dosn't contains the arg. (Inherited from node_manager_fkie.parameter_dialog.MainBox)
source code
 
getField(self, name, recursive=False) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
removeAllFields(self)
Remove the references between parameter and corresponding widgets (ComboBox, CheckBox, ..) and remove these widgets from layouts. (Inherited from node_manager_fkie.parameter_dialog.MainBox)
source code
 
setCollapsed(self, value) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
setVisible(self, arg) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
set_values(self, values)
Sets the values for existing fields. (Inherited from node_manager_fkie.parameter_dialog.MainBox)
source code
 
value(self) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
Method Details

__init__(self, name, param_type, parent=None)
(Constructor)

source code 
Overrides: MainBox.__init__