Categories
PyQt5 setText QDate?
Hey! How to set date value from variable For example:
y = input('Год: ') m = input('Месяц: ') d = input('День: ') ui.dateEdit_info_date.setDate(QDate(y, m ,d))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question