// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import { Date, Time, LineEdit, TimePickerPopup, DatePickerPopup, VerticalBox, Button } from "std-widgets.slint"; import { IconButton } from "../widgets/icon_button.slint"; import { TextButton } from "../widgets/text_button.slint"; import { Icons, FontSettings, TodoPalette, SpaceSettings } from "../widgets/styling.slint"; export global CreateTaskAdapter { in-out property due-date: { year: 2024, month: 12, day: 24 }; in-out property