Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-21 Thread Mitch Curtis
> -Original Message-
> From: Ramakanth Kesireddy 
> Sent: Wednesday, 21 April 2021 6:28 AM
> To: Mitch Curtis 
> Cc: Qt Interest 
> Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls
> 
> Thanks for your mail. It helps.
> 
> As mentioned in https://doc.qt.io/archives/qt-5.6/qt-labs-controls-
> qmlmodule.html, Types in the Qt.labs module are not guaranteed to remain
> compatible in future versions.
> 
> Does it means the Qt Labs Controls may/maynot be compatible with latest Qt
> Quick2 controls?

That sentence says that they can change from version to version, so the API 
from 1.0 can change (in a small or not-so-small way) in 1.1. It doesn't account 
for the transition from Labs to a proper module, and it's been too long for me 
to remember what has changed there.

> Best Regards,
> Ramakanth
> 
> 
> On Thu, Apr 15, 2021 at 1:22 PM Mitch Curtis  <mailto:mitch.cur...@qt.io> > wrote:
> 
> 
>   > -Original Message-
>   > From: Ramakanth Kesireddy  <mailto:rama.k...@gmail.com> >
>   > Sent: Thursday, 15 April 2021 6:33 AM
>   > To: Mitch Curtis mailto:mitch.cur...@qt.io> >
>   > Cc: Qt Interest mailto:interest@qt-
> project.org> >
>   > Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2
> controls
>   >
>   > Thanks for your response.
>   >
>   > Though there is no Qt documentation, can it be ported from Qt labs
> controls
>   > to QtQuick2 controls and vice-versa?
> 
>   Yes, it should be. Qt Quick Controls 2 is the continuation (aka
> renaming) of Qt Labs Controls.
> 
>   > Best Regards,
>   > Ramakanth
>   >
>   >
>   > On Tue, 6 Apr, 2021, 12:38 Mitch Curtis,  <mailto:mitch.cur...@qt.io>
>   > <mailto:mitch.cur...@qt.io <mailto:mitch.cur...@qt.io> > > wrote:
>   >
>   >
>   >   > -Original Message-
>   >   > From: Interest  <mailto:interest-boun...@qt-project.org>  <mailto:interest-
> <mailto:interest->
>   > boun...@qt-project.org <mailto:boun...@qt-project.org> > > On
> Behalf Of Ramakanth
>   >   > Kesireddy
>   >   > Sent: Thursday, 1 April 2021 3:10 AM
>   >   > To: Qt Interest mailto:interest@qt-
> project.org>  <mailto:interest@qt- <mailto:interest@qt->
>   > project.org <http://project.org> > >
>   >   > Subject: [Interest] Qt 5.6 Qt labs controls porting to 
> QtQuick2
>   > controls
>   >   >
>   >   > Hi,
>   >   >
>   >   > As we used Qt 5.6 Qt labs controls 1.0 in our Qml application
> and
>   > would like to
>   >   > port to QtQuick2 controls in Qt 5.15, could you please let me
> know
>   > if there is
>   >   > a Qt documentation to port the labs controls to QtQuick2
> controls
>   > and
>   >   > compatibility or known issues if any?
>   >   >
>   >   > Please suggest in this regard.
>   >   >
>   >   > Best Regards,
>   >   > Ramakanth
>   >   >
>   >
>   >   We have porting documentation for Qt Quick Controls 1 to 2, but
> not
>   > from Labs Controls to Qt Quick Controls 2.
>   >
>   >   The closest thing would be to check the change log for each
> minor
>   > version up to the version you want to use:
>   >
>   >   https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist
>   >
>   >   The "Important Behavior Changes" section is the most relevant
> here.
>   >
> 
> 

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-20 Thread Ramakanth Kesireddy
Thanks for your mail. It helps.

As mentioned in
https://doc.qt.io/archives/qt-5.6/qt-labs-controls-qmlmodule.html, Types in
the Qt.labs module are not guaranteed to remain compatible in future
versions.

Does it means the Qt Labs Controls may/maynot be compatible with latest Qt
Quick2 controls?

Best Regards,
Ramakanth


On Thu, Apr 15, 2021 at 1:22 PM Mitch Curtis  wrote:

