[][src]Module qt_widgets::q_abstract_item_view

C++ type: QAbstractItemView

Structs

CursorAction

This enum describes the different ways to navigate between items,

DragDropMode

Describes the various drag and drop events the view can act upon. By default the view does not support dragging or dropping (NoDragDrop).

DropIndicatorPosition

This enum indicates the position of the drop indicator in relation to the index at the current mouse position:

EditTrigger

This enum describes actions which will initiate item editing.

ScrollHint

C++ enum: QAbstractItemView::ScrollHint.

ScrollMode

Describes how the scrollbar should behave. When setting the scroll mode to ScrollPerPixel the single step size will adjust automatically unless it was set explicitly using setSingleStep(). The automatic adjustment can be restored by setting the single step size to -1.

SelectionBehavior

C++ enum: QAbstractItemView::SelectionBehavior.

SelectionMode

This enum indicates how the view responds to user selections:

State

Describes the different states the view can be in. This is usually only interesting when reimplementing your own view.