32 |
32 |
33 @param source name of the source file/directory (string) |
33 @param source name of the source file/directory (string) |
34 @param parent parent widget (QWidget) |
34 @param parent parent widget (QWidget) |
35 @param move flag indicating a move operation (boolean) |
35 @param move flag indicating a move operation (boolean) |
36 """ |
36 """ |
37 super(GitCopyDialog, self).__init__(parent) |
37 super().__init__(parent) |
38 self.setupUi(self) |
38 self.setupUi(self) |
39 |
39 |
40 self.dirButton.setIcon(UI.PixmapCache.getIcon("open")) |
40 self.dirButton.setIcon(UI.PixmapCache.getIcon("open")) |
41 |
41 |
42 self.source = source |
42 self.source = source |