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