Hello guys,
I've been having problems exporting source to a QTextStream using a QStringList.
This is my code trying to export;
Code:
Something Something Two
And i've got;
Code:
S O M E T H I N G .... etc...
This is my code;
Code:
for (int j = 0; j < TalkList[i].Script_t.size(); j++) { //luaTxt << TalkList[i].Script_t.value(); }
Script_t is a QStringList
I'm trying to parse the lines one by one to the textstream with 2 initial tabs (\t\t) but result is strange.
Please help me it's 6:53 and I've 2 hours trying to solve it :(