From 5300c9dd1261a7f4ff8bf5a83608470e4953dd0f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 5 Nov 2011 03:24:07 +0200 Subject: this will be paid later --- libs/qtsingleapplication/doc/html/index.html | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 libs/qtsingleapplication/doc/html/index.html (limited to 'libs/qtsingleapplication/doc/html/index.html') diff --git a/libs/qtsingleapplication/doc/html/index.html b/libs/qtsingleapplication/doc/html/index.html new file mode 100755 index 0000000..af9dab1 --- /dev/null +++ b/libs/qtsingleapplication/doc/html/index.html @@ -0,0 +1,48 @@ + + + + + + Single Application + + + + + + + +
  Home

Single Application
+

+ +

Description

+

The QtSingleApplication component provides support for applications that can be only started once per user.

+

For some applications it is useful or even critical that they are started only once by any user. Future attempts to start the application should activate any already running instance, and possibly perform requested actions, e.g. loading a file, in that instance.

+

The QtSingleApplication class provides an interface to detect a running instance, and to send command strings to that instance. For console (non-GUI) applications, the QtSingleCoreApplication variant is provided, which avoids dependency on QtGui.

+ +

Classes

+ + +

Examples

+ + +

Tested platforms

+ +


+ + + + +
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies)Trademarks
Qt Solutions
+ -- cgit v1.2.3