Searched refs:sltSetProgress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequestWidget.h56 void sltSetProgress(qint64 iReceived, qint64 iTotal);
H A DUINetworkManagerIndicator.h73 void sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal);
H A DUINetworkManagerIndicator.cpp62 this, SLOT(sltSetProgress(const QUuid &, qint64, qint64)));
136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) function in class:UINetworkManagerIndicator
H A DUINetworkRequestWidget.cpp57 connect(m_pNetworkRequest, SIGNAL(sigProgress(qint64, qint64)), this, SLOT(sltSetProgress(qint64, qint64)));
118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) function in class:UINetworkRequestWidget

Completed in 44 milliseconds