// 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 { Button } from "./button.slint"; import { Palette } from "./std-widgets-impl.slint"; import { Icons } from "./styling.slint"; import { StandardButton } from "../common/standardbutton.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