View Single Post
Old 10-28-2024, 12:15 PM   #48
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,914
Karma: 6120478
Join Date: Nov 2009
Device: many
I just checked his code view equivalent python code and I can see nothing specific to IME use in any way. He does strongly set the entire colour pallet for the editor unlike us, as we follow Windows colours. Perhaps there is a Qt pallet colour set aside for this.

Update:
There really only is QPalette::Text, QPalette::BrightText and QPalette::WindowText. But there are InActive, and Disabled roles for them.

I wonder which role is being used to indicate an incomplete composing string exists?

Last edited by KevinH; 10-28-2024 at 01:32 PM.
KevinH is offline   Reply With Quote