kleopatra
newresultpage.cpp
Go to the documentation of this file.
162 label->setText( i18nc( "number, operation description", "Operation %1: %2", m_resultList->numberOfCompletedTasks() + 1, task->label() ) );
164 label->setText( i18nc( "tag( \"OpenPGP\" or \"CMS\"), operation description", "%1: %2", tag, task->label() ) );
167 NewResultPage::NewResultPage( QWidget * parent ) : QWizardPage( parent ), d( new Private( this ) )
216 Q_FOREACH ( const shared_ptr<Task> & i, coll->tasks() ) { // create labels for all tags in collection
bool isComplete() const
Definition: newresultpage.cpp:235
void setKeepOpenWhenDone(bool keep)
Definition: newresultpage.cpp:181
void setTaskCollection(const boost::shared_ptr< TaskCollection > &coll)
Definition: newresultpage.cpp:192
void addTaskCollection(const boost::shared_ptr< TaskCollection > &coll)
Definition: newresultpage.cpp:198
void completeChanged()
void setKeepOpenWhenDoneShown(bool on)
Definition: newresultpage.cpp:186
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
bool isEmpty() const
void setTextFormat(Qt::TextFormat)
void setText(const QString &)
void setText(const QString &text)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setWordWrap(bool on)
bool keepOpenWhenDone() const
Definition: newresultpage.cpp:176
void setTitle(const QString &title)
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.