Re: [Interest] Qt styles, Qt installations

2013-08-28 Thread Clément Geiger
Hi, Your advices combined solved my issue ! Thanks a lot :) Cheers Clément 2013/8/28 Thiago Macieira > On quarta-feira, 28 de agosto de 2013 13:50:37, Konstantin Tokarev wrote: > > > Then I run it, but my application now looks ugly ! Bizarre colors, > aliased > > > texts and so on. > > > >

Re: [Interest] Qt styles, Qt installations

2013-08-28 Thread Thiago Macieira
On quarta-feira, 28 de agosto de 2013 13:50:37, Konstantin Tokarev wrote: > > Then I run it, but my application now looks ugly ! Bizarre colors, aliased > > texts and so on. > > > > (here is a screenshot of a minimal test case I set up to show the > > difference : http://hpics.li/a879bd1 The expec

Re: [Interest] Qt styles, Qt installations

2013-08-28 Thread Konstantin Tokarev
28.08.2013, 12:52, "Clément Geiger" : > Hi there, > > I'm experiencing some trouble understanding what's going on with Qt styles. > Let me explain my setup: I'm running ubuntu 12.04, with the standard Qt libs > installed from the Ubuntu repositories. That gives us Qt 4.8.1. > > Today I wanted to

[Interest] Qt styles, Qt installations

2013-08-28 Thread Clément Geiger
Hi there, I'm experiencing some trouble understanding what's going on with Qt styles. Let me explain my setup: I'm running ubuntu 12.04, with the standard Qt libs installed from the Ubuntu repositories. That gives us Qt 4.8.1. Today I wanted to try out the latest Qt 4.8 to date, Qt 4.8.5 So I do

[Interest] Qt Styles

2013-06-09 Thread Andres L.
Hi, I need a new style for an application I'm going to develop. I've looked for it and I found three ways to make it: 1) Subclass QStyle and reimplement virtual functions (the static way) 2) Use QProxyStyle 3) Use Qt Style Sheets I've particularly interested with the first one, but I actually do