목록Study/Qt/QML (2)
기록중
QJsonParseError
http://doc.qt.io/qt-5/qjsonparseerror.html#ParseError-enum QJsonParseError::NoError 관련 안내가 있어서 편함.
Study/Qt/QML
2016. 3. 31. 08:24
[Qt] QJsonObject, QJsonValue
json 파일 읽어들이고, 다시 내보내고! jsonfile.json { "appDesc": { "description": "SomeDescription", "message": "SomeMessage" }, "appName": { "description": "Home", "message": "Welcome", "imp":["awesome","best","good"] }, "icon": { "default": "hello.png", "clicked": "World.png" }, "iconOld": "oneValue.png" } #include #include #include #include #include int main(int argc, char *argv[]) { QCoreApplication a(arg..
Study/Qt/QML
2016. 2. 17. 09:15