Imported Upstream version 0.9.0
[deb_shairplay.git] / AirTV-Qt / qtsingleapplication / doc / html / index.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <!-- index.qdoc -->
6 <head>
7 <title>Single Application</title>
8 <link href="classic.css" rel="stylesheet" type="text/css" />
9 </head>
10 <body>
11 <table border="0" cellpadding="0" cellspacing="0" width="100%">
12 <tr>
13 <td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="57" height="67" border="0" /></td>
14 <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
15 </tr></table><h1 class="title">Single Application<br /><span class="subtitle"></span>
16 </h1>
17 <a name="description"></a>
18 <h2>Description</h2>
19 <p>The <a href="qtsingleapplication.html">QtSingleApplication</a> component provides support for applications that can be only started once per user.</p>
20 <p>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&#x2e; loading a file, in that instance.</p>
21 <p>The <a href="qtsingleapplication.html">QtSingleApplication</a> class provides an interface to detect a running instance, and to send command strings to that instance. For console (non-GUI) applications, the <a href="qtsinglecoreapplication.html">QtSingleCoreApplication</a> variant is provided, which avoids dependency on <a href="http://qt.nokia.com/doc/4.6/qtgui.html">QtGui</a>.</p>
22 <a name="classes"></a>
23 <h2>Classes</h2>
24 <ul>
25 <li><a href="qtsingleapplication.html">QtSingleApplication</a></li>
26 <li><a href="qtsinglecoreapplication.html">QtSingleCoreApplication</a></li>
27 </ul>
28 <a name="examples"></a>
29 <h2>Examples</h2>
30 <ul>
31 <li><a href="qtsingleapplication-example-trivial.html">A Trivial Example</a></li>
32 <li><a href="qtsingleapplication-example-loader.html">Loading Documents</a></li>
33 <li><a href="qtsinglecoreapplication-example-console.html">A Non-GUI Example</a></li>
34 </ul>
35 <a name="tested-platforms"></a>
36 <h2>Tested platforms</h2>
37 <ul>
38 <li>Qt 4.4, 4.5 / Windows XP / MSVC.NET 2005</li>
39 <li>Qt 4.4, 4.5 / Linux / gcc</li>
40 <li>Qt 4.4, 4.5 / MacOS X 10.5 / gcc</li>
41 </ul>
42 <p /><address><hr /><div align="center">
43 <table width="100%" cellspacing="0" border="0"><tr class="address">
44 <td width="30%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
45 <td width="40%" align="center"><a href="http://qt.nokia.com/doc/trademarks.html">Trademarks</a></td>
46 <td width="30%" align="right"><div align="right">Qt Solutions</div></td>
47 </tr></table></div></address></body>
48 </html>