mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-15 21:45:24 +00:00
This allows the user to use the scroll wheel to scroll through the tabs. In order to do this I have made created a common TabBarBase and let all other implementations of TabBar* inherit from it. I also used slint-lsp to format the files (it did not like the inline comments). |
||
|---|---|---|
| .. | ||
| _arrow-down.svg | ||
| _arrow-up.svg | ||
| _check-mark.svg | ||
| _chevron-down.svg | ||
| _chevron-up.svg | ||
| _down.svg | ||
| _dropdown.svg | ||
| _left.svg | ||
| _right.svg | ||
| _up.svg | ||
| button.slint | ||
| checkbox.slint | ||
| combobox.slint | ||
| components.slint | ||
| groupbox.slint | ||
| layouts.slint | ||
| lineedit.slint | ||
| progressindicator.slint | ||
| scrollview.slint | ||
| slider.slint | ||
| spinbox.slint | ||
| spinner.slint | ||
| std-widgets-base.slint | ||
| std-widgets-impl.slint | ||
| styling.slint | ||
| switch.slint | ||
| tableview.slint | ||
| tabwidget.slint | ||
| textedit.slint | ||