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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo