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

* [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
import { CardListView, CardListViewItem } from "widgets/card_list_view.slint";
|
|
export { CardListView, CardListViewItem }
|
|
|
|
import { Container, StateContainer } from "widgets/container.slint";
|
|
export { Container, StateContainer }
|
|
|
|
import { ExtendedLineEdit } from "widgets/extended_line_edit.slint";
|
|
export { ExtendedLineEdit }
|
|
|
|
import { IconButton } from "widgets/icon_button.slint";
|
|
export { IconButton }
|
|
|
|
import { Icon } from "widgets/icon.slint";
|
|
export { Icon }
|
|
|
|
import { Segmented } from "widgets/segmented.slint";
|
|
export { Segmented }
|
|
|
|
import { NavigationListView, NavigationListViewItem } from "widgets/navigation_list_view.slint";
|
|
export { NavigationListView, NavigationListViewItem }
|
|
|
|
import { Tile, BarTileModel, BarTiles } from "widgets/tile.slint";
|
|
export { Tile, BarTileModel, BarTiles }
|
|
|
|
import { TitleText } from "widgets/title_text.slint";
|
|
export { TitleText }
|
|
|
|
import { BarChart } from "widgets/bar_chart.slint";
|
|
export { BarChart }
|
|
|
|
import { Value, ValueDisplay } from "widgets/value_display.slint";
|
|
export { Value, ValueDisplay }
|
|
|
|
export { DialogGlobal, ModalDialog } from "widgets/dialog.slint";
|
|
|
|
export { UsecasesPalette } from "widgets/styling.slint";
|