- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
QString newText=text;
if (weShouldIgnoreSpaces())
newText.replace(QString(" "),QString("%"));
delete modelAnswer;
delete modelQuestion;
modelAnswer = new QSqlQueryModel(0);
modelQuestion = new QSqlQueryModel(0);
questionOutput->setModel(modelQuestion);
answerOutput->setModel(modelAnswer);
guest8 11.07.2020 03:32 # −999