ccbogel / QualCoder

Qualitative data analysis for text, images, audio, video. Cross platform. Python 3.10 or newer and PyQt6.
https://qualcoder.wordpress.com/
GNU Lesser General Public License v3.0
383 stars 85 forks source link

fix font settings #937

Closed kaixxx closed 2 months ago

kaixxx commented 2 months ago

The font stylesheet in "init_ui()" had a problem of not enclosing the font name correctly with quotation marks. But since we set the font already in "init()", we can delete it here.

ccbogel commented 2 months ago

Thanks I was updating with fStrings.

kaixxx commented 2 months ago

I was updating with fStrings

I've seen that, much cleaner