ExtendedTableWidget: Make scrolling less awkward with lazy population

Improve the lazy population fatchData() calls when using the vertical
scrollbar to make scrolling a lot smoother. Still not perfect but
definitely a lot better than before.
This commit is contained in:
Martin Kleusberg
2013-04-11 17:45:14 +02:00
parent ae6e452f36
commit 49239dad1f
2 changed files with 39 additions and 0 deletions

View File

@@ -13,8 +13,12 @@ public:
private:
void copy();
private slots:
void vscrollbarChanged(int value);
protected:
virtual void keyPressEvent(QKeyEvent* event);
virtual void updateGeometries();
};
#endif