20 """ |
20 """ |
21 def __init__(self, recentApps, parent=None): |
21 def __init__(self, recentApps, parent=None): |
22 """ |
22 """ |
23 Constructor |
23 Constructor |
24 |
24 |
|
25 @param recentApps list of recently entered applications |
|
26 @type list of str |
25 @param parent reference to the parent widget |
27 @param parent reference to the parent widget |
26 @type QWidget |
28 @type QWidget |
27 """ |
29 """ |
28 super(DjangoMakeMigrationsDialog, self).__init__(parent) |
30 super(DjangoMakeMigrationsDialog, self).__init__(parent) |
29 self.setupUi(self) |
31 self.setupUi(self) |