Return progress as double, not int
This commit is contained in:
parent
48ddf3d5ae
commit
d54c6743e7
3 changed files with 6 additions and 6 deletions
|
@ -151,7 +151,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
Text {
|
||||
text: factorizationController.progress.toFixed(0) + "%"
|
||||
text: factorizationController.progress.toFixed(1) + "%"
|
||||
anchors.centerIn: parent
|
||||
font.pixelSize: 16
|
||||
color: "black"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue