From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- 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 0000000..045e18b --- /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. +Qt fully supports accelerators, for example with QAccel::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 QButton::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 +
Qt 3.3.8
+
+ -- cgit v1.2.3