source: trunk/doc/html/designer-manual-10.html

Last change on this file was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 5.1 KB
RevLine 
[190]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/tools/designer/book/chap-key-bindings.leaf:3 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Reference: Key Bindings</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><p align="right">[<a href="designer-manual-9.html">Prev: Customizing and Integrating Qt Designer</a>] [<a href="designer-manual.html">Home</a>] [<a href="designer-manual-11.html">Next: Reference: Menu Options</a>]</p>
33<h2 align="center">Reference: Key Bindings</h2>
34<a name="reference-key-bindings"></a><!-- index Keypresses (Qt Designer) --><ul><li><p>Ctrl+A -- Selects all GUI elements in the active form.</p>
35<li><p>Ctrl+B -- Breaks the selected layout so that you can add or delete GUI elements.</p>
36<li><p>Ctrl+C -- Copies the selected GUI elements from the active form into the clipboard.</p>
37<li><p>Alt+E -- Pulls down the <b>Edit</b> menu.</p>
38<li><p>Alt+F -- Pulls down the <b>File</b> menu.</p>
39<li><p>Ctrl+G -- Applies a grid layout to the selected container, or creates a new container containing the selected GUI elements and applies a grid layout to this container.</p>
40<li><p>Ctrl+H -- Applies a horizontal box layout to the selected container, or creates a new container containing the selected GUI elements and applies a horizontal box layout to this container.</p>
41<li><p>Alt+H -- Pulls down the <b>Help</b> menu.</p>
42<li><p>Ctrl+J Adjusts the size of the selected GUI element (or elements) so that it has the minimal size needed for displaying itself properly.</p>
43<li><p>Ctrl+L -- Applies a vertical box layout to the selected container, or creates a new container containing the selected GUI elements and applies a vertical box layout to this container.</p>
44<li><p>Alt+L -- Pulls down the <b>Layout</b> menu.</p>
45<li><p>Ctrl+M -- Opens an online version of this manual in Qt Assistant.</p>
46<li><p>Ctrl+N -- Invokes the <em>New File</em> dialog.</p>
47<li><p>Ctrl+O -- Invokes the <em>Open File</em> dialog.</p>
48<li><p>Alt+P -- Pulls down the <b>Preview</b> menu.</p>
49<li><p>Ctrl+R -- Checks the accelerators in the active form for duplicates.</p>
50<li><p>Ctrl+S -- Saves the active form.</p>
51<li><p>Ctrl+T -- Previews the active form in the default GUI style of the platform.</p>
52<li><p>Alt+T -- Pulls down the <b>Tools</b> menu.</p>
53<li><p>Ctrl+V -- Pastes the GUI element (or elements) in the clipboard into the active form at the position it had in its original form plus a little offset. Does nothing if the clipboard does not contain a GUI element.</p>
54<li><p>Alt+W -- Pulls down the <b>Window</b> menu.</p>
55<li><p>Ctrl+X -- Cuts the selected GUI element (or elements) from the active form and puts it into the clipboard.</p>
56<li><p>Ctrl+Y -- Redoes the last undo action.</p>
57<li><p>Ctrl+Z -- Undoes the last action.</p>
58<li><p>Del -- Deletes the selected GUI elements from the active form.</p>
59<li><p>F1 -- Opens the introductory page of the Qt Designer manual in Qt Assistant.</p>
60<li><p>Shift-F1 -- Turns on What's This mode, which lets you click on a GUI element in Qt Designer to get a small description window for this element.</p>
61<li><p>F2 -- Activates the pointer tool that lets you select GUI elements.</p>
62<li><p>F3 -- Activates the connection tool that lets you edit the connections between signals and slots in a form.</p>
63<li><p>F4 -- Activates the tab order tool that lets you change the tab order of the GUI elements on the active form.</p>
64<li><p>Ctrl+F4 -- Closes the active window.</p>
65<li><p>Ctrl+F6 -- Activates the next window in the order of window creation.</p>
66<li><p>Ctrl+Shift-F6 -- Activates the previous window in the order of window creation.</p>
67</ul><!-- eof -->
68<p align="right">[<a href="designer-manual-9.html">Prev: Customizing and Integrating Qt Designer</a>] [<a href="designer-manual.html">Home</a>] [<a href="designer-manual-11.html">Next: Reference: Menu Options</a>]</p>
69<p><address><hr><div align=center>
70<table width=100% cellspacing=0 border=0><tr>
71<td>Copyright &copy; 2007
72<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
73<td align=right><div align=right>Qt 3.3.8</div>
74</table></div></address></body>
75</html>
Note: See TracBrowser for help on using the repository browser.