Skip to content

hempnall/QHexTools

Repository files navigation

QHexTools

A collection of QtQuick components for viewing hex data

Example Usage

        HexView {
            id: hv
            xmodel: my_data
            Layout.fillWidth: true
        }


        HexData {
            id: my_data
            filename: "/Users/James/dev/projects/QHexTools/photo.jpg"
        }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published