From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/accelerators.html | 126 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 doc/html/accelerators.html (limited to 'doc/html/accelerators.html') diff --git a/doc/html/accelerators.html b/doc/html/accelerators.html new file mode 100644 index 000000000..7bdff46a3 --- /dev/null +++ b/doc/html/accelerators.html @@ -0,0 +1,126 @@ + + + + + +Standard Accelerator Keys + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Standard Accelerator Keys

+ + +

+

Applications invariably need to define accelerator keys for actions. +TQt fully supports accelerators, for example with TQAccel::shortcutKey(). +

Here are Microsoft's recommendations for accelerator keys, with +comments about the Open Group's recommendations where they exist +and differ. For most commands, the Open Group either has no advice or +agrees with Microsoft. +

The emboldened letter plus Alt is Microsoft's recommended choice, and +we recommend supporting it. For an Apply button, for example, we +recommend TQButton::setText( tr("&Apply") ); +

If you have conflicting commands (e.g. About and Apply buttons in the +same dialog), you must decide for yourself. +

+

There are also a lot of other keys and actions (that use other +modifier keys than Alt). See the Microsoft and The Open Group +documentation for details. +

The Microsoft book has ISBN 0735605661. The corresponding Open Group +book is very hard to find, rather expensive and we cannot recommend +it. However, if you really want it, OGPubs@opengroup.org might be able +to help. Ask them for ISBN 1859121047. +

+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1