Thanks. I meant from a Qt point of view, the store is accessed by different parts of the program (including external plugins, which it turns out sometimes do so from threads).
Honestly I was not...
These two statements seem inconsistent to me:
If your global store has only one client (second statement), why do you say multiple threads will modify it (first statement)? Do you mean to...
I was using Qt5 under a commercial license. For Qt6, the terms were changed to a model where you had to pay for the license every year for as long as your product was available for sale, even after...
d_stranz 10th November 2024, 19:20What licensing changes are you referring to from qt5 to qt6? I was under the impression nothing much changed. Dont see anything in https://doc.qt.io/qt-6/license-changes.html either.
tuli 10th November 2024, 18:13Hi,
Say I have a model subclassed from QAbstractTableModel, which is shown in standard tablewidget.
The model models a global datastore in my program, but this store is internally threadsafe, and...
Qt 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.
How to keep QMenu context menu inside my mainscreen?
6th November 2024 16:22 by bladekel