mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
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:
@@ -13,8 +13,12 @@ public:
|
||||
private:
|
||||
void copy();
|
||||
|
||||
private slots:
|
||||
void vscrollbarChanged(int value);
|
||||
|
||||
protected:
|
||||
virtual void keyPressEvent(QKeyEvent* event);
|
||||
virtual void updateGeometries();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user