mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-24 13:35:00 +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>
9 lines
No EOL
338 B
Text
9 lines
No EOL
338 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
|
|
|
|
export { NativeStyleMetrics as StyleMetrics }
|
|
|
|
import { ScrollView } from "scrollview.slint";
|
|
export { ScrollView }
|
|
|
|
export component ListItem inherits NativeStandardListViewItem {} |