diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
| commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
| tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqbuttongroup.html | |
| parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
| download | tqt-e6077c30.tar.gz tqt-e6077c30.zip | |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqbuttongroup.html')
| -rw-r--r-- | doc/html/ntqbuttongroup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqbuttongroup.html b/doc/html/ntqbuttongroup.html index d75d99559..031a301a2 100644 --- a/doc/html/ntqbuttongroup.html +++ b/doc/html/ntqbuttongroup.html @@ -116,7 +116,7 @@ Constructs a button group with no title. <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQButtonGroup-2"></a>TQButtonGroup::TQButtonGroup ( const <a href="ntqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQButtonGroup-2"></a>TQButtonGroup::TQButtonGroup ( const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a button group with the title <em>title</em>. <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> @@ -129,7 +129,7 @@ arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, const <a href="ntqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a button group with title <em>title</em>. Child widgets will be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). |
