X
X
x4zx2021-11-09 03:00:32
PyQt
x4zx, 2021-11-09 03:00:32

How to solve the problem with Ui_MainWindow()?

Hello, I decided to make a calculator in Python with an interface, and not through the console as usual, I use the library - PySide6 . I did everything in order as on the site, the link is https://habr.com/en/post/587276 , and besides, there is a video on YouTube.
Here is the actual error:

AttributeError: 'Ui_MainWindow' object has no attribute 'le_entry'


The error starts from the moment I start using - le_entry , please help me solve the problem, I don’t know what to do with it, I googled, as a result - I didn’t find anything for everyone else errors.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kizilsnik, 2022-01-16
@Kizilsnik

you didn't change the name to le_entry in QLineEdit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question