Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QHeaderView.setSectionResizeMode #64

Closed
tobiasgehring opened this issue Aug 17, 2016 · 1 comment
Closed

QHeaderView.setSectionResizeMode #64

tobiasgehring opened this issue Aug 17, 2016 · 1 comment
Milestone

Comments

@tobiasgehring
Copy link
Contributor

in Qt5 QHeaderView.setResizeMode is deprecated (and thus not existing in pyqt5) and was replaced by QHeaderView.setSectionResizeMode. qtpy should define QHeaderView.setSectionResizeMode if qt4 or pyside is used to not raise an attribute error.

@ccordoba12
Copy link
Member

@tobiasgehring, could you open a pull request to fix this problem? Thanks :-)

goanpeca added a commit that referenced this issue Aug 25, 2016
fixes #64 introduce renamed methods of QHeaderView in PyQt4 and PySide
@ccordoba12 ccordoba12 added this to the v1.2 milestone Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants