• Public Functions
    • QAbstractItemView ( QWidget * parent = 0 )
    • QAbstractItemView::SelectionBehavior selectionBehavior () const
  • The QAbstractItemView class provides the basic functionality for item view classes.
  • The QAbstractItemView class is an abstract class and therefore, technically, no further instances actually have to be created.
  • The basic functionality for item view classes. Java wrapper for Qt class QAbstractItemView.
  • To fully control the display and editing of items, you can specify a delegate using setItemDelegate(). QAbstractItemView provides many protected functions.
  • readwrite. Definition at line 85 of file qabstractitemview.h . The documentation for this class was generated from the following file
  • Some of QAbstractItemView's functions are concerned with scrolling, for example setHorizontalScrollMode() and setVerticalScrollMode().
  • 1. Demand description. Previous articleQt's QAbstractItemView view item drag and drop (1)Describes a way to implement the drag and drop of...
  • Some of QAbstractItemView's functions are concerned with scrolling, for example setHorizontalScrollMode() and setVerticalScrollMode().
  • FUNCTIONS REFERENCE. Source: /harbour/contrib/hbqt/QAbstractItemView.cpp. Qt_QAbstractItemView_alternatingRowColors( pQAbstractItemView ).