24 #ifndef GAMMARAY_DEFERREDTREEVIEWCONFIGURATION_H
25 #define GAMMARAY_DEFERREDTREEVIEWCONFIGURATION_H
27 #include "gammaray_ui_export.h"
54 bool expandNewContent =
true,
bool selectNewContent =
true,
57 void hideColumn(
int column);
60 void rowsInserted(
const QModelIndex &parent);
61 void columnsInserted(
const QModelIndex &parent);
67 QVector<int> m_hiddenColumns;
72 #endif // GAMMARAY_DEFERREDTREEVIEWCONFIGURATION_H
A utility helper to configure views for remote content.
Definition: deferredtreeviewconfiguration.h:49