Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-20 Thread william.croc...@analog.com
I do not remember why I added a styleSheet. Perhaps to make it more fat-finger touch-friendly for Android or iOS. Anyway, I must re-think and re-test. I always tell my customers to stay away from style sheets. They are way more trouble than what they are worth. My complaint: Some things

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-20 Thread André Somers
Op 20/01/2016 om 15:46 schreef william.croc...@analog.com: I do not remember why I added a styleSheet. Perhaps to make it more fat-finger touch-friendly for Android or iOS. Anyway, I must re-think and re-test. I always tell my customers to stay away from style sheets. They are way more

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-20 Thread Edward Sutton
> On Jan 20, 2016, at 8:46 AM, william.croc...@analog.com wrote: > > >>> >>> I do not remember why I added a styleSheet. Perhaps to make it more >>> fat-finger >>> touch-friendly for Android or iOS. Anyway, I must re-think and re-test. >> >> I always tell my customers to stay away from style

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-20 Thread Edward Sutton
> >I don't know what you did, but that's not how it normally looks. Obviously > >not. You are correct. My mistake. I could not reproduce when I made a new app using both SVG and PNG image sources. The root cause was my icon sizes were too big for the QComboBox::iconSize. I had also found

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-20 Thread Bo Thorsen
Den 20-01-2016 kl. 15:23 skrev Edward Sutton: I don't know what you did, but that's not how it normally looks. Obviously not. You are correct. My mistake. I could not reproduce when I made a new app using both SVG and PNG image sources. The root cause was my icon sizes were too big for the

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-19 Thread Rainer Wiesenfarth
From: Bo Thorsen > Den 18-01-2016 kl. 19:36 skrev Edward Sutton: > > When the QComboBox drop-down is activated, the icons overlay the text > > making it hard to read. > > > > Is there a property or style sheet to adjust this? > > > > For the currently selected its, the icon and text have good

[Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-18 Thread Edward Sutton
When the QComboBox drop-down is activated, the icons overlay the text making it hard to read. Is there a property or style sheet to adjust this? For the currently selected its, the icon and text have good spacing QComboBox. [cid:329FA5E8-77C2-4F8C-8849-96D4DEB58A7A@ditchwitch.cmw.internal]

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-18 Thread Bo Thorsen
Den 18-01-2016 kl. 19:36 skrev Edward Sutton: When the QComboBox drop-down is activated, the icons overlay the text making it hard to read. Is there a property or style sheet to adjust this? For the currently selected its, the icon and text have good spacing QComboBox. Item icon overlays