summaryrefslogtreecommitdiffstats
path: root/smtreeview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put duration and size in one Field (SmDirModel)Arno2013-04-061-0/+4
| | | | | Consolidate duration and size in one Field, like in the archive, to be consistent. Also rename the Role and Field accordingly.
* Show pic size in SmDirModelArno2013-04-061-4/+0
| | | | | | If file is an image, grab the size and add it to the model. Also, remove some leftover debug statements from SmTreeView.
* New Class: SmTreeViewArno2013-04-051-0/+51
Code reusage: all 3 tabs had the same funtions: readHeaderConfig, writeHeaderConfig and toggleHeader, so turn it into a class derived from QTreeView. Unfortunately mATree didn't do things as later added Views, so it took some time to find the culprit in SheMov::readSettings :( Hopefully I didn't break too much...