void Froid::modeFroid()
{
qDebug() << "departFroid" << departFroid;
switch (transitionGainableFroid) {
case TEMPO_COMPRESSEUR_FROID:
qDebug() <<...
I do not see anywhere in the code you have posted where you call the method
Froid::etatCompresseurFroid() so of course you will not receive the signal in the MainWindow slot. Connecting a signal...
Hello,
I can't send a signal from a class to mainwindow without setting up a thread.
How can I do this? Thank you.
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
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.
Debugging issues -debugger stuck?
12th June 2025 12:52 by QNewbie