View Single Post
Old 03-24-2024, 05:01 AM   #19
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
Use QSS to hide tooltips.
Just create/edit a qt_styles.qss file in the Sigil configuration folder and enter there:
Code:
QToolTip {max-width:0; max-height:0; margin:0; padding:0;}
It is worth asking: how many users want to hide tooltips?

Pros: No need to add options in Sigil, any willing user can control the option themselves.

Cons: None?
BeckyEbook is offline   Reply With Quote