~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/demos-mainwindow-mainwindow-pro.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
<head>
6
 
  <title>Qt 4.5: mainwindow.pro Example File (demos/mainwindow/mainwindow.pro)</title>
 
6
  <title>Qt 4.6: mainwindow.pro Example File (demos/mainwindow/mainwindow.pro)</title>
7
7
  <link href="classic.css" rel="stylesheet" type="text/css" />
8
8
</head>
9
9
<body>
10
10
<table border="0" cellpadding="0" cellspacing="0" width="100%">
11
11
<tr>
12
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
13
 
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
14
 
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">mainwindow.pro Example File<br /><span class="small-subtitle">demos/mainwindow/mainwindow.pro</span>
 
12
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
13
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
14
</tr></table><h1 class="title">mainwindow.pro Example File<br /><span class="small-subtitle">demos/mainwindow/mainwindow.pro</span>
15
15
</h1>
16
16
<pre> TEMPLATE = app
17
17
 HEADERS += colorswatch.h mainwindow.h toolbar.h
27
27
 target.path = $$[QT_INSTALL_DEMOS]/mainwindow
28
28
 sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro
29
29
 sources.path = $$[QT_INSTALL_DEMOS]/mainwindow
30
 
 INSTALLS += target sources</pre>
 
30
 INSTALLS += target sources
 
31
 
 
32
 symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)</pre>
31
33
<p /><address><hr /><div align="center">
32
34
<table width="100%" cellspacing="0" border="0"><tr class="address">
33
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
34
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
35
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
36
 
</tr></table></div></address></body>
 
35
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
36
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
37
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
38
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
37
39
</html>