Skip to content

Commit

Permalink
update to include QDockWidget icon-size qss example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Aug 12, 2024
1 parent 00cd27b commit 64ef817
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OEBPS/Text/advanced_topics.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ QFrame QToolButton#count {
}
</code></pre>

<p><b>Change the QDockWidget Close and UnDock Icon size.</b> (This will affect Preview, Table of Contents, BookBrowser, Clips, and Validation windows)</p>
<pre><code>QDockWidget::float-button, QDockWidget::close-button {
icon-size: 16px;
}
</code></pre>

<p>This is just a smattering of the styling changes you can make to Sigil using Qt's QSS styles. For further information about QSS and Sigil visit our <a href="https://www.mobileread.com/forums/forumdisplay.php?f=203">Mobileread Sigil Users Forum</a> and check out these website resources about Qt styles:</p>
<ul>
Expand Down

0 comments on commit 64ef817

Please sign in to comment.