Skip to content

Shim PyQt5 ToPyDateTime for compatibility with PySide2 #153

@stonebig

Description

@stonebig

I fail on this problem:

  • on PyQt5 we have QtCore.QDateTime.toPyDateTime()
  • on PySide2 we have QtCore.QDateTime.toPython()

==> Is it manageable in QtPy ? (making .QDateTime.toPyDateTime() redirect to .QDateTime.toPython(), when PySide2 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions