<html><head><meta charset="utf-8">
</head><body><div id="compose-body-wrapper" dir="auto"><div
dir="auto"><div dir="auto">Hello Johannes,</div><div dir="auto">Querying
was how I found the method self.iface.mainWindow().statusBar().styleSheet()
along with many others. I circled back and tried to use 'help' to figure
out what I was missing. However, help for
self.iface.mainWindow().statusBar().styleSheet() only tells me that
styleSheet is a method of the self.iface.mainWindow.statusBar instance that
returns a string. I also explored another method
self.iface.mainWindow().statusBar().setFont(), which is supposed to take a
QFont, but I still haven't been able to make it work properly
either. </div><div dir="auto">The bottom line is that I can add
widgets to the statusBar and style them, but even changing the font type
for the whole statusBar remains elusive. At least this route allows me to
move on with the project while I figure out all the other
details. </div><div dir="auto">Thanks,</div><div
dir="auto">AF</div><div><br></div></div></div></body></html>