Hi everyone, I can't read a negative number in DoubleSpinBox.
I have a minimum of -1 and a maximum of -5.
line : 197/198
What should I do? Regards.
How to change the color of a row in a QComboBox?
#include "modifcons.h"
ModifCons::ModifCons()
{
qDebug() << "modifcons";
it's good it works
#include "threadsondes.h"
#include <QDebug>
ThreadSondes::ThreadSondes()
{
Now you block the Qt queue in the process method (while(1) loop). Use Qtimer to run the process method periodically.
Lesiok Yesterday, 11:39Hi, I'm starting from scratch with a thread without run();
I can't get my signal to work anymore; it's always true!
And if you have any ideas for organizing my code, see my other posts.
...
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.
negative number
Today 11:13 by ludoQtCreator