PDA

View Full Version : JSon Problem



romzxlat
2nd March 2015, 05:52
Hi Guys,

Need Help.

We have a project. we should create Toolbox using JSon, but i dont have any about that and how to do that any tips? or sample codes for a newbie like me?

Thanks,
Roms

anda_skoa
2nd March 2015, 12:18
You need to come up with an actual question in order to get an answer.

Cheers,
_

ChrisW67
2nd March 2015, 20:21
Since you asked in a Qt forum I assume this might be of interest
http://doc.qt.io/qt-5/json.html
http://doc.qt.io/qt-5/qtcore-json-savegame-example.html

romzxlat
3rd March 2015, 06:29
any idea how to create the picture below in QT.


10984

ChrisW67
3rd March 2015, 09:16
Yes, several, but it really depends on what that image represents and what you intend to do with it.

A simply static image: QPainter::drawLine() and QPainter::drawRect()

A 2D image over which other 2D objects can be placed: QGraphicsView and QGraphicsScene

A 3D plane grid on which 3D objects should be placed: QOpenGLWindow and OpenGL functions

romzxlat
4th March 2015, 00:14
Thanks for the info. Do you have any tutorial site or helpful links that can help us to create 3D checkboard.