feat: global menu

This adds a global menu to NeoChat, providing
a standard and consistent set of File/Edit/View/so on
menus.
This commit is contained in:
Jan Blackquill
2021-06-28 23:31:39 -04:00
committed by Carl Schwan
parent 6bbb4b4985
commit 537416354a
5 changed files with 195 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
module NeoChat.Menu
RoomListContextMenu 1.0 RoomListContextMenu.qml
GlobalMenu 1.0 GlobalMenu.qml
EditMenu 1.0 EditMenu.qml