What 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 Today, 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...
It can be avoided by set QT_HASH_SEED=0
MS47608 8th November 2024, 10:33If "curve" is derived from QObject, then it is owned by a parent QObject. When you are inside a slot, this ownership is not usually cleaned up until after the slot exits and control returns to the...
d_stranz 7th November 2024, 18:48The environments for your desktop, terminal, and Qt Creator are probably different. In your desktop environment, the location of the qwt shared libraries is probably not included on the path that is...
d_stranz 7th November 2024, 18:41Qt 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.
Qt models and multi-threaded inserts
Today 18:07 by tuli