diff options
author | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-05 19:03:04 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-05 19:03:04 +0200 |
commit | c34e933ae10ac5ffd7c0e06cf5fa62aa95eb536a (patch) | |
tree | 8b93a20f8d5bafb4672a788c64ed5352e848f252 /libs/qtsingleapplication/doc/index.qdoc | |
parent | f1889d6c4b2c658177bfce08f41b6e1c337aec5e (diff) | |
parent | 544c4714a4e1f6b5bedf7b58d07080c5a6dee860 (diff) |
Fix conflicting Config.cpp
Diffstat (limited to 'libs/qtsingleapplication/doc/index.qdoc')
-rwxr-xr-x | libs/qtsingleapplication/doc/index.qdoc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/libs/qtsingleapplication/doc/index.qdoc b/libs/qtsingleapplication/doc/index.qdoc new file mode 100755 index 0000000..9c3308d --- /dev/null +++ b/libs/qtsingleapplication/doc/index.qdoc @@ -0,0 +1,47 @@ +/*! + \page index.html + \title Single Application + + \section1 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. + + + + + \section1 Classes + \list + \i QtSingleApplication \i QtSingleCoreApplication\endlist + + \section1 Examples + \list + \i \link qtsingleapplication-example-trivial.html A Trivial Example \endlink \i \link qtsingleapplication-example-loader.html Loading Documents \endlink \i \link qtsinglecoreapplication-example-console.html A Non-GUI Example \endlink \endlist + + + + + + + \section1 Tested platforms + \list + \i Qt 4.4, 4.5 / Windows XP / MSVC.NET 2005 + \i Qt 4.4, 4.5 / Linux / gcc + \i Qt 4.4, 4.5 / MacOS X 10.5 / gcc + \endlist + + + + + */
\ No newline at end of file |