slint/internal/compiler/widgets/fluent/std-widgets.slint
Simon Hausmann 871a06224f Add support for fluent-light and fluent-dark styles
These variants of the fluent style will use either the light or the dark color scheme,
regardless of the system wide setting.
2022-10-26 13:30:09 +02:00

16 lines
757 B
Text

// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
import {
StyleMetrics, ScrollView, Button, StandardButton, TextEdit,
AboutSlint, AboutSlint as AboutSixtyFPS, CheckBox, SpinBox, Slider, GroupBox, TabWidgetImpl,
TabImpl, TabBarImpl, TabWidget, LineEdit, ListView, StandardListView, ComboBox,
VerticalBox, HorizontalBox, GridBox
} from "../fluent-base/std-widgets.slint";
export {
StyleMetrics, ScrollView, Button, StandardButton, TextEdit,
AboutSlint, AboutSlint as AboutSixtyFPS, CheckBox, SpinBox, Slider, GroupBox, TabWidgetImpl,
TabImpl, TabBarImpl, TabWidget, LineEdit, ListView, StandardListView, ComboBox,
VerticalBox, HorizontalBox, GridBox
}