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)
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)