View Single Post
Old 01-15-2018, 04:03 PM   #46
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,561
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
For even more granularity, the Book Browser and Table of Contents QDockWidgets can be accessed individually with the .BookBrowser and .TableOfContents selectors (notice the preceding "." ).

Thus the Book Browser's fonts can be styled with:
Code:
.BookBrowser QTreeView { font-size: 10pt; }
And the Table of Contents fonts with:
Code:
.TableOfContents QTreeView { font-size: 8pt; }
DiapDealer is online now   Reply With Quote