PDA

View Full Version : Border radius unix/windows



dacrawler
22nd January 2011, 22:36
Hey there,
sry for my 3rd thread today, but I've been working on my GUI all day and I've been able to accomplish quite a bit.

Now here is my problem:

The border radius works just fine on the windows machine, while it does not on the unix.
Also the windows client is v 4.7.0 and the unix one 4.2.1.

The stylesheet:
#widget_2{
background: white;
border: 2px solid black;
border-radius: 20px;
}

Thanks
(It is really hard to finde people with the same problems on QT with google ;) )

tbscope
23rd January 2011, 05:02
Are stylesheets available in Qt 4.2.1? I think they are introduced a lot later.

dacrawler
23rd January 2011, 13:27
stylesheets are available. For example changing the background works just fine and the designer has the option to add stylesheets.