|
GammaRay
2.0.0
|
A utility helper to configure views for remote content. More...
#include <deferredtreeviewconfiguration.h>

Public Member Functions | |
| DeferredTreeViewConfiguration (QTreeView *view, bool expandNewContent=true, bool selectNewContent=true, QObject *parent=0) | |
| void | hideColumn (int column) |
A utility helper to configure views for remote content.
When expandNewContent is set to true, the tree view will stay expanded when new content is added to the model.
When selectNewContent is set to true, the tree view will select new content, if no selection is already present.
GammaRay