Hi,
have a look at QWidget::setWindowIcon() and http://doc.trolltech.com/4.4/appicon.html. Why you don't use QDoubleSpinBox instead of QLabel's with a validiator?
Lykurg
Edit: and better use QString::number() than sprintf...
Hi,
have a look at QWidget::setWindowIcon() and http://doc.trolltech.com/4.4/appicon.html. Why you don't use QDoubleSpinBox instead of QLabel's with a validiator?
Lykurg
Edit: and better use QString::number() than sprintf...
HelloDan (16th February 2009)
Bookmarks