mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00

* added focus state to StandardLIstView * (wip) focus handling for qt style * Update CHANGELOG.md Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> * Share StandardListView between all styles * Update internal/compiler/widgets/material-base/combobox.slint Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> * code review feedback --------- Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
5 lines
311 B
Text
5 lines
311 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
|
|
|
|
import { StyleMetrics, ScrollView, Button, ListItem } from "../fluent-base/std-widgets-impl.slint";
|
|
export { StyleMetrics, ScrollView, Button, ListItem }
|