Skip to content

QDateEdit

QDateEdit is a widget that provides a widget to edit dates Based on the QDateTimeEdit Widget.

Example

example_dateEdit.ts
import { QDateEdit } from '@vixen-js/core';
const dateEdit = new QDateEdit();
// Do stuff...

Learn more about QDateEdit in: https://doc.qt.io/qt-6/qdatetimeedit.html