eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html

changeset 8152
0c740fcffd34
parent 7989
a21d673a8f99
child 8215
fc5d68a6889e
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html	Thu Mar 04 17:48:09 2021 +0100
+++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html	Thu Mar 04 19:39:54 2021 +0100
@@ -104,9 +104,9 @@
     interface. When the app uses a QByteArray or Python bytearray interface,
     QBuffer is used to provide again a QIODevice like interface. No data will
     be changed, therefore HexEditChunks opens the QIODevice in
-    QIODevice.ReadOnly mode. After every access HexEditChunks closes the
-    QIODevice. That's why external applications can overwrite files while
-    HexEditWidget shows them.
+    QIODevice.OpenModeFlag.ReadOnly mode. After every access HexEditChunks
+    closes the QIODevice. That's why external applications can overwrite
+    files while HexEditWidget shows them.
 </p>
 <p>
     When the the user starts to edit the data, HexEditChunks creates a local

eric ide

mercurial