Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-838

Pyside2 bindings to qCompress() and qUncompress()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 5.11.3
    • 5.11.2
    • PySide
    • None
    •  

       
    • All
    • ae51319fa8a7c02642f5d35f5d613c22e9ce8ecb, afba8e4a2 (dev)

    Description

      I think It would be awesome if PySide2 provides bindings to:

       

      QByteArray qCompress(const QByteArray & data, int compressionLevel = -1)
      QByteArray qCompress(const uchar * data, int nbytes, int compressionLevel = -1)
      QByteArray qUncompress(const QByteArray & data)
      QByteArray qUncompress(const uchar * data, int nbytes)

       

      These methods are available on PyQt5, and they provide an easy way to perform low-level IO operations from Python.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            victorgabr Victor Gabriel Leandro Alves
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes