On Sunday, March 29, 2015 06:10:58 PM maitai wrote: > Hello, > > My application is loading fusion style (QWidget-based, qt5.4.1). For > various users using exactly the same platform (windows 7 64 bits), the > look is not exactly identical. Especially the QRadioButtons are much > bigger and different for some of them (and quite ugly but well...). > Changing the windows 7 theme doesn't affect qt style so it's not coming > from that... > > Is there any explanation for that? May it be a deployment issue?
I bet you've encountered the same issue I did some time ago: https://bugreports.qt.io/browse/QTBUG-43753 Quite easy to check, try downgrading to 5.3.x and see if the look of those components will be predictable. -- Regards, Stas _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
