I've compiled and installed QT 4.2.2 OpenSource version for linux. I noticed the documentation says there are two new signals for the QLabel object. Those are linkActivated() and linkHovered(). I tried to connect the linkActivated() signal for one of my working app's to a slot. The app's form was created via QT Designer. It compiles fine, no errors or warnings. When I run the app, I get a message that the signal does not exist. Does anyone know what I may be missing?
Thanks,
Glenn
Bookmarks