Code review comment for lp:~zsombi/ubuntu-ui-toolkit/multicolumnview

Revision history for this message
Tim Peeters (tpeeters) wrote :

293 + The proeprty can hold either a Page instance, a component holding a Page
294 + or a QML document defining the Page. The property cannot be changed after
295 + component completion.
296 + */
297 + property var primaryPage

Why? What is the use case for this flexibility? So we just make it property Item primaryPage or even property Page primaryPage.

« Back to merge proposal