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)
void linkActivated(const QString &link)
void setText(const QString &)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.