Is the QUrl or QDesktopServices broke in qt 4.4.3? I can not get either to do anything for me:eek:
code:
Code:
void About::on_pushButton_clicked() { }
does nothing...I tryed to use a label as a link but no luck there either...
compiles fine but nothing with the link qlable I dont think the signals being emited...not sure
code:
Code:
again nothing. Its not connecting to (this) linkActivated....I google around a little but found no answers I removed the QString from my local linkActivated nothing. Even renamed it...nothing... both cases there was no errors compiled fine :mad:
