summaryrefslogtreecommitdiff
path: root/examples/triage/fileinfo.h
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-12-18 09:40:45 -0500
committerJordan Wiens <github@psifertex.com>2025-12-18 09:40:53 -0500
commit39da63b33c14cfa3f640a761fad1e27b79f9c91f (patch)
tree70dc4c8f050622d85ba8eef6cceaa43d7c1912fc /examples/triage/fileinfo.h
parent6138978808829172448615980742756831959788 (diff)
truncate long paths in triage view and prevent the UI from moving when starting BASE
Diffstat (limited to 'examples/triage/fileinfo.h')
-rw-r--r--examples/triage/fileinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triage/fileinfo.h b/examples/triage/fileinfo.h
index 4134ba45..78ba578b 100644
--- a/examples/triage/fileinfo.h
+++ b/examples/triage/fileinfo.h
@@ -13,6 +13,7 @@ class FileInfoWidget : public QWidget
void addField(const QString& name, const QVariant& value);
void addCopyableField(const QString& name, const QVariant& value);
+ void addCopyableFieldWithElide(const QString& name, const QVariant& value, int maxWidth);
void addHashFields(BinaryViewRef view);
public: