MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

Implement a Share::Treeview_Arborescence rather than textual #18

Open hobeika opened 9 years ago

hobeika commented 9 years ago

I have been playing around with the ShareDetails.qml

The textual_arborescence is convenient for our current tests purposes. Yet it seems a TreeView would be a user friendly display since shares contains folders and files

MichaelMure commented 9 years ago

Totally. I added textual_arborescence to have a first feedback and to test ObjectIterator which i guess is needed to implement a TreeView.

hobeika commented 9 years ago

Waiting for Qt5.5 to be available in debian testing. Once it is packaged we will be able to use TreeViews inside qml files.