Re: [Development] Qt Quick Controls 2.0

2015-05-25 Thread Nurmi J-P
> On 25 May 2015, at 13:04, manish sharma <83.man...@gmail.com> wrote: > > Thanks J-P for your reply. > > I was under assumption that my entire code will just work out of the box, I > need to just replace import statement from 1.* to 2.0. But looks like i need > to move my code from style code

Re: [Development] Qt Quick Controls 2.0

2015-05-25 Thread manish sharma
Thanks J-P for your reply. I was under assumption that my entire code will just work out of the box, I need to just replace import statement from 1.* to 2.0. But looks like i need to move my code from style code to individual control properties. Thanks, Manish On Mon, May 25, 2015 at 2:33 PM, N

Re: [Development] Qt Quick Controls 2.0

2015-05-25 Thread Nurmi J-P
> On 25 May 2015, at 08:56, manish sharma <83.man...@gmail.com> wrote: > > Hi, > > I was reading > https://blog.qt.io/blog/2015/03/31/qt-quick-controls-for-embedded/ and it > looks very promising. > > Currently I am using QtQuickControls 1.3 and I am customizing look and feel > by extending Q

[Development] Qt Quick Controls 2.0

2015-05-24 Thread manish sharma
Hi, I was reading https://blog.qt.io/blog/2015/03/31/qt-quick-controls-for-embedded/ and it looks very promising. Currently I am using QtQuickControls 1.3 and I am customizing look and feel by extending QtQuick.Controls.Styles. I just browsed through qtquickcontrols2 code and i could not find St