Make stopFactor accessible to QML
This commit is contained in:
parent
028f492c32
commit
c58697b126
3 changed files with 30 additions and 8 deletions
|
@ -119,6 +119,11 @@ ApplicationWindow {
|
|||
font.pixelSize: 14
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "Stop Factor: " + factorizationController.stopFactor
|
||||
font.pixelSize: 14
|
||||
}
|
||||
|
||||
ProgressBar {
|
||||
Layout.fillWidth: true
|
||||
from: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue