View Single Post
Old 09-21-2024, 03:39 AM   #16
Coleccionista
Connoisseur
Coleccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to beholdColeccionista is a marvel to behold
 
Posts: 73
Karma: 11638
Join Date: Aug 2010
Location: Spain
Device: iPad, Kindle Paperwhite, Kobo Libra 2
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.
Attached Thumbnails
Click image for larger version

Name:	darkmode.png
Views:	235
Size:	28.5 KB
ID:	210923  

Last edited by Coleccionista; 09-21-2024 at 05:59 AM.
Coleccionista is offline   Reply With Quote