UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.4k stars 254 forks source link

Exporting problems: font size, disappearing arrows #88

Open l-donati-protec-italy opened 1 year ago

l-donati-protec-italy commented 1 year ago

Hi. First of all I like this project a lot.

Then, some issues I got. I am mainly exporting the theme to use in C++ Qt Creator.

1) Exporting font size don't seem to work. The closer I got to having the supposed font size is manually adding 'font-size' inside the .widget class in qss file 2) spinboxes, combo boxes etc.. show the down/up arrows only when selected. Normally they show only the number/item

And a minor issue: 3) spacing is weird inside qt designer. Cut words, lots of padding in buttons, tables, etc. Anything i can do? I read another issue where you said it's qt designer fault. What can I do to get properly sized and spaced buttons, tables? (so that the words inside them aren't cut by default, and the spacing is consistent)