menus: fluent style and refactoring (#7723)

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
FloVanGH 2025-02-24 17:01:22 +01:00 committed by GitHub
parent b4b1d329b6
commit be7c125726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 542 additions and 120 deletions

View file

@ -4,6 +4,7 @@
export { Button } from "button.slint";
export { NativeStyleMetrics as StyleMetrics }
export { NativePalette as Palette }
export { MenuBarItem, MenuBar, MenuFrame, MenuItem } from "menu.slint";
export { ScrollView } from "scrollview.slint";
export { LineEdit } from "lineedit.slint";