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. |