We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a46ff commit 6000816Copy full SHA for 6000816
src/resources/qml/editors/MultilineEditor.qml
@@ -43,6 +43,7 @@ ColumnLayout
43
Layout.fillWidth: true
44
45
Text { text: root.fieldLabel }
46
+ TextEdit { text: "size in bytes: " + binaryUtils.binaryStringLength(value); readOnly: true; color: "#ccc" }
47
Text { id: binaryFlag; text: "[Binary]"; visible: false; color: "green"; }
48
Text { id: compressedFlag; text: "[GZIP compressed]"; visible: false; color: "red"; } // TBD
49
Item { Layout.fillWidth: true }
0 commit comments