qt convert int to qstring code example Example: from integer to qstring qt Use QString::number(): int i = 42; QString s = QString::number(i);