Quote Originally Posted by Lykurg View Post
Ehm, int != QVariant. value() is returning a QVariant, so you have to call toInt() on it.
Thank you! I'm a bit new to qt4, and C++ in general.