mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Move Cura.ProgressBar to Uranium
It is not specific to 3D printing. Contributes to issue CURA-6057.
This commit is contained in:
parent
745d9e6116
commit
df32f3e263
5 changed files with 4 additions and 59 deletions
|
@ -6,7 +6,7 @@ import QtQuick.Controls 2.1
|
|||
import QtQuick.Layouts 1.3
|
||||
import QtQuick.Controls 1.4 as Controls1
|
||||
|
||||
import UM 1.1 as UM
|
||||
import UM 1.3 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
|
||||
|
@ -64,7 +64,7 @@ Column
|
|||
}
|
||||
|
||||
// Progress bar, only visible when the backend is in the process of slice the printjob
|
||||
Cura.ProgressBar
|
||||
UM.ProgressBar
|
||||
{
|
||||
id: progressBar
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue