#include <QWidget>
#include <QWidgetAction>
#include <QMenu>
#include <QStyledItemDelegate>
#include <QList>
#include "treeitem.h"
#include <QTreeView>
Go to the source code of this file.
Typedef Documentation
Definition of a list of TreePaths.
Best would be to implement it as a QSet, but QSet needs a qHash(TreePath), and computing a unique qHash from a TreePath is, as far as I see, near to impossible. Decent algorithms (i.e. not based on "magical numbers") simply do not exist.
Function Documentation