15#ifndef ROWMOVE_TREE_VIEW_H
16#define ROWMOVE_TREE_VIEW_H
41 void dropEvent(QDropEvent *event)
override;
A tree view that moves to the next column (same row) on Tab while editing, rather than the next row (...
Definition rowmove_tree_view.h:26
void dropEvent(QDropEvent *event) override
Handles drop events for row reordering within the tree.
Definition rowmove_tree_view.cpp:40
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