I want to have visual element that pop-ups on button press and allows user to choose date and time. Is it in Qt some visual widget like QCalendarWidget but also with time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Where have you see such pop-ups?
Hope, that it fits you problem. You can use
QDateTimeEditwith checked paramcalendarPopup— and there you’ll get date & time with calendar popup, and time editing possibility in one visual element.