Add extension menu to application menu

CURA-8683
This commit is contained in:
Jaime van Kessel 2022-01-11 11:07:12 +01:00
parent 2bad5c5cd3
commit d1461c5d7f
3 changed files with 69 additions and 3 deletions

View file

@ -1,10 +1,10 @@
//Copyright (c) 2022 Ultimaker B.V.
//Cura is released under the terms of the LGPLv3 or higher.
// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
import QtQuick.Controls 2.4
import UM 1.6 as UM
import UM 1.5 as UM
import Cura 1.0 as Cura
UM.Menu