32 """ |
32 """ |
33 Constructor |
33 Constructor |
34 |
34 |
35 @param plugin reference to the plugin object |
35 @param plugin reference to the plugin object |
36 """ |
36 """ |
37 super(DjangoPage, self).__init__() |
37 super().__init__() |
38 self.setupUi(self) |
38 self.setupUi(self) |
39 self.setObjectName("DjangoPage") |
39 self.setObjectName("DjangoPage") |
40 |
40 |
41 self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open")) |
41 self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open")) |
42 self.translationsButton.setIcon(UI.PixmapCache.getIcon("open")) |
42 self.translationsButton.setIcon(UI.PixmapCache.getIcon("open")) |