MCPcopy Create free account
hub / github.com/KDE/kdevelop / setStatus

Method setStatus

kdevplatform/shell/progresswidget/progressdialog.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void TransactionItem::setStatus( const QString &status )
187{
188 mItemStatus->setText( fontMetrics().elidedText( status, Qt::ElideRight, MAX_LABEL_WIDTH ) );
189}
190
191void TransactionItem::setTotalSteps( int totalSteps )
192{

Callers 1

slotTransactionStatusMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected