Qt is a cross-platform application development framework, which is widely used for developing GUI application. Qt has portability for desktops and embedded systems. Appication in Qt adds high efficiency and high run-time performance on our device.
This article merely represents an approach to auto-start an application on boot-up in Qt. Some applications need to get started when we switch on our mobile for e.g. an application which asks for the security password. The way to acheive this is well-explained in this article with related code snippest. The concept is explained in step-by-step manner. You should also read the NOTES, which are mentioned at the end of the article. These notes are also important to perform this task. The article also provide a examplary code to explain this concept in detail.
The article can be useful to intermediate developers who need to add this feature in their application.
--Deepikagohil 16:31, 20 September 2009 (UTC)