Questions tagged as 'qlineedit'

1
answer

Calendar within QLineEdit

I have a question about PyQt5. I try to have a date input, so that the user presses a box and opens a calendar to select the date. In some places I have read about the code setCalendarPopup(true) , but I have not been able to use it suc...
asked by 12.12.2017 / 03:53
1
answer

How to move from one QWidget to another QWidget in PyQt5

I would like to know how I can go by filling out a form designed in PyQt and pressing the enter key jump to the next QlineEdit #Clase heredada de QMainWindow (Constructor de ventanas) class VentanaFresado(QDialog): #Metodo constructor de la cl...
asked by 11.01.2018 / 23:32