Kstars
kshelplabel.cpp
33 //TODO This function probably needs to be removed since the theme setting stakes care already of link colors
38 "blue"); // In night colors mode, use red links because blue links are black through a red filter.
39 QLabel::setText("<a href=\"ai-" + m_anchor + "\" style=\"color: " + linkcolor + "\" >" + text() + "</a>");
void invokeHelp(const QString &anchor=QString(), const QString &appname=QString())
bool openUrl(const QUrl &url)
QLabel(QWidget *parent, Qt::WindowFlags f)
void linkActivated(const QString &link)
void setText(const QString &)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:53:51 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:53:51 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.