public class QDateEdit: QDateTimeEditBase, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QDateTimeEditBase
QDateEditThis type implements System.IDisposable.
Qt Namespace
QDateEdit Constructors
QDateEdit(Qt.QWidget, System.String) Constructor
QDateEdit(Qt.QDate, Qt.QWidget, System.String) Constructor
QDateEdit() Constructor
QDateEdit(Qt.QWidget) Constructor
QDateEdit(Qt.QDate) Constructor
QDateEdit(Qt.QDate, Qt.QWidget) Constructor
QDateEdit(void *) Constructor
QDateEdit Methods
QDateEdit.AddNumber Method
QDateEdit.AutoAdvance Method
QDateEdit.Date Method
QDateEdit.Finalize Method
QDateEdit.Fix Method
QDateEdit.MaxValue Method
QDateEdit.MinValue Method
QDateEdit.MinimumSizeHint Method
QDateEdit.OutOfRange Method
QDateEdit.Q_event Method
QDateEdit.RemoveLastNumber Method
QDateEdit.SectionFormattedText Method
QDateEdit.Separator Method
QDateEdit.SetAutoAdvance Method
QDateEdit.SetDate Method
QDateEdit.SetDay Method
QDateEdit.SetFocusSection Method
QDateEdit.SetMaxValue Method
QDateEdit.SetMinValue Method
QDateEdit.SetMonth Method
QDateEdit.SetOrder Method
QDateEdit.SetRange Method
QDateEdit.SetSeparator Method
QDateEdit.SetYear Method
QDateEdit.SizeHint Method
QDateEdit.StepDown Method
QDateEdit.StepUp Method
QDateEdit.TheOrder Method
QDateEdit.UpdateButtons Method
public void QDateEdit(Qt.QWidget parent, System.String name);
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit(Qt.QDate date, Qt.QWidget parent, System.String name);
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit();
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit(Qt.QWidget parent);
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit(Qt.QDate date);
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit(Qt.QDate date, Qt.QWidget parent);
Qt.QDateEdit Class, Qt Namespace
public void QDateEdit(void * ptr);
Qt.QDateEdit Class, Qt Namespace
protected void AddNumber(int sec, int num);
Qt.QDateEdit Class, Qt Namespace
public bool AutoAdvance();
Qt.QDateEdit Class, Qt Namespace
public Qt.QDate Date();
Qt.QDateEdit Class, Qt Namespace
protected override void Finalize();
Qt.QDateEdit Class, Qt Namespace
protected void Fix();
Qt.QDateEdit Class, Qt Namespace
public Qt.QDate MaxValue();
Qt.QDateEdit Class, Qt Namespace
public Qt.QDate MinValue();
Qt.QDateEdit Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QDateEdit Class, Qt Namespace
protected bool OutOfRange(int y, int m, int d);
Qt.QDateEdit Class, Qt Namespace
protected bool Q_event(Qt.QEvent e);
Qt.QDateEdit Class, Qt Namespace
protected void RemoveLastNumber(int sec);
Qt.QDateEdit Class, Qt Namespace
protected System.String SectionFormattedText(int sec);
Qt.QDateEdit Class, Qt Namespace
public System.String Separator();
Qt.QDateEdit Class, Qt Namespace
public void SetAutoAdvance(bool advance);
Qt.QDateEdit Class, Qt Namespace
public void SetDate(Qt.QDate date);
Qt.QDateEdit Class, Qt Namespace
protected void SetDay(int day);
Qt.QDateEdit Class, Qt Namespace
protected bool SetFocusSection(int s);
Qt.QDateEdit Class, Qt Namespace
public void SetMaxValue(Qt.QDate d);
Qt.QDateEdit Class, Qt Namespace
public void SetMinValue(Qt.QDate d);
Qt.QDateEdit Class, Qt Namespace
protected void SetMonth(int month);
Qt.QDateEdit Class, Qt Namespace
public void SetOrder(Order order);
Qt.QDateEdit Class, Qt Namespace
public void SetRange(Qt.QDate min, Qt.QDate max);
Qt.QDateEdit Class, Qt Namespace
public void SetSeparator(System.String s);
Qt.QDateEdit Class, Qt Namespace
protected void SetYear(int year);
Qt.QDateEdit Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QDateEdit Class, Qt Namespace
protected void StepDown();
Qt.QDateEdit Class, Qt Namespace
protected void StepUp();
Qt.QDateEdit Class, Qt Namespace
public Order TheOrder();
Qt.QDateEdit Class, Qt Namespace
protected void UpdateButtons();
Qt.QDateEdit Class, Qt Namespace