-
Notifications
You must be signed in to change notification settings - Fork 252
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
missing: PySide2.QtWidgets.QHeaderView.setSectionsClickable #292
Comments
How would you like this member handled? Qt.py could either hide it from PySide2/PyQt5, or reimplement it for PySide/PyQt4. |
I believe that just in general, QHeaderView got changed in such a way that some of the methods got renamed into including the "Section" or "Sections" word, for example:
http://doc.qt.io/archives/qt-4.8/qheaderview.html |
Oh, I see, I will check that in my code, thanks!
…On 18/06/18 7:18 PM, Fredrik Averpil wrote:
I believe that just in general, QHeaderView got changed in such a way
that many of the methods got renamed into including the "sections"
word, for example:
|# Qt4 PyQt4.QHeaderView.setResizeMode
PySide.QtGui.QHeaderView.setClickable # Qt5
PyQt4.QtWidgets.QHeaderView.setSectionResizeMode
PySide2.QtWidgets.QHeaderView.setSectionResizeMode |
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#292 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABpUK6LLexN_9kP4PFEniHXYcHHH_6XTks5t91RDgaJpZM4Uqsej>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
looks like this method which exists in PySide2 but not PySide is not handled in Qt.py at the moment:
PySide2.QtWidgets.QHeaderView.setSectionsClickable(clickable)
The text was updated successfully, but these errors were encountered: