// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 import { Time, TimePickerBase } from "../common/time-picker-base.slint"; import { VerticalBox } from "../common/layout.slint"; import { IconButton, TextButton } from "./button.slint"; import { MaterialPalette, MaterialFontSettings, Icons } from "styling.slint"; export { Time } export component TimePickerPopup inherits PopupWindow { in property use-24-hour-format <=> base.use-24-hour-format; in property title: "Select time"; in property