{"id":27867612,"url":"https://github.com/eteran/qhexview","last_synced_at":"2025-05-04T22:50:41.308Z","repository":{"id":29516780,"uuid":"33055169","full_name":"eteran/qhexview","owner":"eteran","description":"A Qt widget design to give a nice looking but traditional hex view","archived":false,"fork":false,"pushed_at":"2024-03-28T18:57:07.000Z","size":136,"stargazers_count":66,"open_issues_count":1,"forks_count":27,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-01T13:39:00.385Z","etag":null,"topics":["c-plus-plus","hex","qt","qt-widgets","widget"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eteran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING-bsd2","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-03-29T00:03:03.000Z","updated_at":"2024-04-29T08:38:41.000Z","dependencies_parsed_at":"2024-03-28T20:06:17.484Z","dependency_job_id":"2d2fe8ea-fb5e-4352-adcb-44bf161ff4dd","html_url":"https://github.com/eteran/qhexview","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteran%2Fqhexview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteran%2Fqhexview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteran%2Fqhexview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteran%2Fqhexview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eteran","download_url":"https://codeload.github.com/eteran/qhexview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252411808,"owners_count":21743604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","hex","qt","qt-widgets","widget"],"created_at":"2025-05-04T22:50:40.586Z","updated_at":"2025-05-04T22:50:41.306Z","avatar_url":"https://github.com/eteran.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"A Qt widget designed to give a nice looking but traditional hex view.\n\n![Screenshot](http://codef00.com/img/qhexview.png)\n\nBasic usage is trivial. Any `QIODevice` can be a data source for the widget. For example:\n\n\t#include \"QHexView\"\n\t#include \u003cQApplication\u003e\n\t#include \u003cQFile\u003e\n\n\tint main(int argc, char *argv[]) {\n\t\tQApplication app(argc, argv);\n\n\t\tQHexView w;\n\t\tQFile file(argv[1]);\n\t\tfile.open(QIODevice::ReadOnly);\n\n\t\tw.setData(\u0026file);\n\t\tw.show();\n\t\tapp.exec();\n\t\treturn 0;\n\t}\n\nThis is a complete program which will display in a nice hex view, the contents of a file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteran%2Fqhexview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feteran%2Fqhexview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteran%2Fqhexview/lists"}