Qt的日期、时间、日历等控件

QDateEdit控件

Qt的日期、时间、日历等控件_第1张图片

QDateTimeEdit控件

Qt的日期、时间、日历等控件_第2张图片

 

修改格式:

ui->dateTimeEdit->setDisplayFormat("yyyy-MM-dd hh:mm:ss"); //上述格式为年月日,时分秒

QCalendarWidget控件

Qt的日期、时间、日历等控件_第3张图片

 

你可能感兴趣的:(学习QT,java,开发语言)