← Back to team overview

openlp-core team mailing list archive

[Bug 779201] [NEW] QString and QVariant auto-conversion

 

Public bug reported:

Since PyQt 4.6 (PyQt uses different version scheme than Qt) support auto
conversion of QString to/from python unicode type and auto conversion
to/from QVariant type.

Practically, it means that it is not necessary use types QString and/or
QVariant in python code.

Using auto-conversion could make the source code simpler.

For more info see

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/incompatible_apis.html
http://www.pyinstaller.org/wiki/PyQtChangeApiVersion

** Affects: openlp
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/779201

Title:
  QString and QVariant auto-conversion

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Since PyQt 4.6 (PyQt uses different version scheme than Qt) support
  auto conversion of QString to/from python unicode type and auto
  conversion to/from QVariant type.

  Practically, it means that it is not necessary use types QString
  and/or QVariant in python code.

  Using auto-conversion could make the source code simpler.

  For more info see

  http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/incompatible_apis.html
  http://www.pyinstaller.org/wiki/PyQtChangeApiVersion


Follow ups

References