Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

Android Group Box spacing

Open LinusBrendel opened this issue 6 years ago • 3 comments

Hello. There are some rendering issues with the Group box when compiling for Android. I've attached a screenshot. Thanks for making this and have a nice day! :) screenshot from 2017-11-28 21-10-27

LinusBrendel avatar Nov 28 '17 19:11 LinusBrendel

Thx for reporting. On which version did you try this? Looks really weird - maybe it can not load the png images from resources and therefore the spaces go wrong. Sorry, I have no dev environment for Android to test this.

If you find a fix I'm happy to receive a pull request ;)

Jorgen-VikingGod avatar Nov 28 '17 19:11 Jorgen-VikingGod

GCC 4.9, Qt 5.9.3 for Android x86 Run on the Nexus 5X emulator from the Android SDK

The only solution I can come up with is simply using additional spacers

LinusBrendel avatar Nov 28 '17 20:11 LinusBrendel

If you changed some spacing/margins it will affect the style, because I added fixed values into the stylesheets: https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle/blob/master/darkstyle/darkstyle.qss#L132-L148

Off-Topic: Do you have any good tutorial, how to setup Qt for Android on mac?

Jorgen-VikingGod avatar Nov 29 '17 06:11 Jorgen-VikingGod