21#include <QContextMenuEvent>
31class ShowfotoFolderViewBar;
69 void mouseDoubleClickEvent(QMouseEvent*)
override;
70 void contextMenuEvent(QContextMenuEvent*)
override;
71 void mouseMoveEvent(QMouseEvent*)
override;
72 void wheelEvent(QWheelEvent*)
override;
73 void keyPressEvent(QKeyEvent*)
override;
74 void focusOutEvent(QFocusEvent*)
override;
75 void leaveEvent(QEvent*)
override;
78 bool acceptToolTip(
const QModelIndex& index)
const;
83 void slotOpenInFileManager();
88 Private*
const d =
nullptr;
Definition showfotofolderviewbar.h:37
Definition showfotofolderviewlist.h:34
~ShowfotoFolderViewList() override
Definition showfotofolderviewlist.cpp:93
void slotIconSizeChanged(int)
Definition showfotofolderviewlist.cpp:122
FolderViewMode
Definition showfotofolderviewlist.h:40
@ ShortView
Definition showfotofolderviewlist.h:41
@ DetailledView
Definition showfotofolderviewlist.h:42
FolderViewRole
Definition showfotofolderviewlist.h:46
@ FileType
Definition showfotofolderviewlist.h:49
@ FileSize
Definition showfotofolderviewlist.h:48
@ FileDate
Modifier date.
Definition showfotofolderviewlist.h:50
@ FileName
Definition showfotofolderviewlist.h:47
Definition showfotofolderviewbar.cpp:43