Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
doublespinbox displayed in a console
-
Hi, I’m new to Qt. To make it simple, I have a Doublespinbox and I want to display its value in the console at the bottom when clicking on a button. It’s all silly but I’m struggling. If anyone can enlighten me. Thank you very much!
-
Hi,
The quick and easy way is to use qDebug to output the value to stdout.