Baloo Widgets
tagwidget.cpp
52 // TODO spacingHint should be declared. Old code m_flowLayout = new KBlockLayout( 0, KDialog::spacingHint()*3 );
86 m_showAllLinkLabel->setText(QStringLiteral("<a href=\"add_tags\">%1</a>").arg(m_tagLabels.isEmpty() ? i18nc("@label", "Add...") : i18nc("@label", "Edit...")));
152 q->connect(m_editTagsDialog, &QDialog::finished, q, [this](int result) {kEditTagDialogFinished(result);});
void selectionChanged(const QStringList &tags)
Emitted whenever the selection of tags changes.
void setSelectedTags(const QStringList &tags)
Set the list of selected tags.
Definition tagwidget.cpp:132
void tagClicked(const QString &)
This signal is emitted whenever a tag is clicked.
The KBlockLayout arranges widget in rows and columns like a text editor does.
Definition kblocklayout.h:21
QString i18nc(const char *context, const char *text, const TYPE &arg...)
QString label(StandardShortcut id)
Accepted
void finished(int result)
void linkActivated(const QString &link)
void setText(const QString &)
void setTextFormat(Qt::TextFormat)
void addWidget(QWidget *w)
void clear()
iterator end()
iterator find(const Key &key)
iterator insert(const Key &key, const T &value)
bool isEmpty() const const
QList< Key > keys() const const
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
typedef Alignment
PlainText
ApplicationModal
void setForegroundRole(QPalette::ColorRole role)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.