doublespinbox displayed in a console
Moved
Unsolved
General and Desktop
-
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.