Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-76492

[Spike]: Research options for a better QIODevice abstraction

    XMLWordPrintable

Details

    • Epic
    • Resolution: Unresolved
    • P1: Critical
    • None
    • None
    • Core: I/O
    • Qt6IODevice
    • 100

    Description

      QIODevice has several shortcomings:

      • it requires inheritance
      • it buffers/copies data
      • it is designed for synchronous usage
      • error handling is limited

      Separating the producing and consuming of data independent from how the data is processed, would give us a lot more flexibility, allowing piping, implementing a device without inheritance, and not be tied to a synchronous API.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              vhilshei Volker Hilsheimer
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes