diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-12-18 09:40:45 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-12-18 09:40:53 -0500 |
| commit | 39da63b33c14cfa3f640a761fad1e27b79f9c91f (patch) | |
| tree | 70dc4c8f050622d85ba8eef6cceaa43d7c1912fc /ui | |
| parent | 6138978808829172448615980742756831959788 (diff) | |
truncate long paths in triage view and prevent the UI from moving when starting BASE
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/copyablelabel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/copyablelabel.h b/ui/copyablelabel.h index e0b79bed..65802160 100644 --- a/ui/copyablelabel.h +++ b/ui/copyablelabel.h @@ -5,10 +5,12 @@ class BINARYNINJAUIAPI CopyableLabel: public QLabel { QColor m_desiredColor {}; QString m_hiddenText; + QString m_copyText; public: CopyableLabel(const QString& text, const QColor& color); void setHiddenText(const QString& text); + void setCopyText(const QString& text); void enterEvent(QEnterEvent* event) override; void leaveEvent(QEvent* event) override; void mousePressEvent(QMouseEvent* event) override; |
