Experimental support for MenuBar

Introduces `MenuBar{ ... }` that can be put in a Window
This commit is contained in:
Olivier Goffart 2024-10-08 18:24:52 +02:00
parent 20443ec0df
commit 5bd20def0e
38 changed files with 1023 additions and 69 deletions

View file

@ -22,4 +22,5 @@ export { Switch } from "switch.slint";
export { TextEdit } from "textedit.slint";
export { TimePickerPopup, Time } from "time-picker.slint";
export { DatePickerPopup, Date } from "datepicker.slint";
export { MenuBarImpl, PopupMenuImpl } from "../common/menus.slint";
export * from "tableview.slint";