diff options
Diffstat (limited to 'doc/html/tqdial.html')
-rw-r--r-- | doc/html/tqdial.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqdial.html b/doc/html/tqdial.html index 52da2a064..ca899dc0c 100644 --- a/doc/html/tqdial.html +++ b/doc/html/tqdial.html @@ -103,15 +103,15 @@ body { background: #ffffff; color: black; } program-definable range, and the range either wraps around (typically, 0..359 degrees) or the dialog layout needs a square widget. -<p> Both API- and UI-wise, the dial is very similar to a <a href="tqslider.html">slider.</a> Indeed, when <a href="#wrapping">wrapping</a>() is FALSE (the default) +<p> Both API- and UI-wise, the dial is very similar to a <a href="tqslider.html">slider.</a> Indeed, when <a href="#wrapping">wrapping</a>() is false (the default) there is no real difference between a slider and a dial. They have the same signals, slots and member functions, all of which do the same things. Which one you use depends only on your taste and on the application. <p> The dial initially emits <a href="#valueChanged">valueChanged</a>() signals continuously while the slider is being moved; you can make it emit the signal less -often by calling <a href="#setTracking">setTracking</a>(FALSE). <a href="#dialMoved">dialMoved</a>() is emitted -continuously even when <a href="#tracking">tracking</a>() is FALSE. +often by calling <a href="#setTracking">setTracking</a>(false). <a href="#dialMoved">dialMoved</a>() is emitted +continuously even when <a href="#tracking">tracking</a>() is false. <p> The slider also emits <a href="#dialPressed">dialPressed</a>() and <a href="#dialReleased">dialReleased</a>() signals when the mouse button is pressed and released. But note that the dial's value can change without these signals being emitted; the @@ -196,7 +196,7 @@ See the <a href="tqdial.html#notchSize-prop">"notchSize"</a> property for detail </h3><p>Returns the target number of pixels between notches. See the <a href="tqdial.html#notchTarget-prop">"notchTarget"</a> property for details. <h3 class=fn>bool <a name="notchesVisible"></a>TQDial::notchesVisible () const -</h3><p>Returns TRUE if the notches are shown; otherwise returns FALSE. +</h3><p>Returns true if the notches are shown; otherwise returns false. See the <a href="tqdial.html#notchesVisible-prop">"notchesVisible"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQDial::pageStep () const </h3><p>Returns the current page step. @@ -246,7 +246,7 @@ Decrements the dial's <a href="#value">value</a>() by one <a href="#lineStep">li Decrements the dial's <a href="#value">value</a>() by one <a href="#pageStep">pageStep</a>() of steps. <h3 class=fn>bool <a name="tracking"></a>TQDial::tracking () const -</h3><p>Returns TRUE if tracking is enabled; otherwise returns FALSE. +</h3><p>Returns true if tracking is enabled; otherwise returns false. See the <a href="tqdial.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>int <a name="value"></a>TQDial::value () const </h3><p>Returns the current dial value. @@ -264,7 +264,7 @@ Reimplemented to ensure the display is correct and to emit the frequency of this signal is influenced by <a href="#setTracking">setTracking</a>(). <h3 class=fn>bool <a name="wrapping"></a>TQDial::wrapping () const -</h3><p>Returns TRUE if wrapping is enabled; otherwise returns FALSE. +</h3><p>Returns true if wrapping is enabled; otherwise returns false. See the <a href="tqdial.html#wrapping-prop">"wrapping"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="lineStep-prop"></a>lineStep</h3> @@ -305,7 +305,7 @@ between each notch. <p>Set this property's value with <a href="#setNotchTarget">setNotchTarget</a>() and get this property's value with <a href="#notchTarget">notchTarget</a>(). <h3 class=fn>bool <a name="notchesVisible-prop"></a>notchesVisible</h3> <p>This property holds whether the notches are shown. -<p>If TRUE, the notches are shown. If FALSE (the default) notches are +<p>If true, the notches are shown. If false (the default) notches are not shown. <p>Set this property's value with <a href="#setNotchesVisible">setNotchesVisible</a>() and get this property's value with <a href="#notchesVisible">notchesVisible</a>(). @@ -318,7 +318,7 @@ page step is different from the previous setting. <p>Set this property's value with <a href="#setPageStep">setPageStep</a>() and get this property's value with <a href="#pageStep">pageStep</a>(). <h3 class=fn>bool <a name="tracking-prop"></a>tracking</h3> <p>This property holds whether tracking is enabled. -<p>If TRUE (the default), tracking is enabled. This means that the +<p>If true (the default), tracking is enabled. This means that the arrow can be moved using the mouse; otherwise the arrow cannot be moved with the mouse. @@ -332,10 +332,10 @@ moved with the mouse. <p>Set this property's value with <a href="#setValue">setValue</a>() and get this property's value with <a href="#value">value</a>(). <h3 class=fn>bool <a name="wrapping-prop"></a>wrapping</h3> <p>This property holds whether wrapping is enabled. -<p>If TRUE, wrapping is enabled. This means that the arrow can be +<p>If true, wrapping is enabled. This means that the arrow can be turned around 360°. Otherwise there is some space at the bottom of the dial which is skipped by the arrow. -<p> This property's default is FALSE. +<p> This property's default is false. <p>Set this property's value with <a href="#setWrapping">setWrapping</a>() and get this property's value with <a href="#wrapping">wrapping</a>(). <!-- eof --> |