Top "Qlineedit" questions

QLineEdit is a component of the Qt library which is basically a text editor that has only one line, and which allows one to make inputting and editing of text.

How to get text in QlineEdit when QpushButton is pressed in a string?

I am trying to implement a function. My code is given below. I want to get the text in lineedit …

python pyqt5 pyqt4 qlineedit
Set QLineEdit to accept only numbers

I have a QLineEdit where the user should input only numbers. So is there a numbers-only setting for QLineEdit?

c++ qt qlineedit
Get the value from a QLineEdit

I have a QLineEdit that only allows numbers and I want to get the current value from it. I can't …

c++ qlineedit
Set QLineEdit focus in Qt

I am having a qt question. I want the QLineEdit widget to have the focus at application startup. Take the …

c++ qt qlineedit
Detecting enter on a QLineEdit or QPushButton

I've built an app for a game, simple to start. It's a game in which the system randomly chooses a …

qt python-3.x pyqt keypress qlineedit
python QLineEdit Text Color

I am trying to create a demonstration app to show how to change font colors. I can do it in …

python pyqt qlineedit
How to set Input Mask and QValidator to a QLineEdit at a time in Qt?

I want a line edit which accepts an ip address. If I give input mask as: ui->lineEdit->…

c++ qt qtgui qtcore qlineedit
How to read out the text from QLineEdit in python?

I have created for my plugin a start GUI with 3 buttons. This works very well and if I click on …

python qt-creator qgis qlineedit
Qt Set Background Color of QLineEdit

I'm trying to change the background color of the QLineEdit and I can't figure it out at all. I tried …

c++ qt background qlineedit palette
Using QLineEdit for passwords

How can I make a QLineEdit suitable for entering passwords (i.e. it doesn't show what's entered), something like the …

c++ qt passwords qlineedit