--- Begin Message ---
Hi,

I'm trying to do a page navigation which isn't hierarchical. The goal
is to do a source code editor, with the possibility to open multiple
files at the same time.

My first idea was to use a main view which present the list of opened
files and use push/pop in a StackPage. But as poping page release the
instatied qml object, it s not a solution.

The second idea was to use a TabGroup, but on Harmattan this mean that
the filename will not be readable in the toolbar when more than 3
files will be opened.

Then i try to use a VisualItemModel, to 'swipe' between the page, but
i didn't found a way to populate the model dynamically.

Using multiple QDeclarativeView isn't a true solution as task manager
rearrange windows order and it s difficult to target the right window
with the miniature (Also doing thing like that consume too much
memory).

I probably miss something here. Any advice ?

Thanks
-- 
Benoît HERVIER (Khertan) -- http://khertan.net/
Envoyé depuis mon Nokia NXY

--- End Message ---
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to