Re: [Development] QSystemAlignedTimer to QtCore

2012-02-20 Thread kranthi.kumar-kuntala
adio on at the same time). The service is not only for network-aware applications, it is for use by any applications that need to periodic wake-ups. Best regards, Kranthi. From: development-bounces+kranthi.kumar-kuntala=nokia@qt-project.org [d

[Development] QString::toHtmlEscaped()

2012-01-27 Thread kranthi.kumar-kuntala
Hi, I was looking at toHtmlEscaped() method in QString class which converts metacharacters <, >, &, and " replaced by HTML entities. is there any other method which can replace other metacharacters for example (: , = ) etc ? Also is there a method which will do the other way round eg: fromHtml