Discussion about recent product features & solutions!
7 posts • Page 1 of 1
7 posts
• Page 1 of 1
fmulder
Posts:330
Joined: Wed Feb 03, 2010 9:46 am
Qt styling of line width does not work on a Windows Server 2016 machine
Postby fmulder »
We're using a Qt stylesheet because our customer wants to have a tab with a line width of 2 pixels.
This works perfectly fine on our Windows 7 laptops but unfortunately, the line width stays 1 pixels on a Windows Server 2016 machine ?
Does anyone know why our styling would not work on a Windows Server 2016 ??
I always thought that Qt was doing all the drawing by itself but apparently the OS somehow still has some influence
Re: Qt styling of line width does not work on a Windows Server 2016 machine
Postby mkoller »
I assume it depends on the widget style the UI uses by default.
Try to run the UI explicitely with -style fusion or -style windows and see if it changes
Re: Qt styling of line width does not work on a Windows Server 2016 machine
Postby fmulder »
Please note. This is server 2016 (and not 2008).
Your link shows how to add graphics to a Server 2008.
We have nice graphics and we have and can select themes (like Windows 7)
Graphics look ok, but tab wont use the stylesheet line width