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.

Properties

Public Functions

(obsolete) dumpObjectInfo()
(obsolete) dumpObjectTree()
(obsolete) bool isClickable() const
(obsolete) bool isEnabledToTLW() const
(obsolete) bool isMovable() const
(obsolete) bool isTopLevel() const
(obsolete) QHeaderView::ResizeMode resizeMode(int logicalIndex) const
(obsolete) void setClickable(bool clickable)
(obsolete) void setMovable(bool movable)
(obsolete) void setResizeMode(QHeaderView::ResizeMode mode)
(obsolete) void setResizeMode(int logicalIndex, QHeaderView::ResizeMode mode)
(obsolete) QWidget *topLevelWidget() const

Protected Functions

(obsolete) int horizontalStepsPerItem() const
(obsolete) void setHorizontalStepsPerItem(int steps)
(obsolete) void setVerticalStepsPerItem(int steps)
(obsolete) int verticalStepsPerItem() const

Member Function Documentation

bool QHeaderView::isClickable() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use sectionsClickable instead.

See also sectionsClickable().

bool QHeaderView::isMovable() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use sectionsMovable instead.

See also sectionsMovable().

QHeaderView::ResizeMode QHeaderView::resizeMode(int logicalIndex) const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use sectionResizeMode instead.

See also setResizeMode() and sectionResizeMode().

void QHeaderView::setClickable(bool clickable)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use setSectionsClickable instead.

See also isClickable() and setSectionsClickable().

void QHeaderView::setMovable(bool movable)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use setSectionsMovable instead.

See also isMovable() and setSectionsMovable().

void QHeaderView::setResizeMode(QHeaderView::ResizeMode mode)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use setSectionResizeMode instead.

See also resizeMode() and setSectionResizeMode().

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

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This is an overloaded function.

Use setSectionResizeMode instead.

See also setSectionResizeMode().

© 2021 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.