A custom QTreeWidgetItem. More...
Public Member Functions | |
CustomTreeWidgetItem (QTreeWidget *view, const QStringList &strings, int type=Type) | |
CustomTreeWidgetItem (QTreeWidgetItem *item, const QStringList &strings, int type=Type) | |
bool | operator< (const QTreeWidgetItem &other) const override |
A custom QTreeWidgetItem.
This class is an override of the original QTreeWidgetItem reimplementing the sort function using the numerical order for the ID columns.
Definition at line 20 of file customtreewidget.h.
|
inline |
Definition at line 23 of file customtreewidget.h.
|
inline |
Definition at line 26 of file customtreewidget.h.
|
inlineoverride |
Definition at line 28 of file customtreewidget.h.