The Notifications API lets you add real-time push notifications to your client applications running on Nokia devices. It includes a Service API, which provides access to the Nokia Notification Server through an HTTP REST interface, as well as a Client API, which allows applications on the device to register and receive notifications from the Nokia Notification Server. The Client API is available for Qt on Symbian and MeeGo devices.
Yahoooo.. Dickson replied with solution. modify main.cpp as below Code: //viewer.setMainQmlFile(QLatin1String("qml/Mycalc/main.qml")); viewer.setSource(QUrl("qrc:/qml/Mycalc/main.qml")); Any way the complete procedure is like this.
Originally Posted by vineet.jain Also do you have the .pro file looking exactly like the Tweetian project's .pro file(especially the qrc thing).May be scan the whole project again & properly , you might be missing something.
Also do you have the .pro file looking exactly like the Tweetian project's .pro file(especially the qrc thing).May be scan the whole project again & properly , you might be missing something. Found another thread, see this also : http://www.parussoft.com/DevBlog/201...resource-file/ This link says : People add qml files to resource file for protection.
I tried to add the qml files to .qrc(resource files) but still they are visible Tweetian by dickson.. He was able to hide the qml files It is open source now https://github.com/dicksonleong/Tweetian http://dickson-dev.blogspot.in/ Try the above source file After deploying the source file there are no more QML files in .sis file.
Found this thread with people discussing the same as you are trying to do, but afraid there's no solution to it as evident from it : http://qt-project.org/forums/viewthread/10704 Some say to keep most of your important logic in C++ code so even if your qml is visible then its of no use to anyone.
(no comments yet) Log in or Join to leave comments. Voice over Internet Protocol (VoIP) refers to the capability of routing voice conversations over IP-based networks, such as the internet. The use of VoIP has expanded rapidly from a PC experience to become a common way of communicating over mobile networks.
--antonypranata 23:12, 19 April 2007 (UTC) We may need a guideline what to write in "Code Examples" section and what to write in "How to's" section. Currently there are some duplicate contents. Log in or Join to leave comments.This page shows articles in the category Code Examples.
(no comments yet) Log in or Join to leave comments.Hypertext Transfer Protocol (HTTP) is a protocol to transfer information between a client and a server. The RESTful Map API is a simple RESTful web service that brings static Nokia Map images to any Web-enabled device using the standard HTTP protocol.
Minor bug when using this layout as a sublayout. All widgets are on top of each other instead of below (which a QVBoxLayout should expect the widgets or sub-layouts to be) Example that demonstrates the bug: (replace setupUI in the example qsisl.cpp with this:) void QSISL::setupUI(QWidget* centralWidget) { QMenu* optionsMenu = new QMenu(tr("&Options")).
The logical step after the “Volume+ as Camera Button” app (Nokia Store link) for the N9 is another app that allows you to take photos while not touching your N9 at all. While time-triggered photos are fun, remote-triggered photos are..
Get out your Buzzword Bingo cards, we’re talking HTML5. And Canvas2D. And WebGL. See? Check them off and then continue reading. So, while writing “native” apps using JavaScript is definitely possible and works great with QML, some games are just simple enough (or want to have a broad enough audience) to warrant writing everything in HTML5.
Next up in my list of things I did in the last weeks/months and never blogged about is Petals (Nokia Store link), a “beautiful, brain-teasing puzzle game for 1-4 players” if the game’s website is to be believed (I would like to think it is…).