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

PR: Add support for QStyleOptionFrameV3 from PyQt4 #219

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

PierreRaybaut
Copy link
Contributor

In other words:

  • From PyQt5 : from PyQt5.QtWidgets import QStyleOptionFrame
  • From PyQt4: from PyQt4.QtWidgets import QStyleOptionFrameV3
  • From QtPy: from qtpy.QtWidgets import QStyleOptionFrame

In other words:
- From PyQt5 : `from PyQt5.QtWidgets import QStyleOptionFrame`
- From PyQt4: `from PyQt4.QtWidgets import QStyleOptionFrameV3`
- From QtPy: `from qtpy.QtWidgets import QStyleOptionFrame`
@PierreRaybaut PierreRaybaut changed the title Added support for QStyleOptionFrameV3 from PyQt4 Add support for QStyleOptionFrameV3 from PyQt4 Aug 20, 2020
@ccordoba12 ccordoba12 changed the title Add support for QStyleOptionFrameV3 from PyQt4 PR: Add support for QStyleOptionFrameV3 from PyQt4 Aug 23, 2021
@ccordoba12 ccordoba12 added this to the v1.11.0 milestone Aug 23, 2021
@dalthviz
Copy link
Member

Closing (and reopening) to trigger CI run

Copy link
Member

@dalthviz dalthviz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @PierreRaybaut ! :D LGTM 👍🏼

@dalthviz dalthviz merged commit 5883101 into master Aug 24, 2021
@ccordoba12 ccordoba12 deleted the PierreRaybaut-patch-QStyleOptionFrameV3 branch August 25, 2021 04:59
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

Successfully merging this pull request may close these issues.

3 participants