F
F
frontjss2019-10-29 19:07:43
Python
frontjss, 2019-10-29 19:07:43

How to call an error window in pyqt5?

How to display an error window under a certain condition?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Rublev, 2019-10-29
@Meller008

If I understand the question correctly, then for example

if error:
    QMessageBox.critical(self, "Ошибка ", "Выделите элемент который хотите изменить", QMessageBox.Ok)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question