Hi guys,

I ran into a little problem with the Qt GUI Styles. I have designed my application on the default fedora theme Oxygen. However, when I ported it to a different computer which didnt have the KDE window manager I saw that the layout margins or spacing increased and hence squished some of my widgets. So I went back and saw that if you change the Qt GUI style and re open a file in the designer you can see the margins increasing in value. I was wondering if there was a way to keep the numbers constant.

I tried many different options but since its also an on the fly thing where I can change the Qt GUI style , hardcoding margins also doesnt help. Its weird that only the Oxygen theme for KDE has separate parameters and all the other Qt Styles have the same parameters although they were all designed with Qt in mind.

Thanks