core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_pref_panel.htm
author fturovic <frank.turovich@nokia.com>
Wed, 21 Jul 2010 13:50:58 -0500
changeset 1658 2a5c0df13bad
parent 1376 120480c02651
child 1791 727385d8e2b3
permissions -rw-r--r--
renamed files for consistency in naming

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Qt Preference Panel</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Qt Preference Panel</h2>
<p>The <b>Qt</b> preference panel provides global settings for Qt-based projects. Use it to add, edit, remove, and assign the default Qt version for projects.</p>
<p align="center"><img src="images/qt_pref_panel.png" width="627" height="544"></p>
<p class="figure">Figure 1. Qt preference panel</p>
<p>The following commands appear on the toolbar within the Qt preference panel: </p>
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="25%" scope="col">Item</th>
    <th width="75%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>Qt Versions</b></td>
    <td>Shows a list of installed Qt versions installed and available for Qt projects.</td>
  </tr>
  <tr>
    <td><p><b>Add...</b></p>    </td>
    <td><p>Click <b>Add</b> to open the <b>Add new Qt version</b> dialog where you can specify a Qt SDK by name and location.</p>
    <p align="center"><img src="images/qt_dlg_add_version.png" width="450" height="415"></p>
    <p class="figure">Figure 2. Add new Qt version dialog</p></td>
  </tr>
  <tr>
    <td><b>Edit...</b></td>
    <td><p>Click <b>Edit</b> to open the <b>Edit Qt Version</b> dialog where you can modify the Qt SDK information for the selected Qt version.</p>
    <p align="center"><img src="images/qt_dlg_edit_version.png" width="450" height="415"></p>
    <p class="figure">Figure 3. Edit Qt Version dialog</p></td>
  </tr>
  <tr>
    <td><b>Remove</b></td>
    <td>Click <b>Remove</b> to delete the selected Qt SDK from the Qt version list.</td>
  </tr>
  <tr>
    <td><b>Default</b></td>
    <td>Click <b>Default</b> to identify the selected Qt SDK as the default SDK to use for Qt projects.</td>
  </tr>
  <tr>
    <td><b>Auto update QMAKESPEC when applying changes</b></td>
    <td>Enable to automatically update QMAKESPEC when any changes are made to a Qt version. The default setting is enabled.</td>
  </tr>
  <tr>
    <td><b>Auto update make command when applying changes</b></td>
    <td>Enable to automatically update make when any changes are made to a Qt version. The default setting is enabled.</td>
  </tr>
</table>
<h4>Other references</h4>
<ul>
  <li><a href="qt_overview.htm">Qt Project Support</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</body>
</html>