diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqdial.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdial.html')
-rw-r--r-- | doc/html/ntqdial.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdial.html b/doc/html/ntqdial.html index 57fddbe1f..dc39f34f0 100644 --- a/doc/html/ntqdial.html +++ b/doc/html/ntqdial.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDial class provides a rounded range control (like a speedometer or potentiometer). <a href="#details">More...</a> <p><tt>#include <<a href="qdial-h.html">ntqdial.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. <p><a href="qdial-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -135,13 +135,13 @@ right/down arrow keys move by lineStep(), page up and page down by <p> <p>See also <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDial"></a>TQDial::TQDial ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQDial"></a>TQDial::TQDial ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a dial called <em>name</em> with parent <em>parent</em>. <em>f</em> is -propagated to the <a href="ntqwidget.html">TQWidget</a> constructor. It has the default range of +propagated to the <a href="tqwidget.html">TQWidget</a> constructor. It has the default range of a <a href="ntqrangecontrol.html">TQRangeControl</a>. -<h3 class=fn><a name="TQDial-2"></a>TQDial::TQDial ( int minValue, int maxValue, int pageStep, int value, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDial-2"></a>TQDial::TQDial ( int minValue, int maxValue, int pageStep, int value, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a dial called <em>name</em> with parent <em>parent</em>. The dial's value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>. Its page step size is <em>pageStep</em>, and its initial value |