QDateEdit
QDateEdit is a widget that provides a widget to edit dates Based on the
QDateTimeEditWidget.
Example
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