diff options
Diffstat (limited to 'doc/html/qapplication.html')
-rw-r--r-- | doc/html/qapplication.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qapplication.html b/doc/html/qapplication.html index 353c3ee37..9dc8edb3f 100644 --- a/doc/html/qapplication.html +++ b/doc/html/qapplication.html @@ -744,7 +744,7 @@ rejected, the shutdown is canceled. <h3 class=fn>int <a name="cursorFlashTime"></a>TQApplication::cursorFlashTime ()<tt> [static]</tt> </h3> Returns the text cursor's flash (blink) time in milliseconds. The -flash time is the time retquired to display, invert and restore the +flash time is the time required to display, invert and restore the caret display. <p> The default value on X11 is 1000 milliseconds. On Windows, the control panel value is used. @@ -1303,7 +1303,7 @@ colors. On X11, this option is the same as NormalColor. On Windows, TQt creates a Windows palette, and allocates colors to it on demand. <li> TQApplication::ManyColor. Use this option if your application is very color hungry -(e.g. it retquires thousands of colors). +(e.g. it requires thousands of colors). Under X11 the effect is: <ul> <li> For 256-color displays which have at best a 256 color true color @@ -1347,7 +1347,7 @@ green, and blue components always have one of the following values: <h3 class=fn>void <a name="setCursorFlashTime"></a>TQApplication::setCursorFlashTime ( int msecs )<tt> [static]</tt> </h3> Sets the text cursor's flash (blink) time to <em>msecs</em> -milliseconds. The flash time is the time retquired to display, +milliseconds. The flash time is the time required to display, invert and restore the caret display. Usually the text cursor is displayed for <em>msecs/2</em> milliseconds, then hidden for <em>msecs/2</em> milliseconds, but this may vary. @@ -1522,7 +1522,7 @@ any previously set class specific palettes. <h3 class=fn>void <a name="setReverseLayout"></a>TQApplication::setReverseLayout ( bool b )<tt> [static]</tt> </h3> If <em>b</em> is TRUE, all dialogs and widgets will be laid out in a -mirrored fashion, as retquired by right to left languages such as +mirrored fashion, as required by right to left languages such as Arabic and Hebrew. If <em>b</em> is FALSE, dialogs and widgets are laid out left to right. <p> Changing this flag in runtime does not cause a relayout of already |