Gui: Improve layout expression dialog for varsets

According to #17075
This commit is contained in:
Pieter Hijma
2025-07-20 09:51:05 +02:00
parent 5c73859134
commit 72fabf98b3
3 changed files with 89 additions and 123 deletions

View File

@@ -94,7 +94,7 @@ private:
void checkExpression(const QString& text);
void setupVarSets();
std::string getType();
void reportVarSetInfo(const char* message);
void reportVarSetInfo(const std::string& message);
bool reportName(QTreeWidgetItem* item);
bool reportGroup(QString& nameGroup);
void updateVarSetInfo(bool checkExpr = true);