View Single Post
Old 08-11-2024, 11:12 AM   #26
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,958
Karma: 6361444
Join Date: Nov 2009
Device: many
Perhaps adding some of BeckyEbook's qss tweaks to the Advanced Topics might be useful:

Here is a short list I culled from some recent posting:

Code:
Show Find Replace Buttons as Text Only
QFrame QToolButton#findNext, QFrame QToolButton#replaceCurrent, QFrame QToolButton#replaceFind, QFrame QToolButton#restart, QFrame QToolButton#replaceAll, QFrame QToolButton#count {
qproperty-toolButtonStyle: ToolButtonTextOnly;}

Show Find Replace Buttons as icons and text
QFrame QToolButton#findNext, QFrame QToolButton#replaceCurrent, QFrame QToolButton#replaceFind, QFrame QToolButton#restart, QFrame QToolButton#replaceAll, QFrame QToolButton#count {
qproperty-toolButtonStyle: ToolButtonTextBesideIcon;}

Use QSS to hide all tooltips.
QToolTip {max-width:0; max-height:0; margin:0; padding:0;}

Hide Previous Find Replace History
QFrame QComboBox QAbstractItemView::item {max-height: 0;}
#cbFind, #cbReplace {qproperty-maxCount:0;}
@BeckyEbook, do you have any others you might be able to share for use in the Sigil-User-Guide Advanced Topics chapter?

Last edited by KevinH; 08-11-2024 at 11:14 AM.
KevinH is offline   Reply With Quote