[TD]Add method to translate View labels
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user