View Single Post
Old 08-17-2024, 07:36 PM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,841
Karma: 6120478
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by BeckyEbook View Post
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!

Last edited by KevinH; 08-17-2024 at 09:51 PM.
KevinH is offline   Reply With Quote