Qt - Community

Most active public projects

Notifications API

  • 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.

    Read more ›

Electricity Scanner

  • Follow your house electricity usage in real time.

    Read more ›

Trip Accounts

Discussion boards

  • Re: [HELP] How to hide qml files in .sis file
  • Discussion by mahindar_275 25 January 2013
  • 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.
  • Re: [HELP] How to hide qml files in .sis file
  • Discussion by mahindar_275 24 January 2013
  • 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.
  • Re: [HELP] How to hide qml files in .sis file
  • Discussion by vineet.jain 24 January 2013
  • 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.
  • Re: [HELP] How to hide qml files in .sis file
  • Discussion by mahindar_275 23 January 2013
  • 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.
  • Re: [HELP] How to hide qml files in .sis file
  • Discussion by vineet.jain 23 January 2013
  • 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.

View more »

Wiki articles

  • Category:VoIP
  • Wiki by hamishwillee 21 May 2013
  • (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.
  • Category:Code Examples
  • Wiki by hamishwillee 21 May 2013
  • --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.
  • Category:HTTP
  • Wiki by hamishwillee 21 May 2013
  • (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.
  • Archived:Maintaining square form for a QWidget
  • Wiki by lpvalente 18 May 2013
  • 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")).

View more »

Blogs

  • Behind the Scenes: Headset Camera app for the N9
  • Blog by thp4 16 May 2013
  • 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..
  • HTML5 Web Apps on Mobile Devices
  • Blog by thp4 14 May 2013
  • 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.
  • Petals for Harmattan - A pure Qt4/Qt5 JS/QML puzzle game
  • Blog by thp4 12 May 2013
  • 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…).
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved