eric6.Debugger.VariableDetailDialog
Module implementing the variable detail dialog.
Global Attributes
Classes
Functions
VariableDetailDialog
Class implementing the variable detail dialog.
This dialog shows the name, the type and the value of a variable
in a read only dialog. It is opened upon a double click in the
variables viewer widget.
Derived from
QDialog, Ui_VariableDetailDialog
Class Attributes
Class Methods
Methods
Static Methods
VariableDetailDialog (Constructor)
VariableDetailDialog(var, vtype, value)
Constructor
- var
-
the variables name (string)
- vtype
-
the variables type (string)
- value
-
the variables value (string)