I am interested in calculating the physical position of a node in QTreeView and cannot find a way to do this (other than calculating it myself, which is cumbersome and error prone, given the reliability of QTreeView ).
Is there a standard way to find the output position of data associated with QModelIndex (something similar to the way indexAt() displays the position in QModelIndex )?
c ++ model-view-controller qt qtreeview qmodelindex
Dan o
source share