eric7.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 (str)
-
the variables name
- vtype (str)
-
the variables type
- value (str)
-
the variables value