public class QTimeEdit: QDateTimeEditBase, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QDateTimeEditBase
QTimeEditThis type implements System.IDisposable.
Qt Namespace
QTimeEdit Constructors
QTimeEdit(Qt.QWidget, System.String) Constructor
QTimeEdit(Qt.QTime, Qt.QWidget, System.String) Constructor
QTimeEdit() Constructor
QTimeEdit(Qt.QWidget) Constructor
QTimeEdit(Qt.QTime) Constructor
QTimeEdit(Qt.QTime, Qt.QWidget) Constructor
QTimeEdit(void *) Constructor
QTimeEdit Methods
QTimeEdit.AddNumber Method
QTimeEdit.AutoAdvance Method
QTimeEdit.Finalize Method
QTimeEdit.MaxValue Method
QTimeEdit.MinValue Method
QTimeEdit.MinimumSizeHint Method
QTimeEdit.OutOfRange Method
QTimeEdit.Q_event Method
QTimeEdit.RemoveLastNumber Method
QTimeEdit.SectionFormattedText Method
QTimeEdit.Separator Method
QTimeEdit.SetAutoAdvance Method
QTimeEdit.SetFocusSection Method
QTimeEdit.SetHour Method
QTimeEdit.SetMaxValue Method
QTimeEdit.SetMinValue Method
QTimeEdit.SetMinute Method
QTimeEdit.SetRange Method
QTimeEdit.SetSecond Method
QTimeEdit.SetSeparator Method
QTimeEdit.SetTime Method
QTimeEdit.SizeHint Method
QTimeEdit.StepDown Method
QTimeEdit.StepUp Method
QTimeEdit.Time Method
QTimeEdit.UpdateButtons Method
public void QTimeEdit(Qt.QWidget parent, System.String name);
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit(Qt.QTime time, Qt.QWidget parent, System.String name);
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit();
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit(Qt.QWidget parent);
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit(Qt.QTime time);
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit(Qt.QTime time, Qt.QWidget parent);
Qt.QTimeEdit Class, Qt Namespace
public void QTimeEdit(void * ptr);
Qt.QTimeEdit Class, Qt Namespace
protected void AddNumber(int sec, int num);
Qt.QTimeEdit Class, Qt Namespace
public bool AutoAdvance();
Qt.QTimeEdit Class, Qt Namespace
protected override void Finalize();
Qt.QTimeEdit Class, Qt Namespace
public Qt.QTime MaxValue();
Qt.QTimeEdit Class, Qt Namespace
public Qt.QTime MinValue();
Qt.QTimeEdit Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QTimeEdit Class, Qt Namespace
protected bool OutOfRange(int h, int m, int s);
Qt.QTimeEdit Class, Qt Namespace
protected bool Q_event(Qt.QEvent e);
Qt.QTimeEdit Class, Qt Namespace
protected void RemoveLastNumber(int sec);
Qt.QTimeEdit Class, Qt Namespace
protected System.String SectionFormattedText(int sec);
Qt.QTimeEdit Class, Qt Namespace
public System.String Separator();
Qt.QTimeEdit Class, Qt Namespace
public void SetAutoAdvance(bool advance);
Qt.QTimeEdit Class, Qt Namespace
protected bool SetFocusSection(int s);
Qt.QTimeEdit Class, Qt Namespace
protected void SetHour(int h);
Qt.QTimeEdit Class, Qt Namespace
public void SetMaxValue(Qt.QTime d);
Qt.QTimeEdit Class, Qt Namespace
public void SetMinValue(Qt.QTime d);
Qt.QTimeEdit Class, Qt Namespace
protected void SetMinute(int m);
Qt.QTimeEdit Class, Qt Namespace
public void SetRange(Qt.QTime min, Qt.QTime max);
Qt.QTimeEdit Class, Qt Namespace
protected void SetSecond(int s);
Qt.QTimeEdit Class, Qt Namespace
public void SetSeparator(System.String s);
Qt.QTimeEdit Class, Qt Namespace
public void SetTime(Qt.QTime time);
Qt.QTimeEdit Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QTimeEdit Class, Qt Namespace
protected void StepDown();
Qt.QTimeEdit Class, Qt Namespace
protected void StepUp();
Qt.QTimeEdit Class, Qt Namespace
public Qt.QTime Time();
Qt.QTimeEdit Class, Qt Namespace
protected void UpdateButtons();
Qt.QTimeEdit Class, Qt Namespace