Home · All Classes · Modules

QColumnView Class Reference
[QtGui module]

Inherits QAbstractItemView.

Methods

Qt Signals


Detailed Description


Method Documentation

QColumnView.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

list-of-int QColumnView.columnWidths (self)

QAbstractItemView QColumnView.createColumn (self, QModelIndex)

QColumnView.currentChanged (self, QModelIndex, QModelIndex)

This method is also a Qt slot with the C++ signature void currentChanged(const QModelIndex&,const QModelIndex&).

int QColumnView.horizontalOffset (self)

QModelIndex QColumnView.indexAt (self, QPoint)

QColumnView.initializeColumn (self, QAbstractItemView)

bool QColumnView.isIndexHidden (self, QModelIndex)

QModelIndex QColumnView.moveCursor (self, QAbstractItemView.CursorAction, Qt.KeyboardModifiers)

QWidget QColumnView.previewWidget (self)

QColumnView.resizeEvent (self, QResizeEvent)

bool QColumnView.resizeGripsVisible (self)

QColumnView.rowsInserted (self, QModelIndex, int, int)

QColumnView.scrollContentsBy (self, int, int)

QColumnView.scrollTo (self, QModelIndex, QAbstractItemView.ScrollHint hint = QAbstractItemView.EnsureVisible)

QColumnView.selectAll (self)

QColumnView.setColumnWidths (self, list-of-int)

QColumnView.setModel (self, QAbstractItemModel)

QColumnView.setPreviewWidget (self, QWidget)

The QWidget argument has it's ownership transferred to Qt.

QColumnView.setResizeGripsVisible (self, bool)

QColumnView.setRootIndex (self, QModelIndex)

QColumnView.setSelection (self, QRect, QItemSelectionModel.SelectionFlags)

QColumnView.setSelectionModel (self, QItemSelectionModel)

QSize QColumnView.sizeHint (self)

int QColumnView.verticalOffset (self)

QRect QColumnView.visualRect (self, QModelIndex)

QRegion QColumnView.visualRegionForSelection (self, QItemSelection)


Qt Signal Documentation

void updatePreviewWidget (const QModelIndex&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0