I have a code like this:
ui->labelRead->setText(QString::fromUtf8(pData).remove(cDataLength.toInt(),8));
I read data from stream and put into pData. I know my data length is 16 character. Now in above code there is a number (8). What is it?
When I move my mouse on the number 8, I read as; (const QRegExp &rx)
Can someone explain to me what is the last part for?