This commit is contained in:
Ly-sec
2025-08-24 15:22:14 +02:00
11 changed files with 341 additions and 329 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ QtObject {
}
} else {
// Fallback to basic evaluation
console.log("AdvancedMath not available, using basic eval")
Logger.warn("Calculator", "AdvancedMath not available, using basic eval")
// Basic preprocessing for common functions
var processed = expression.trim(
+2 -2
View File
@@ -26,7 +26,7 @@ NPanel {
// Properties
property string searchText: ""
// Add function to set search text programmatically
function setSearchText(text) {
searchText = text
@@ -531,4 +531,4 @@ NPanel {
}
}
}
}
}