You might be able to do this with the QDataWidgetMapper::itemDelegate() . It is responsible for marshalling data to/from the widgets so it should be able to use an alternate role as the source and...
ChrisW67 Today, 03:22Two things.
No data is sent or received until your code returns to the Qt event loop. From what I can see, your interface code goes into a busy wait loop more-or-less guaranteeing that Qt never...
Indeed, I originally inlined the implementation and then copy-n-pasted myself into the missing semicolon ;)
ChrisW67 Today, 02:51ChrisW67 forget to add a semicolon after the function declaration. Don't just blindly copy code and paste it into your application. Think about the answer before you use it.
d_stranz Yesterday, 18:14Qt 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.
Plots alignment
10th April 2021 14:50 by Eugene K