Make stopFactor accessible to QML

This commit is contained in:
ItsDrike 2025-02-26 14:36:24 +01:00
parent 028f492c32
commit c58697b126
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 30 additions and 8 deletions

View file

@ -119,6 +119,11 @@ ApplicationWindow {
font.pixelSize: 14
}
Text {
text: "Stop Factor: " + factorizationController.stopFactor
font.pixelSize: 14
}
ProgressBar {
Layout.fillWidth: true
from: 0