0

I opened my old project file and I dont know how to convert the SIGNAL into pyqt5 method

QObject.connect(self.enter_data_button, SIGNAL("clicked()"), self.activate_comment_analyzer)

QObject.connect(self.checkBox_URL, SIGNAL("clicked()"), self.checkbox_url_control)

QObject.connect(self.checkBox_ProdID, SIGNAL("clicked()"), self.checkbox_prodid_control)

button.connect(button, SIGNAL("clicked()"), d.close)

i dont know how to convert this code to pyqt5 method this one is from pyqt4

NOORDEEN M
  • 31
  • 1
  • 2

0 Answers0