summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qsidebar_p.h
Commit message (Collapse)AuthorAgeFilesLines
* There is no way to delete a invalid entry in the sidebar of QFileDialog.Alexis Menard2009-04-211-1/+12
| | | | | | | | | | | We can't remove an item in the sidebar if the bookmark is not valid (i.e. link to a non existing directory). ItemViews doesn't allow you to have disabled items and to select them at the same time, so i have implemented a delegate that paint in gray if the bookmark is invalid. So you can click on it and delete it. Task-number: 251341 Reviewed-by: jasplin
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+147