Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1. Want (and type):
  2. ui->plainTextEdit->textCursor().insertText(QString("ПК номер %1 на %2 заражён! "
  3.                                                    "Шаг: %3\n").arg(id).arg(pcs[id]->os).arg(step - 1));
  4. What became after saving changes (Qt initially does as I want but thi changes after save/compile):
  5. ui->plainTextEdit->textCursor().insertText(QString("ПК номер %1 на %2 заражён! "
  6.                                                    "Шаг: %3\n").arg(id).arg(pcs[id]->os).arg(step - 1));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement