[TD]Add method to translate View labels

This commit is contained in:
wandererfan
2023-08-16 11:40:42 -04:00
committed by WandererFan
parent ad8177c9fa
commit f4180658dc
4 changed files with 70 additions and 2 deletions

View File

@@ -113,6 +113,9 @@ public:
void overrideKeepUpdated(bool s) { m_overrideKeepUpdated = s; }
bool overrideKeepUpdated(void) { return m_overrideKeepUpdated; }
void translateLabel(std::string context, std::string objectName, std::string uniqueName);
protected:
void onChanged(const App::Property* prop) override;
virtual void validateScale();