Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-30 Thread Nurmi J-P
On Nov 24, 2012, at 12:09 PM, Nurmi J-P wrote: > Hi all, > > Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and > customize any available style. This is not limited to the built-in styles in > QtWidgets, but also works fine for any style plugin since it nicely avoids >

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Nurmi J-P
On Nov 26, 2012, at 7:08 PM, Andre Somers wrote: > Op 24-11-2012 12:09, Nurmi J-P schreef: >> Hi all, >> >> Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and >> customize any available style. This is not limited to the built-in styles in >> QtWidgets, but also works fi

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Olivier Goffart
ann Thomas ; > > "development@qt-project.org" Sent: Monday, > > November 26, 2012 7:47 PM > > Subject: Re: [Development] HEADS UP: Changes in QStyle subclasses > > > > For the desktop components we will use QStyle by default so they look and > > behave

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Andre Somers
Op 24-11-2012 12:09, Nurmi J-P schreef: Hi all, Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and customize any available style. This is not limited to the built-in styles in QtWidgets, but also works fine for any style plugin since it nicely avoids the build time dep

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread BogDan
To: BogDan > Cc: Hartmann Thomas ; "development@qt-project.org" > > Sent: Monday, November 26, 2012 7:47 PM > Subject: Re: [Development] HEADS UP: Changes in QStyle subclasses > > For the desktop components we will use QStyle by default so they look and >

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Bache-Wiig Jens
; > > - Original Message - >> From: Thomas Hartmann >> To: development@qt-project.org >> Cc: >> Sent: Monday, November 26, 2012 2:55 PM >> Subject: Re: [Development] HEADS UP: Changes in QStyle subclasses >> >> Hi, >> >> we are using

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread BogDan
mas Hartmann > To: development@qt-project.org > Cc: > Sent: Monday, November 26, 2012 2:55 PM > Subject: Re: [Development] HEADS UP: Changes in QStyle subclasses > > Hi, > > we are using QWindows style as a baseline for style sheets in the Qt > Quick Designer. I tried

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Thomas Hartmann
Hi, we are using QWindows style as a baseline for style sheets in the Qt Quick Designer. I tried using QCommonStyle instead and it works, BUT QToolButton::arrowType does not work with QCommonStyle. It would be nice if this could be fixed, otherwise we have to subclass QCommonStyle and fix this

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Simon Hausmann
On Saturday, November 24, 2012 11:09:26 AM Nurmi J-P wrote: > Hi all, > > Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and > customize any available style. This is not limited to the built-in styles > in QtWidgets, but also works fine for any style plugin since it nicely

[Development] HEADS UP: Changes in QStyle subclasses

2012-11-24 Thread Nurmi J-P
Hi all, Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and customize any available style. This is not limited to the built-in styles in QtWidgets, but also works fine for any style plugin since it nicely avoids the build time dependency to the corresponding style impleme