- /**
- * Sets the upper left position of the view content
- * to (x,y). The content of the view might be larger than the visible area
- * and hence a scrolling must be done.
- */
- void setContentsPosition(int x, int y);
-
- /**
- * Sets the upper left position of the view content
- * to (x,y) after the directory loading is finished.
- * This is useful when going back or forward in history.
- */
- void setRestoredContentsPosition(const QPoint& pos);
-
- /** Returns the upper left position of the view content. */
- QPoint contentsPosition() const;
-