eric6/Templates/TemplateSingleVariableDialog.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
21 Constructor 21 Constructor
22 22
23 @param variable template variable name (string) 23 @param variable template variable name (string)
24 @param parent parent widget of this dialog (QWidget) 24 @param parent parent widget of this dialog (QWidget)
25 """ 25 """
26 super(TemplateSingleVariableDialog, self).__init__(parent) 26 super().__init__(parent)
27 self.setupUi(self) 27 self.setupUi(self)
28 28
29 self.variableLabel.setText(variable) 29 self.variableLabel.setText(variable)
30 30
31 def getVariable(self): 31 def getVariable(self):

eric ide

mercurial