eric6/Debugger/VariablesViewer.py

changeset 7759
51aa6c6b66f7
parent 7653
d69ebd6a97bd
child 7775
4a1db75550bd
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
1193 1193
1194 name = ''.join(nlist) 1194 name = ''.join(nlist)
1195 # now show the dialog 1195 # now show the dialog
1196 from .VariableDetailDialog import VariableDetailDialog 1196 from .VariableDetailDialog import VariableDetailDialog
1197 dlg = VariableDetailDialog(name, vtype, val) 1197 dlg = VariableDetailDialog(name, vtype, val)
1198 dlg.exec_() 1198 dlg.exec()
1199 1199
1200 def __configure(self): 1200 def __configure(self):
1201 """ 1201 """
1202 Private method to open the configuration dialog. 1202 Private method to open the configuration dialog.
1203 """ 1203 """

eric ide

mercurial