mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add optional empty placeholder for CuraView
CURA-6469
This commit is contained in:
parent
3bec7cdf8b
commit
1b9bf6f0b9
3 changed files with 24 additions and 5 deletions
9
resources/qml/EmptyViewMenuComponent.qml
Normal file
9
resources/qml/EmptyViewMenuComponent.qml
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) 2019 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
|
||||
|
||||
// Empty placeholder
|
||||
Item { }
|
Loading…
Add table
Add a link
Reference in a new issue