14#ifndef TABNAV_TREE_VIEW_H
15#define TABNAV_TREE_VIEW_H
47 QModelIndex
moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers)
override;
57 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous)
override;
QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override
Returns the index the view should move to for a given cursor action.
Definition tabnav_tree_view.cpp:22
TabnavTreeView(QWidget *parent=0)
Constructs the tree view with column-wise Tab navigation.
Definition tabnav_tree_view.cpp:15
void currentItemChanged(const QModelIndex ¤t, const QModelIndex &previous)
Emitted whenever the current item changes.
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override
Relays the QAbstractItemView::currentChanged notification as the currentItemChanged() signal so that ...
Definition tabnav_tree_view.cpp:53