Show
Ignore:
Timestamp:
05/11/08 06:43:50 (7 months ago)
Author:
eugene
Message:

Made automatic list scrolling be optional.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/userviewbase.h

    r6151 r6191  
    6060   */ 
    6161  virtual void setColors(QColor back); 
     62 
     63  /** 
     64   * Reloaded from base class 
     65   * 
     66   * @param index Index of the item to scroll to 
     67   * @param hint Relative viewport position 
     68   */ 
     69  virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible); 
    6270 
    6371signals: