ProjectDjangoTagsMenu/MultiLineInputDialog.py

changeset 52
c264091162a2
parent 51
29c461f7bea0
child 55
5390ef66c327
equal deleted inserted replaced
51:29c461f7bea0 52:c264091162a2
22 22
23 @param label label for the entry field (string) 23 @param label label for the entry field (string)
24 @param default default value for the entry field (string) 24 @param default default value for the entry field (string)
25 @param parent reference to the parent widget (QWidget) 25 @param parent reference to the parent widget (QWidget)
26 """ 26 """
27 super(MultiLineInputDialog, self).__init__(parent) 27 super().__init__(parent)
28 self.setupUi(self) 28 self.setupUi(self)
29 29
30 def getData(self): 30 def getData(self):
31 """ 31 """
32 Public method to retrieve the multi line text. 32 Public method to retrieve the multi line text.

eric ide

mercurial