Hello,
I am Q3DSurface to display my 3D data in my desktop app. I want to add more into the 3D plot like the following
Contour lines given contour levels
multiple markers placed in an XYZ...
The problem here, is you are assuming that the QProcess is still running when you start the event loop.
With the following code
QProcess process;
QEventLoop loop;
connect(process,...
If your microcontroller is sending you a response to your last command that shows it is ready for another command, then this sounds like a good opportunity to implement a signal / slot approach to...
d_stranz Yesterday, 20:55Hi All,
Using serial communication between PC and microcontroller device to send/receive set of commands.
I send a first request command to a device, and based on the response received need to...
QTabWidget has an opportunity to move tabs via setMovable(true) function.
I would like to reimplement some logic to have an ability of scrolling while user moves tab outside visible area.
For...
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.
Q3DSurface and contouring
Today 00:27 by baray98