57 """ |
57 """ |
58 super().__init__(parent) |
58 super().__init__(parent) |
59 if name: |
59 if name: |
60 self.setObjectName(name) |
60 self.setObjectName(name) |
61 self.setupUi(self) |
61 self.setupUi(self) |
|
62 |
|
63 self.fileDialogButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
62 |
64 |
63 self.startButton = self.buttonBox.addButton( |
65 self.startButton = self.buttonBox.addButton( |
64 self.trUtf8("Start"), QDialogButtonBox.ActionRole) |
66 self.trUtf8("Start"), QDialogButtonBox.ActionRole) |
65 self.startButton.setToolTip(self.trUtf8( |
67 self.startButton.setToolTip(self.trUtf8( |
66 "Start the selected testsuite")) |
68 "Start the selected testsuite")) |