Spreadsheet Fix '=' regression in spreadsheets (#22146)

* Tools: Add ExpressionLineEdit to QtDesigner plugin

* Spreadsheet: Only use validator when when prefix is not '='

---------

Co-authored-by: wmayer <wmayer@freecad.org>
This commit is contained in:
Kacper Donat
2025-06-23 22:20:25 +02:00
committed by GitHub
5 changed files with 145 additions and 2 deletions

View File

@@ -148,6 +148,8 @@ SheetView::SheetView(Gui::Document* pcDocument, App::DocumentObject* docObj, QWi
// Set document object to create auto completer
ui->cellContent->setDocumentObject(sheet);
ui->cellAlias->setDocumentObject(sheet);
ui->cellContent->setPrefix('=');
}
SheetView::~SheetView()