change: UI and migrate to gtest

This commit is contained in:
2026-07-27 05:27:32 +08:00
parent dd5508e571
commit a84e75ef47
56 changed files with 4484 additions and 4949 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ void ParamPanel::set_contexts(const QVector<Node *> &contexts)
void ParamPanel::retranslate()
{
set_title(tr("Parameter Editor"));
set_title(tr("Inspector"));
}
}