src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
91 @pyqtSlot(QAbstractButton) 91 @pyqtSlot(QAbstractButton)
92 def on_buttonBox_clicked(self, button): 92 def on_buttonBox_clicked(self, button):
93 """ 93 """
94 Private slot called by a button of the button box clicked. 94 Private slot called by a button of the button box clicked.
95 95
96 @param button button that was clicked (QAbstractButton) 96 @param button button that was clicked
97 @type QAbstractButton
97 """ 98 """
98 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close): 99 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close):
99 self.close() 100 self.close()
100 101
101 @pyqtSlot() 102 @pyqtSlot()

eric ide

mercurial