Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show pic size in SmDirModel | Arno | 2013-04-06 | 1 | -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: SmTreeView | Arno | 2013-04-05 | 1 | -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... |