src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9482
a2bc06a54d9d
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
130 ) 130 )
131 131
132 self.__startButton.setToolTip(self.tr("Start the selected testsuite")) 132 self.__startButton.setToolTip(self.tr("Start the selected testsuite"))
133 self.__startButton.setWhatsThis( 133 self.__startButton.setWhatsThis(
134 self.tr( 134 self.tr(
135 """<b>Start Test</b>""" """<p>This button starts the test run.</p>""" 135 """<b>Start Test</b><p>This button starts the test run.</p>"""
136 ) 136 )
137 ) 137 )
138 138
139 self.__startFailedButton = self.buttonBox.addButton( 139 self.__startFailedButton = self.buttonBox.addButton(
140 self.tr("Rerun Failed"), QDialogButtonBox.ButtonRole.ActionRole 140 self.tr("Rerun Failed"), QDialogButtonBox.ButtonRole.ActionRole
154 self.tr("Stop"), QDialogButtonBox.ButtonRole.ActionRole 154 self.tr("Stop"), QDialogButtonBox.ButtonRole.ActionRole
155 ) 155 )
156 self.__stopButton.setToolTip(self.tr("Stop the running test")) 156 self.__stopButton.setToolTip(self.tr("Stop the running test"))
157 self.__stopButton.setWhatsThis( 157 self.__stopButton.setWhatsThis(
158 self.tr( 158 self.tr(
159 """<b>Stop Test</b>""" """<p>This button stops a running test.</p>""" 159 """<b>Stop Test</b><p>This button stops a running test.</p>"""
160 ) 160 )
161 ) 161 )
162 162
163 self.setWindowFlags( 163 self.setWindowFlags(
164 self.windowFlags() | Qt.WindowType.WindowContextHelpButtonHint 164 self.windowFlags() | Qt.WindowType.WindowContextHelpButtonHint

eric ide

mercurial