I would approach this from the opposite direction. Instead of having a graphics scene update a database, have the database update the graphics scene. The user interactions add entries to the...
d_stranz 28th May 2023, 19:06Yes, indeed! It does seem odd. I have run into this issue before and yes, then it starts paging and the paging can't keep up with the rate the memory is being claimed so you end up in a system...
Cruz 28th May 2023, 09:33There is an example distributed with Qt called "diagramscene". In the application, the user creates a variety of graphics objects in the Graphics Scene. I am interested in saving this data in a...
Narada 27th May 2023, 20:11That seems odd. You should have received a segfault or something if you tried to use memory the program had requested but the OS was unable to provide. And even if you ran out of physical memory,...
d_stranz 27th May 2023, 16:00For the record, I found that the problem was an issue of extensive memory consumption. The program wasn't even leaking, but "legitimately" claiming more and more memory over time until it hit the...
Cruz 26th May 2023, 21:05Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Problem with QSslCertificate
26th May 2023 11:26 by Lesiok