Re: [Development] [Qt-Quick] GridStar layout for QML

2017-05-28 Thread Casey Sanchez
1. At this point, no it does not. That feature can be easily added. 2. Again, no. I'm certain it wouldn't be that difficult of an implementation however. 3. Not necessarily, any span value less than or equal to 0 spans the remaining rows, plus that value. So 0 spans the remaining rows, -1 spans the

Re: [Development] [Qt-Quick] GridStar layout for QML

2017-05-28 Thread Mark Gaiser
On Sun, May 28, 2017 at 5:00 AM, Casey Sanchez wrote: > I've created a grid layout that I find to be more functional than the > default that is provided. > > For full documentation please see: > https://forum.qt.io/topic/64699/gridstar-layout > > The Git Repo can be found here: > https://github.c

Re: [Development] [Qt-Quick] GridStar layout for QML

2017-05-28 Thread Casey Sanchez
Pardon me, if you couldn't tell I am new at this; LGPLv2.1 added accordingly. Thank you for the warning. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Qt-Quick] GridStar layout for QML

2017-05-28 Thread Mat Sutcliffe
I don't see a copyright license. On 28 May 2017 at 04:00, Casey Sanchez wrote: > I've created a grid layout that I find to be more functional than the > default that is provided. > > For full documentation please see: > https://forum.qt.io/topic/64699/gridstar-layout > > The Git Repo can be fou