diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqstylesheet.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqstylesheet.html')
-rw-r--r-- | doc/html/ntqstylesheet.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html index e28fccbeb..8759e909d 100644 --- a/doc/html/ntqstylesheet.html +++ b/doc/html/ntqstylesheet.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } rendering and a generator of tags. <a href="#details">More...</a> <p><tt>#include <<a href="qstylesheet-h.html">ntqstylesheet.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qstylesheet-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -151,7 +151,7 @@ attribute, for example targets within a document are achieved in the same way as for HTML, e.g. <br><tt><a href="target.qml#subtitle">Link Text</a></tt>. -<li> A target is created by using a <a href="ntqobject.html#name-prop">name</a> +<li> A target is created by using a <a href="tqobject.html#name-prop">name</a> attribute, for example <br><tt><a name="subtitle"><h2>Sub Title</h2></a></tt>. </ul> @@ -271,10 +271,10 @@ default is 1. <p>See also <a href="graphics.html">Graphics Classes</a>, <a href="helpsystem.html">Help System</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a style sheet called <em>name</em>, with parent <em>parent</em>. Like -any <a href="ntqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if +any <a href="tqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if the child still exists). <p> By default the style sheet has the tag definitions defined above. |