QByteArray data;
QString str = QCoreApplication::applicationDirPath();
QString jsonPath=str+"";
QFile file(jsonPath);
file.open(QIODevice::ReadOnly| QIODevice::Text);
QByteArray t = file.readAll();
QByteArray data;
QString str = QCoreApplication::applicationDirPath();
QString jsonPath=str+"";
QFile file(jsonPath);
file.open(QIODevice::ReadOnly| QIODevice::Text);
QByteArray t = file.readAll();