What is the mistake in this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the mistake in this code?

This is a GUI using designer pyqt5 the dialog box is opening but the pushbutton is not working and also code has no error but the button showing no response help me to do correctly. https://code.sololearn.com/c0S7QPVWQfnF/?ref=app

4th Mar 2020, 4:30 PM
Utsav Singh
Utsav Singh - avatar
2 Answers
+ 2
Yes, Md. Shahriar Parvez have you worked on pyqt5?
5th Mar 2020, 12:47 PM
Utsav Singh
Utsav Singh - avatar
+ 1
from PyQt5.QtWidgets import QDialog, QApplication Sololearn doesn't have these library pre-installed.
5th Mar 2020, 9:59 AM
Md. Shahriar Parvez
Md. Shahriar Parvez - avatar