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