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 8ba7106 commit 0e67c44Copy full SHA for 0e67c44
ui/copyablelable.h
@@ -4,10 +4,11 @@
4
class BINARYNINJAUIAPI CopyableLabel: public QLabel
5
{
6
QColor m_desiredColor {};
7
- QString altText = "";
+ QString m_hiddenText;
8
9
public:
10
- CopyableLabel(const QString& text, const QColor& color, bool show = true);
+ CopyableLabel(const QString& text, const QColor& color);
11
+ void setHiddenText(const QString& text);
12
void enterEvent(QEnterEvent* event) override;
13
void leaveEvent(QEvent* event) override;
14
void mousePressEvent(QMouseEvent* event) override;
0 commit comments