QDateEdit Class ReferenceThe QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget. Далее... #include <QDateEdit> Inherits: QDateTimeEdit. Открытые функции
Дополнительные унаследованные члены
Подробное описаниеThe QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget. Many of the properties and functions provided by QDateEdit are implemented in QDateTimeEdit. The following properties are most relevant to users of this class:
See also QTimeEdit and QDateTimeEdit. Описание функций-членовQDateEdit::QDateEdit ( QWidget * parent = 0 )Constructs an empty date editor with a parent. QDateEdit::QDateEdit ( const QDate & date, QWidget * parent = 0 )Constructs an empty date editor with a parent. The date is set to date. |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |