Hi everybody,
currently I am working on a program that acts as a partial activesync replacement under linux. I am writing the program in Python combined with PyQt4 and I am trying to figure out how to get a list widget to look like something Microsoft uses for their ActiveSync. I want to list all partnerships available on the phone (and later on also enable people to modify the partnerships).
The ultimate goal would be the following bottom part of the screen:
I am only interested in knowing howto create such a 'tree' like structure where all possible sync-items (Contacts, Calendar, E-mail) belonging to one Sync-Group(Windows PC in this case) are all indented underneath the group, but without the little dotted lines I would get while using a qtreeview.
Furthermore, I am not interested in the second column that is present in the screenshot, only in the listing of all groups with all subitems.
My guess is that I would have to create this some way using a qlistview or so, but I just can't seem to find the right examples/instructions on how to create such a listview.
Could anybody provide some starters for me (preferably python, but c++ should be ok also, i think I can convert it quite easily)
Bookmarks