diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 8f5325282..80800e191 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -209,7 +209,7 @@ events to widgets. <p> <li> It parses common command line arguments and sets its internal state accordingly. See the <a href="#TQApplication">constructor documentation</a> below for more details about this. <p> <li> It defines the application's look and feel, which is -encapsulated in a <a href="ntqstyle.html">TQStyle</a> object. This can be changed at runtime +encapsulated in a <a href="tqstyle.html">TQStyle</a> object. This can be changed at runtime with <a href="#setStyle">setStyle</a>(). <p> <li> It specifies how the application is to allocate colors. See <a href="#setColorSpec">setColorSpec</a>() for details. @@ -1075,7 +1075,7 @@ may be used to do some style-based central customization of widgets. <p> Note that you are not limited to the public functions of <a href="tqwidget.html">TQWidget</a>. Instead, based on meta information like <a href="tqobject.html#className">TQObject::className</a>() you are able to customize any kind of widget. -<p> <p>See also <a href="ntqstyle.html#polish">TQStyle::polish</a>(), <a href="tqwidget.html#polish">TQWidget::polish</a>(), <a href="#setPalette">setPalette</a>(), and <a href="#setFont">setFont</a>(). +<p> <p>See also <a href="tqstyle.html#polish">TQStyle::polish</a>(), <a href="tqwidget.html#polish">TQWidget::polish</a>(), <a href="#setPalette">setPalette</a>(), and <a href="#setFont">setFont</a>(). <h3 class=fn>void <a name="postEvent"></a>TQApplication::postEvent ( <a href="tqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * event )<tt> [static]</tt> </h3><p><b>Note:</b> This function is <a href="threads.html#threadsafe">thread-safe</a> when TQt is built withthread support.</p> @@ -1515,8 +1515,8 @@ inherit <em>className</em> (as reported by <a href="tqobject.html#inherits">TQOb <em>className</em> is left 0, the change affects all widgets, thus overriding any previously set class specific palettes. <p> The palette may be changed according to the current GUI style in -<a href="ntqstyle.html#polish">TQStyle::polish</a>(). -<p> <p>See also <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="#palette">palette</a>(), and <a href="ntqstyle.html#polish">TQStyle::polish</a>(). +<a href="tqstyle.html#polish">TQStyle::polish</a>(). +<p> <p>See also <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="#palette">palette</a>(), and <a href="tqstyle.html#polish">TQStyle::polish</a>(). <p>Examples: <a href="i18n-example.html#x1934">i18n/main.cpp</a>, <a href="themes-example.html#x267">themes/metal.cpp</a>, <a href="themes-example.html#x324">themes/themes.cpp</a>, and <a href="themes-example.html#x187">themes/wood.cpp</a>. <h3 class=fn>void <a name="setReverseLayout"></a>TQApplication::setReverseLayout ( bool b )<tt> [static]</tt> @@ -1539,7 +1539,7 @@ Sets the distance after which a drag should start to <em>l</em> pixels. Sets the time after which a drag should start to <em>ms</em> ms. <p> <p>See also <a href="#startDragTime">startDragTime</a>(). -<h3 class=fn>void <a name="setStyle"></a>TQApplication::setStyle ( <a href="ntqstyle.html">TQStyle</a> * style )<tt> [static]</tt> +<h3 class=fn>void <a name="setStyle"></a>TQApplication::setStyle ( <a href="tqstyle.html">TQStyle</a> * style )<tt> [static]</tt> </h3> Sets the application's GUI style to <em>style</em>. Ownership of the style object is transferred to TQApplication, so TQApplication will delete @@ -1553,14 +1553,14 @@ the style object on application exit or when a new style is set. the initial colors or the system defaults. This is necessary since certain styles have to adapt the color palette to be fully style-guide compliant. -<p> <p>See also <a href="#style">style</a>(), <a href="ntqstyle.html">TQStyle</a>, <a href="#setPalette">setPalette</a>(), and <a href="#desktopSettingsAware">desktopSettingsAware</a>(). +<p> <p>See also <a href="#style">style</a>(), <a href="tqstyle.html">TQStyle</a>, <a href="#setPalette">setPalette</a>(), and <a href="#desktopSettingsAware">desktopSettingsAware</a>(). <p>Example: <a href="themes-example.html#x325">themes/themes.cpp</a>. -<h3 class=fn><a href="ntqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQApplication::setStyle ( const <a href="tqstring.html">TQString</a> & style )<tt> [static]</tt> +<h3 class=fn><a href="tqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQApplication::setStyle ( const <a href="tqstring.html">TQString</a> & style )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Requests a <a href="ntqstyle.html">TQStyle</a> object for <em>style</em> from the <a href="ntqstylefactory.html">TQStyleFactory</a>. -<p> The string must be one of the <a href="ntqstylefactory.html#keys">TQStyleFactory::keys</a>(), typically one +<p> Requests a <a href="tqstyle.html">TQStyle</a> object for <em>style</em> from the <a href="tqstylefactory.html">TQStyleFactory</a>. +<p> The string must be one of the <a href="tqstylefactory.html#keys">TQStyleFactory::keys</a>(), typically one of "windows", "motif", "cde", "motifplus", "platinum", "sgi" and "compact". Depending on the platform, "windowsxp", "aqua" or "macintosh" may be available. @@ -1623,10 +1623,10 @@ Returns TRUE if an application object has not been created yet; otherwise returns FALSE. <p> <p>See also <a href="#closingDown">closingDown</a>(). -<h3 class=fn><a href="ntqstyle.html">TQStyle</a> & <a name="style"></a>TQApplication::style ()<tt> [static]</tt> +<h3 class=fn><a href="tqstyle.html">TQStyle</a> & <a name="style"></a>TQApplication::style ()<tt> [static]</tt> </h3> Returns the application's style object. -<p> <p>See also <a href="#setStyle">setStyle</a>() and <a href="ntqstyle.html">TQStyle</a>. +<p> <p>See also <a href="#setStyle">setStyle</a>() and <a href="tqstyle.html">TQStyle</a>. <h3 class=fn>void <a name="syncX"></a>TQApplication::syncX ()<tt> [static]</tt> </h3> |