X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicbutton.cpp;h=fd1d86a77c476acff342da227481a472e76f88c1;hp=a31c69de3e8139a5ef9db953959ae5b04d989136;hb=3031af9e62dc2e88dad257f08d5c0b542c7b4add;hpb=3a1dd24afe094d68259b59273e2970e461f2718a diff --git a/src/qtui/topicbutton.cpp b/src/qtui/topicbutton.cpp index a31c69de..fd1d86a7 100644 --- a/src/qtui/topicbutton.cpp +++ b/src/qtui/topicbutton.cpp @@ -36,6 +36,7 @@ TopicButton::TopicButton(QWidget *parent) : QAbstractButton(parent) { setFixedHeight(QFontMetrics(qApp->font()).height()); + setToolTip("Click to edit!"); } void TopicButton::paintEvent(QPaintEvent *event) { @@ -75,3 +76,4 @@ void TopicButton::setAndStyleText(const QString &text) { setFixedHeight(height); } +