Add empty state for print job queue

Contributes to CL-1154
This commit is contained in:
Ian Paschal 2019-01-24 15:14:16 +01:00
parent 3d92bd0133
commit f6b69f05a9
3 changed files with 90 additions and 2 deletions

View file

@ -58,6 +58,7 @@ Item
width: Math.round(parent.width / 2)
height: parent.height
visible: !printJob
radius: 2 * screenScaleFactor // TODO: Theme!
}
Label
{
@ -84,6 +85,7 @@ Item
width: Math.round(parent.width / 3)
height: parent.height
visible: !printJob
radius: 2 * screenScaleFactor // TODO: Theme!
}
Label
{
@ -111,6 +113,7 @@ Item
width: 72 * screenScaleFactor // TODO: Theme!
height: parent.height
visible: !printJob
radius: 2 * screenScaleFactor // TODO: Theme!
}
Label