/** @see QWidget::sizeHint() */
virtual QSize sizeHint() const;
+ void setShowHiddenFiles(bool show);
+ bool showHiddenFiles() const;
+
public slots:
/**
* Changes the current selection inside the tree to \a url.
*/
void loadSubTree();
+ /**
+ * Assures that the leaf folder gets visible.
+ */
+ void scrollToLeaf();
+
private:
/**
* Initializes the base URL of the tree and expands all
private:
bool m_setLeafVisible;
- bool m_dirListerCompleted;
+ int m_horizontalPos;
KDirLister* m_dirLister;
DolphinModel* m_dolphinModel;
DolphinSortFilterProxyModel* m_proxyModel;