mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-24 13:35:00 +00:00

These variants of the fluent style will use either the light or the dark color scheme, regardless of the system wide setting.
16 lines
757 B
Text
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
|
|
}
|