QVector <QString> texts;texts.push_back("123");texts.push_back("456");texts.push_back("789");qDebug() << texts[1];