summaryrefslogtreecommitdiffstats
path: root/fswidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make FSWidget prettierArno2018-03-311-2/+15
| | | | | | * add programmatically rendered icons * make text Qt::black * set rootIsDecorated to false
* Actually make FSWidget show some dataArno2018-03-301-1/+63
| | | | Not pretty, but we're getting there.
* Implement adding filtersArno2018-03-301-13/+44
| | | | | | | Also safe and restore them. What I found out: setting the insert policy on QComboBoxes is totally useless when you insert items programmatically. So I implemented inserting items sorted on my own and generalized it for the dir and filter combobox, thanks to lambdas...
* Implement add and remove dir in FSWidgetArno2018-03-301-0/+48
| | | | | Still doesn't read anything from the filesystem, but now you can add and remove directories. Also, the settings are saved.
* Basic layout for new FSWidgetArno2018-03-301-0/+63
Just the layout, does absolutely nothing yet.