diff options
Diffstat (limited to 'doc/html/designer-manual-16.html')
-rw-r--r-- | doc/html/designer-manual-16.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-16.html b/doc/html/designer-manual-16.html index 884083ec8..b59d75c14 100644 --- a/doc/html/designer-manual-16.html +++ b/doc/html/designer-manual-16.html @@ -371,7 +371,7 @@ body { background: #ffffff; color: black; } </pre> <a name="widget"></a><h4><a name="1-22"></a>widget</h4> <p>Widgets are used at multiple levels within a <tt>.ui</tt> file. The whole form itself is a widget, and it contains other widgets, usually within the context of layouts such as hboxes, vboxes and grids.</p> -<p>Below is an example of a complete <tt>.ui</tt> file. The form itself is a <a href="tqwidget.html">TQWidget</a> with various non-default properties set. This widget contains a single hbox, which also has some non-default properties, and which contains a single <a href="ntqtextbrowser.html">TQTextBrowser</a> widget.</p> +<p>Below is an example of a complete <tt>.ui</tt> file. The form itself is a <a href="tqwidget.html">TQWidget</a> with various non-default properties set. This widget contains a single hbox, which also has some non-default properties, and which contains a single <a href="tqtextbrowser.html">TQTextBrowser</a> widget.</p> <pre> <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>WinIntroPage</class> |