14#ifndef TABNAV_TREE_VIEW_H
15#define TABNAV_TREE_VIEW_H
47 QModelIndex
moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers);
57 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
A QTreeView variant that advances to the next column (same row) on Tab instead of the next row (same ...
Definition tabnav_tree_view.h:26
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
Relays the QAbstractItemView::currentChanged notification as the currentItemChanged() signal so that ...
Definition tabnav_tree_view.cpp:53
void currentItemChanged(const QModelIndex ¤t, const QModelIndex &previous)
Emitted whenever the current item changes.
QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers)
Returns the index the view should move to for a given cursor action.
Definition tabnav_tree_view.cpp:22