Quote Originally Posted by X-man View Post
Pardon the typo (can't expect a lot at 3am) - it is value1....
You should consider sleeping then..
Quote Originally Posted by X-man View Post
I am on MSVC 2005. Are you suggesting to edit the .pro file and adding a line with "QT +=console"? Is that suppose to fix the fact that I don't get a qDebug? Because inside the same program I am using qDebug with no problem...
Alright, then you can forget about adding "QT += console". Are you sure that the mentioned line gets actually executed? What if you include <QtDebug> and make it
Qt Code:
  1. qDebug() << valueSpinBox1->value();
To copy to clipboard, switch view to plain text mode 
?