Add Horizontal Scroll Bar to the File Browser (#8184)

This commit is contained in:
Itreza2
2026-01-14 20:39:59 +01:00
committed by GitHub
parent 248acbf9a4
commit b390fa414a
2 changed files with 31 additions and 0 deletions

View File

@@ -147,6 +147,8 @@ protected:
void keyReleaseEvent( QKeyEvent * ke ) override;
void hideEvent( QHideEvent * he ) override;
void focusOutEvent( QFocusEvent * fe ) override;
void scrollTo(const QModelIndex &index, ScrollHint hint = EnsureVisible) override;
void wheelEvent(QWheelEvent * event) override;
private: