Baloo Widgets
tagwidget.cpp
32 // TODO spacingHint should be declared. Old code m_flowLayout = new KBlockLayout( 0, KDialog::spacingHint()*3 );
67 m_showAllLinkLabel->setText(QLatin1String("<a href=\"add_tags\">") + (m_checkBoxHash.isEmpty() ? i18nc("@label", "Add...") : i18nc("@label", "Edit..."))
148 connect(d->m_editTagsDialog, SIGNAL(finished(int)), this, SLOT(slotKEditTagDialogFinished(int)));
typedef Alignment
Q_EMITQ_EMIT
ApplicationModal
void setForegroundRole(QPalette::ColorRole role)
bool hasNext() const const
void selectionChanged(const QStringList &tags)
Emitted whenever the selection of tags changes.
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Accepted
void setEnabled(bool)
QMapIterator::Item next()
void setSelectedTags(const QStringList &tags)
Set the list of selected tags.
Definition: tagwidget.cpp:123
The KBlockLayout arranges widget in rows and columns like a text editor does.
Definition: kblocklayout.h:20
QString i18nc(const char *context, const char *text, const TYPE &arg...)
QObject * parent() const const
Qt::Alignment alignment() const
The alignment of the tags in the widget.
Definition: tagwidget.cpp:113
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 19 2022 04:12:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 19 2022 04:12:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.