Open 3D Engine AzQtComponents API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <TreeView.h>
Inherits QTreeWidget.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (StyledTreeWidget, AZ::SystemAllocator) | |
StyledTreeWidget (QWidget *parent=nullptr) | |
Protected Member Functions | |
void | startDrag (Qt::DropActions supportedActions) override |
For most of the custom QTreeWidget styling, we override in AzQtComponents::Style class, but there are some cases (e.g. drag/drop) that can only be overriden by an actual subclass of the QTreeWidget.