Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread J-P Nurmi
Hi Mark, On 28 Jun 2017, at 10:58, Mark Gaiser mailto:mark...@gmail.com>> wrote: Hi J-P, From what you just said there i get the impression that the new table view has "some code somewhere", right? Or is it all still in a planning phase? Anyhow, if there is some working code for this somewher

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread J-P Nurmi
Hi, > On 28 Jun 2017, at 09:18, Andrew Ialacci wrote: > > * Can you say if the NEW 5.11(ish) TableView will use the QAbstractListModel > or the QAbstractTableModel? > * Will it rely on roleNames to denote columns? We're making it possible to use any model. With a multi-column table model it w

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Mark Gaiser
On Mon, Jun 26, 2017 at 7:51 PM, J-P Nurmi wrote: > On 26 Jun 2017, at 19:10, Jean-Michaël Celerier < > jeanmichael.celer...@gmail.com> wrote: > > > On Mon, Jun 26, 2017 at 6:19 PM, Frederik Gladhorn < > frederik.gladh...@qt.io> wrote: > >> >> >> 5.10 is scheduled for the end of this year. I'd ra

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Andrew Ialacci
Ahh. Great point! Forgot all about this despite using it daily for templates. :P Thank you 🍍 Sent from my iPhone On Jun 28, 2017, at 9:49 AM, Shantanu Tushar mailto:shaan...@gmail.com>> wrote: You don't necessarily need a separate file,just import like this - import QtQuick.Controls 1.4 as

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Shantanu Tushar
You don't necessarily need a separate file,just import like this - import QtQuick.Controls 1.4 as QQC1 import QtQuick.Controls 2.1 QQC1.TableView { // // ... Button { // this will be QtQuick Controls 2 Button } } On Wed, Jun 28, 2017 at 12:48 PM, Andrew Ialacci wrote: > Thank

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Andrew Ialacci
Thank you for your time and response! I originally tried to use the current / old TableView but noticed when including the import in my QML file it also downgraded the other components like Button to the old style. Putting the QtQuick.Controls 1.4 import and declaring the TableView declaration

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-26 Thread J-P Nurmi
On 26 Jun 2017, at 19:10, Jean-Michaël Celerier mailto:jeanmichael.celer...@gmail.com>> wrote: On Mon, Jun 26, 2017 at 6:19 PM, Frederik Gladhorn mailto:frederik.gladh...@qt.io>> wrote: 5.10 is scheduled for the end of this year. I'd rather expect this to be in 5.11 - mid next-year. I hope we

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-26 Thread Jean-Michaël Celerier
On Mon, Jun 26, 2017 at 6:19 PM, Frederik Gladhorn wrote: > > > 5.10 is scheduled for the end of this year. I'd rather expect this to be in > 5.11 - mid next-year. I hope we'll have something sooner for people to play > with though, let's see. > Question: why must a single component like this be

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-26 Thread Frederik Gladhorn
On søndag 25. juni 2017 10.32.27 CEST Andrew Ialacci wrote: > Hello, > > I understand that there is currently no TableView in Qt Quick Controls 2. > > According to this bug report, it’s slated for 5.10: > https://bugreports.qt.io/browse/QTBUG-51710 I just commented on the bug, I doubt we'll get

[Interest] TableView in Qt Quick Controls 2

2017-06-25 Thread Andrew Ialacci
Hello, I understand that there is currently no TableView in Qt Quick Controls 2. According to this bug report, it’s slated for 5.10: https://bugreports.qt.io/browse/QTBUG-51710 Does anyone know if this is still true? Or when 5.10 will be released? Can anyone think of a way to use a GridView or