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

QByteArrayCursor #741

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2023

  1. Add minimal implementation of QImage

    Just enough to make the qt-tutorial for KDAB training day work
    LeonMatthesKDAB committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e42e95a View commit details
    Browse the repository at this point in the history
  2. Add QByteArrayCursor

    This is similar to Rusts Cursor<T> type.
    It allows access to a QByteArray through the `Write` + `Seek` traits.
    This is quite useful for interaction with the wider Rust ecosystem.
    LeonMatthesKDAB committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c6a7096 View commit details
    Browse the repository at this point in the history