mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-03 01:53:18 +00:00
Add helpers to setup Selenite in C++ projects
This commit is contained in:
parent
e27b4c150b
commit
f3025d08cd
20 changed files with 24870 additions and 11 deletions
15
components/index.slint
Normal file
15
components/index.slint
Normal file
|
@ -0,0 +1,15 @@
|
|||
export { Palette } from "Palette.slint";
|
||||
export { VButton } from "Button.slint";
|
||||
export { VActionButton } from "ActionButton.slint";
|
||||
export { VText } from "Text.slint";
|
||||
export { VCheckBox } from "CheckBox.slint";
|
||||
export { VDatePicker } from "DatePicker.slint";
|
||||
export { VTimePicker } from "TimePicker.slint";
|
||||
export { VLabeledComponent, CommonComponentBackground } from "LabeledComponent.slint";
|
||||
export { VPopupIconMenu } from "PopupIconMenu.slint";
|
||||
export { VTag } from "Tag.slint";
|
||||
export { VTextInput } from "TextInput.slint";
|
||||
export { VSlider } from "Slider.slint";
|
||||
export { ToggleButton } from "ToggleButton.slint";
|
||||
|
||||
export { Svg } from "Svg.slint";
|
Loading…
Add table
Add a link
Reference in a new issue