We don't usually do homework for people in this forum. I do not know what software you are using to display the graph, but most of the plotting widgets have the ability to transform the pixel...
d_stranz Today, 21:22Thanks for your response. I should have mentioned that I did think of creating my delegate for the data mapper (I have one for QTreeView). But after some analysis, I abandoned the idea. My tree view...
NameRakes Today, 12:55Hello
I'm working on a school project and I'm stuck !
I have to load an ECG graph then measure the distances between two peaks. I succeeded on loading the image but I couldn't do the rest. I...
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...
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.
Plots alignment
10th April 2021 14:50 by Eugene K