P
P
proFFer2020-04-19 20:51:51
PyQt
proFFer, 2020-04-19 20:51:51

How to assign text from QLineEdit to variable?

I started learning Python relatively recently. Wandered a lot on different forums, but did not understand anything. How can you just take values ​​from multiple QLineEdits and assign them to multiple variables for further action? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ronald McDonald, 2020-04-19
@Zoominger

variable = self.lineEdit.text()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question