> > -Original Message-
> > From: Ramakanth Kesireddy 
> > Sent: Thursday, 15 April 2021 6:33 AM
> > To: Mitch Curtis 
> > Cc: Qt Interest 
> > Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2
> controls
> >
> > Thanks for your response.
> >
> > Though there is no Qt documentation, can it be ported from Qt labs
> controls
> > to QtQuick2 controls and vice-versa?
>
> Yes, it should be. Qt Quick Controls 2 is the continuation (aka renaming)
> of Qt Labs Controls.
>
> > Best Regards,
> > Ramakanth
> >
> >
> > On Tue, 6 Apr, 2021, 12:38 Mitch Curtis,  > <mailto:mitch.cur...@qt.io> > wrote:
> >
> >
> >   > -Original Message-
> >   > From: Interest  interest-
> > boun...@qt-project.org> > On Behalf Of Ramakanth
> >   > Kesireddy
> >   > Sent: Thursday, 1 April 2021 3:10 AM
> >   > To: Qt Interest mailto:interest@qt-
> > project.org> >
> >   > Subject: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2
> > controls
> >   >
> >   > Hi,
> >   >
> >   > As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and
> > would like to
> >   > port to QtQuick2 controls in Qt 5.15, could you please let me
> know
> > if there is
> >   > a Qt documentation to port the labs controls to QtQuick2 controls
> > and
> >   > compatibility or known issues if any?
> >   >
> >   > Please suggest in this regard.
> >   >
> >   > Best Regards,
> >   > Ramakanth
> >   >
> >
> >   We have porting documentation for Qt Quick Controls 1 to 2, but not
> > from Labs Controls to Qt Quick Controls 2.
> >
> >   The closest thing would be to check the change log for each minor
> > version up to the version you want to use:
> >
> >   https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist
> >
> >   The "Important Behavior Changes" section is the most relevant here.
> >
>
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-15 Thread Mitch Curtis
> -Original Message-
> From: Ramakanth Kesireddy 
> Sent: Thursday, 15 April 2021 6:33 AM
> To: Mitch Curtis 
> Cc: Qt Interest 
> Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls
> 
> Thanks for your response.
> 
> Though there is no Qt documentation, can it be ported from Qt labs controls
> to QtQuick2 controls and vice-versa?

Yes, it should be. Qt Quick Controls 2 is the continuation (aka renaming) of Qt 
Labs Controls.

> Best Regards,
> Ramakanth
> 
> 
> On Tue, 6 Apr, 2021, 12:38 Mitch Curtis,  <mailto:mitch.cur...@qt.io> > wrote:
> 
> 
>   > -Original Message-
>   > From: Interest mailto:interest-
> boun...@qt-project.org> > On Behalf Of Ramakanth
>   > Kesireddy
>   > Sent: Thursday, 1 April 2021 3:10 AM
>   > To: Qt Interest mailto:interest@qt-
> project.org> >
>   > Subject: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2
> controls
>   >
>   > Hi,
>   >
>   > As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and
> would like to
>   > port to QtQuick2 controls in Qt 5.15, could you please let me know
> if there is
>   > a Qt documentation to port the labs controls to QtQuick2 controls
> and
>   > compatibility or known issues if any?
>   >
>   > Please suggest in this regard.
>   >
>   > Best Regards,
>   > Ramakanth
>   >
> 
>   We have porting documentation for Qt Quick Controls 1 to 2, but not
> from Labs Controls to Qt Quick Controls 2.
> 
>   The closest thing would be to check the change log for each minor
> version up to the version you want to use:
> 
>   https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist
> 
>   The "Important Behavior Changes" section is the most relevant here.
> 

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-14 Thread Ramakanth Kesireddy
Thanks for your response.

Though there is no Qt documentation, can it be ported from Qt labs controls
to QtQuick2 controls and vice-versa?

Best Regards,
Ramakanth

On Tue, 6 Apr, 2021, 12:38 Mitch Curtis,  wrote:

> > -Original Message-
> > From: Interest  On Behalf Of Ramakanth
> > Kesireddy
> > Sent: Thursday, 1 April 2021 3:10 AM
> > To: Qt Interest 
> > Subject: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls
> >
> > Hi,
> >
> > As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and would
> like to
> > port to QtQuick2 controls in Qt 5.15, could you please let me know if
> there is
> > a Qt documentation to port the labs controls to QtQuick2 controls and
> > compatibility or known issues if any?
> >
> > Please suggest in this regard.
> >
> > Best Regards,
> > Ramakanth
> >
>
> We have porting documentation for Qt Quick Controls 1 to 2, but not from
> Labs Controls to Qt Quick Controls 2.
>
> The closest thing would be to check the change log for each minor version
> up to the version you want to use:
>
> https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist
>
> The "Important Behavior Changes" section is the most relevant here.
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-12 Thread Mitch Curtis
> -Original Message-
> From: Interest  On Behalf Of Ramakanth
> Kesireddy
> Sent: Thursday, 1 April 2021 3:10 AM
> To: Qt Interest 
> Subject: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls
> 
> Hi,
> 
> As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and would like 
> to
> port to QtQuick2 controls in Qt 5.15, could you please let me know if there is
> a Qt documentation to port the labs controls to QtQuick2 controls and
> compatibility or known issues if any?
> 
> Please suggest in this regard.
> 
> Best Regards,
> Ramakanth
> 

We have porting documentation for Qt Quick Controls 1 to 2, but not from Labs 
Controls to Qt Quick Controls 2.

The closest thing would be to check the change log for each minor version up to 
the version you want to use:

https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist

The "Important Behavior Changes" section is the most relevant here.
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-03-31 Thread Ramakanth Kesireddy
Hi,

As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and would
like to port to QtQuick2 controls in Qt 5.15, could you please let me know
if there is a Qt documentation to port the labs controls to QtQuick2
controls and compatibility or known issues if any?

Please suggest in this regard.

Best Regards,
Ramakanth
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest