[Development] Scatter plots (individual colours)

2018-08-28 Thread Jose Fernandez Navarro
Hello Qt developers, I am wondering if there are plans to make QtDataVisualization and QtCharts support individual colours/values for the data items. I am very grateful to Qt and its developers but with all my respect providing a data visualisation library that does not support assignation of

[Development] [Bug] QOpenGLWidget::grab() not behaving properly

2017-11-29 Thread Jose Fernandez Navarro
Hello, I have a QOpenGLWidget object where I draw using both OpenGL and QPainter. When I called grab() on the object prior 5.9.2 I would get a seg. fault. Now (5.9.2) I can grab the widget's image but the QPainter stuff is missing and actually it dissappears from the widget until I refresh it ag

[Development] QJsonDocument parsing file size limit

2014-08-04 Thread Jose Fernandez
Hello, Please correct me if this is not the correct place to post this question. I am wondering why the file size limit to parse JSON files with QJsonDocument::parse(..) is around 128MB? Are there plans to increase this limit in future releases? Cheers, Jose _