mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Experimental support for MenuBar
Introduces `MenuBar{ ... }` that can be put in a Window
This commit is contained in:
parent
20443ec0df
commit
5bd20def0e
38 changed files with 1023 additions and 69 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue