src/eric7/Debugger/VariablesViewer.py

branch
eric7
changeset 11006
a671918232f3
parent 11000
f8371a2dd08f
child 11090
f5f5f5803935
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
1192 nlist.insert(0, "{0}.".format(pname)) 1192 nlist.insert(0, "{0}.".format(pname))
1193 par = par.parent 1193 par = par.parent
1194 1194
1195 name = "".join(nlist) 1195 name = "".join(nlist)
1196 # now show the dialog 1196 # now show the dialog
1197 dlg = VariableDetailDialog(name, vtype, val) 1197 dlg = VariableDetailDialog(name, vtype, val, parent=self)
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.

eric ide

mercurial