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

Method addTransactionItem

kdevplatform/shell/progresswidget/progressdialog.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44TransactionItem *TransactionItemView::addTransactionItem( ProgressItem *item, bool first )
45{
46 auto *ti = new TransactionItem( mBigBox, item, first );
47 mBigBox->layout()->addWidget( ti );
48
49 resize( mBigBox->width(), mBigBox->height() );
50
51 return ti;
52}
53
54void TransactionItemView::resizeEvent ( QResizeEvent *event )
55{

Callers 1

slotTransactionAddedMethod · 0.80

Calls 1

addWidgetMethod · 0.45

Tested by

no test coverage detected