View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#32
On managing external links:

Originally Posted by marxian View Post
You can override the default behaviour when clicking on links by setting the 'linkDelegationPolicy' property of QWebPage to QWebPage :: DelegateAllLinks (or QWebPage :: DelegateExternalLinks if you want the QWebView to handle local resources).
Cool, I'll give that a shot! I was thinking of perhaps displaying the RSS feed in something other than a QWebView in order to have better control over the embedded links & such, but it is so much easier to just construct an HTML page and let the web viewer do all the hard work.

On managing the backlight:

You can do it with libx11 by setting the "_HILDON_DO_NOT_DISTURB" property
Thank you very much! I'll use this for Linguine videos asap.