I will have a look at how to use that module @BeckyEbook. I did style Qt using CSS and as you have noticed learned that if you style it Qt expects you to provide images for the drop-down arrow and checkmark....which would have been fine if you could just drop them in your plugin but apparently to work reliably you have to create a .qrc file using some sorcery with PySide tools.
I went to check untranslated strings and have these ones to add:
Code:
"Changes to be applied:":
"Number of search hits:"
"Changes applied to file:":
"Matching tag found for text:":
"Search in text":
"Error applying changes to file:":
"Error occurred while processing (text, new tag, lang):":
"Error details:":
Note that "Error ocurred..." are not braces but regular parens.
Thanks.