Obsolete Members for QHeaderView

The following members of class QHeaderView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) bool isClickable() const
(obsolete) bool isMovable() const
(obsolete) ResizeMode resizeMode(int logicalIndex) const
(obsolete) void setClickable(bool clickable)
(obsolete) void setMovable(bool movable)
(obsolete) void setResizeMode(ResizeMode mode)
(obsolete) void setResizeMode(int logicalIndex, ResizeMode mode)
  • 3 public functions inherited from QWidget
  • 2 public functions inherited from QObject

Member Function Documentation

bool QHeaderView::isClickable() const

Use sectionsClickable instead.

See also sectionsClickable().

bool QHeaderView::isMovable() const

Use sectionsMovable instead.

See also sectionsMovable().

ResizeMode QHeaderView::resizeMode(int logicalIndex) const

Use sectionResizeMode instead.

See also setResizeMode() and sectionResizeMode().

void QHeaderView::setClickable(bool clickable)

Use setSectionsClickable instead.

See also isClickable() and setSectionsClickable().

void QHeaderView::setMovable(bool movable)

Use setSectionsMovable instead.

See also isMovable() and setSectionsMovable().

void QHeaderView::setResizeMode(ResizeMode mode)

Use setSectionResizeMode instead.

See also resizeMode() and setSectionResizeMode().

void QHeaderView::setResizeMode(int logicalIndex, ResizeMode mode)

This is an overloaded function.

Use setSectionResizeMode instead.

See also setSectionResizeMode().

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.