9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
7 Module implementing the storage backend for the hex editor. | 7 Module implementing the storage backend for the hex editor. |
8 """ | 8 """ |
9 | 9 |
10 import sys | 10 import sys |
11 | 11 |
12 from PyQt6.QtCore import QBuffer, QIODevice, QByteArray | 12 from PyQt6.QtCore import QBuffer, QByteArray, QIODevice |
13 | 13 |
14 | 14 |
15 class HexEditChunk: | 15 class HexEditChunk: |
16 """ | 16 """ |
17 Class implementing a container for the data chunks. | 17 Class implementing a container for the data chunks. |