diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
commit | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch) | |
tree | 6e3dcca4f77e20ec8966c666aac7c35bd4704053 /doc/html/designer-manual-10.html | |
download | tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip |
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'doc/html/designer-manual-10.html')
-rw-r--r-- | doc/html/designer-manual-10.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/html/designer-manual-10.html b/doc/html/designer-manual-10.html new file mode 100644 index 000000000..d9c164ec7 --- /dev/null +++ b/doc/html/designer-manual-10.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/tools/designer/book/chap-key-bindings.leaf:3 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>Reference: Key Bindings</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<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 TQt Designer</a>] [<a href="designer-manual.html">Home</a>] [<a href="designer-manual-11.html">Next: Reference: Menu Options</a>]</p> +<h2 align="center">Reference: Key Bindings</h2> +<a name="reference-key-bindings"></a><!-- index Keypresses (TQt Designer) --><ul><li><p>Ctrl+A -- Selects all GUI elements in the active form.</p> +<li><p>Ctrl+B -- Breaks the selected layout so that you can add or delete GUI elements.</p> +<li><p>Ctrl+C -- Copies the selected GUI elements from the active form into the clipboard.</p> +<li><p>Alt+E -- Pulls down the <b>Edit</b> menu.</p> +<li><p>Alt+F -- Pulls down the <b>File</b> menu.</p> +<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> +<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> +<li><p>Alt+H -- Pulls down the <b>Help</b> menu.</p> +<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> +<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> +<li><p>Alt+L -- Pulls down the <b>Layout</b> menu.</p> +<li><p>Ctrl+M -- Opens an online version of this manual in TQt Assistant.</p> +<li><p>Ctrl+N -- Invokes the <em>New File</em> dialog.</p> +<li><p>Ctrl+O -- Invokes the <em>Open File</em> dialog.</p> +<li><p>Alt+P -- Pulls down the <b>Preview</b> menu.</p> +<li><p>Ctrl+R -- Checks the accelerators in the active form for duplicates.</p> +<li><p>Ctrl+S -- Saves the active form.</p> +<li><p>Ctrl+T -- Previews the active form in the default GUI style of the platform.</p> +<li><p>Alt+T -- Pulls down the <b>Tools</b> menu.</p> +<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> +<li><p>Alt+W -- Pulls down the <b>Window</b> menu.</p> +<li><p>Ctrl+X -- Cuts the selected GUI element (or elements) from the active form and puts it into the clipboard.</p> +<li><p>Ctrl+Y -- Redoes the last undo action.</p> +<li><p>Ctrl+Z -- Undoes the last action.</p> +<li><p>Del -- Deletes the selected GUI elements from the active form.</p> +<li><p>F1 -- Opens the introductory page of the TQt Designer manual in TQt Assistant.</p> +<li><p>Shift-F1 -- Turns on What's This mode, which lets you click on a GUI element in TQt Designer to get a small description window for this element.</p> +<li><p>F2 -- Activates the pointer tool that lets you select GUI elements.</p> +<li><p>F3 -- Activates the connection tool that lets you edit the connections between signals and slots in a form.</p> +<li><p>F4 -- Activates the tab order tool that lets you change the tab order of the GUI elements on the active form.</p> +<li><p>Ctrl+F4 -- Closes the active window.</p> +<li><p>Ctrl+F6 -- Activates the next window in the order of window creation.</p> +<li><p>Ctrl+Shift-F6 -- Activates the previous window in the order of window creation.</p> +</ul><!-- eof --> +<p align="right">[<a href="designer-manual-9.html">Prev: Customizing and Integrating TQt Designer</a>] [<a href="designer-manual.html">Home</a>] [<a href="designer-manual-11.html">Next: Reference: Menu Options</a>]</p> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> |