Quote:
Originally Posted by BeckyEbook
My two cents:
I even like this idea. I guess there is no need for additional translation if you use the standard window title and just add the plugin name.
Code:
setWindowTitle(tr("Validation Results") + " • " + PluginNameHere);
It works for me.
|
Where exactly are you setting setWindowTitle at?
Where are you getting m_pluginName from?
Will your approach work with the embedded python SanityCheck since it is not a plugin?
Please post a diff or PR with your changes to implement this if you have them?
Thanks!