I have a QString in my sources. So I need to convert it to integer without \"Kb\".
QString
I tried Abcd.toInt() but it does not work
Abcd.toInt()
Use .toInt() for int .toFloat() for float and .toDouble() for double
.toInt()
.toFloat()
.toDouble()
toInt();