Hi,
I have a widget that consists QFrame and QTextBrowser.
I called frame->lower() and located QFrame at bottom of the widget and QTextBrowser is located on the QFrame.
QTextBrowser shows URL and when I clicked it, my app launches browser.
It works on MS-Windows but maemo.
If I hide the QFrame, it works on maemo also.
So I guess QFrame intercepts the clicked event for QTextBrowser on maemo.
How can I enable the function?
I'm using 4.6.2~git20100212-0maemo1.
Regards,
Kimitake


Reply With Quote

