← Back to team overview

ubuntu-phone team mailing list archive

Is there an equivalent to Layout.columnSpan available on Ubuntu Touch?

 

I have a 2-column grid.  I would have like to take a label and span it
two columns, then follow it with the datepicker which would also span
two columns.

Using qt layouts, I would:
import QtQuick.Layouts 1.1

then within the grid, I would:
Layout.columnSpan: 2

I attempted to do the same on Ubuntu Touch but it didn't compile/run.

Any suggestions?  I see a great emphasis on anchors.  Is this the only
way to do this stuff at present?

Thanks in advance.




Follow ups

References