diff options
| author | Méven Car <[email protected]> | 2021-04-19 05:10:11 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2021-04-19 05:10:11 +0000 |
| commit | 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 (patch) | |
| tree | f80eeabb2a24b1da2a0adf248f43fa1db64b623b /src/kitemviews/kitemlistview.h | |
| parent | a27b4c5c608174e0164a02275749238b423d01a5 (diff) | |
When renaming files, move to next file using tab key or up/down
To rename previous file:
Up or Shift-Tab
To rename next file:
Down or Tab
Credit goes to msciubidlo
FEATURE: 403931
FEATURE: 269987
BUG: 334533
FIXED-IN: 21.08
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index a84794335..5453d851f 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -307,6 +307,12 @@ Q_SIGNALS: void roleEditingCanceled(int index, const QByteArray& role, const QVariant& value); void roleEditingFinished(int index, const QByteArray& role, const QVariant& value); + /** + * Emitted once scrolling has finished, or immediately if no scrolling was necessary + * to get item in view in scrollToItem. + */ + void scrollingStopped(); + protected: QVariant itemChange(GraphicsItemChange change, const QVariant &value) override; void setItemSize(const QSizeF& size); |
