TimeEdit Class Reference

Simplified TimeEdit widget. More...

Properties

bool showSeconds
 whether to show seconds More...
 
bool showAMPM
 whether to show the AM : PM display More...
 
QTime time
 the current time More...
 
QTime minimum
 the minimum time More...
 
QTime maximum
 the maximum time More...
 

Detailed Description

Simplified TimeEdit widget.

Property Documentation

◆ maximum

QTime TimeEdit::maximum
readwrite

the maximum time

◆ minimum

QTime TimeEdit::minimum
readwrite

the minimum time

◆ showAMPM

bool TimeEdit::showAMPM
readwrite

whether to show the AM : PM display

◆ showSeconds

bool TimeEdit::showSeconds
readwrite

whether to show seconds

◆ time

QTime TimeEdit::time
readwrite

the current time