I want to do a multi-file format reader..I have the parsers done for few of the file formats that I need. But I want to make a GUI like Adobe Acrobat Reader.
i.e show thumbnails of the files on the left sidebar and content on the right. And also it should take care of multiple pages in a document. and usual functionalities like going back and forward to pages etc..
I don't want to use the Qt Design as it dumps all the stuff in one huge file. I need to make separate files for each part so that I can make modifications additions easily.
So the problem is I don't know how to make the left sidebar fill up with images(thumbnails) and when clicked it should show up the respective content painted on the right. And I am using QGraphicsView framework so that my content are editable/draggable later. So something using qgraphicsview would be helpful.
Could somebody give a small demo of what I need or atleast bits and pieces of what I am looking for. Right now my UI looks like a simple reader with menu on top and the central widget shows the content when a file is loaded through the file menu.
So I need some help on the UI and also how to distribute and store things of UI in different classes and what has to be stored in what class and how the interaction takes place.
Its not that I am asking for spoon feeding, but after several tries of failed attempts to get the kind of UI and functionality I planned to post it on this forum.
any help would be appreciated.
Bookmarks