QColumnView Class Reference |
QColumnView ( QWidget * parent = 0 ) | |
~QColumnView () | |
QList<int> | columnWidths () const |
QWidget * | previewWidget () const |
bool | resizeGripsVisible () const |
void | setColumnWidths ( const QList<int> & list ) |
void | setPreviewWidget ( QWidget * widget ) |
void | setResizeGripsVisible ( bool visible ) |
virtual QModelIndex | indexAt ( const QPoint & point ) const |
virtual void | scrollTo ( const QModelIndex & index, ScrollHint hint = EnsureVisible ) |
virtual void | selectAll () |
virtual void | setModel ( QAbstractItemModel * model ) |
virtual void | setRootIndex ( const QModelIndex & index ) |
virtual void | setSelectionModel ( QItemSelectionModel * newSelectionModel ) |
virtual QSize | sizeHint () const |
virtual QRect | visualRect ( const QModelIndex & index ) const |
void | updatePreviewWidget ( const QModelIndex & index ) |
virtual QAbstractItemView * | createColumn ( const QModelIndex & index ) |
void | initializeColumn ( QAbstractItemView * column ) const |
virtual void | currentChanged ( const QModelIndex & current, const QModelIndex & previous ) |
virtual int | horizontalOffset () const |
virtual bool | isIndexHidden ( const QModelIndex & index ) const |
virtual QModelIndex | moveCursor ( CursorAction cursorAction, Qt::KeyboardModifiers modifiers ) |
virtual void | resizeEvent ( QResizeEvent * event ) |
virtual void | rowsInserted ( const QModelIndex & parent, int start, int end ) |
virtual void | scrollContentsBy ( int dx, int dy ) |
virtual void | setSelection ( const QRect & rect, QItemSelectionModel::SelectionFlags command ) |
virtual int | verticalOffset () const |
virtual QRegion | visualRegionForSelection ( const QItemSelection & selection ) const |
The QColumnView class provides a model/view implementation of a column view.
QColumnView displays a model in a number of QListViews, one for each hierarchy in the tree. This is sometimes referred to as a cascading list.
The QColumnView class is one of the Model/View Classes and is part of Qt's model/view framework.
QColumnView implements the interfaces defined by the QAbstractItemView class to allow it to display data provided by models derived from the QAbstractItemModel class.
See also Model/View Programming.
This property holds the way to specify if the list views gets resize grips or not.
By default, visible is set to true
Access functions:
bool | resizeGripsVisible () const |
void | setResizeGripsVisible ( bool visible ) |
See also setRootIndex().
Constructs a column view with a parent to represent a model's data. Use setModel() to set the model.
See also QAbstractItemModel.
Destroys the column view.
Returns a list of the width of all the columns in this view.
See also setColumnWidths().
To use a custom widget for the final column when you select an item overload this function and return a widget. index is the root index that will be assigned to the view.
Return the new view. QColumnView will automatically take ownership of the widget.
See also setPreviewWidget().
Reimplemented from QAbstractItemView::currentChanged().
Reimplemented from QAbstractItemView::horizontalOffset().
Reimplemented from QAbstractItemView::indexAt().
Copies the behavior and options of the column view and applies them to the column such as the iconSize(), textElideMode() and alternatingRowColors(). This can be useful when reimplementing createColumn().
This function was introduced in Qt 4.4.
See also createColumn().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com