diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 7d0239f0..3ec3818d 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -184,7 +184,7 @@ calls to their <a href="ntqaction.html#setVisible">QAction::setVisible< <property> <name>QAssistantClient::open</name> <doc href="ntqassistantclient.html#open-prop"> -<p>This property holds whether Qt Assistant is open. +<p>This property holds whether TQt Assistant is open. <p> <p>Get this property's value with <a href="ntqassistantclient.html#isOpen">isOpen</a>(). </doc> @@ -2967,7 +2967,7 @@ don't use a QProgressDialog inside a <a href="ntqwidget.html#paintEvent">p <p>If this property is set to TRUE then the push button is the auto default button in a dialog. <p> In some GUI styles a default button is drawn with an extra frame -around it, up to 3 pixels or more. Qt automatically keeps this +around it, up to 3 pixels or more. TQt automatically keeps this space free around auto-default buttons, i.e. auto-default buttons may have a slightly larger size hint. <p> This property's default is TRUE for buttons that have a <a href="ntqdialog.html">QDialog</a> @@ -3919,7 +3919,7 @@ such as <tt>*.html</tt> and <tt>*.txt</tt> with reasonab <p>This property holds the enabled set of auto formatting features. <p>The value can be any combination of the values in the <a href="ntqtextedit.html#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="ntqtextedit.html#AutoFormatting-enum">AutoAll</a>. Choose <a href="ntqtextedit.html#AutoFormatting-enum">AutoNone</a> to disable all automatic formatting. -<p> Currently, the only automatic formatting feature provided is <a href="ntqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of Qt may offer more. +<p> Currently, the only automatic formatting feature provided is <a href="ntqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of TQt may offer more. <p>Set this property's value with <a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="ntqtextedit.html#autoFormatting">autoFormatting</a>(). </doc> @@ -4239,7 +4239,7 @@ pixmap. There is no default iconset. <doc href="ntqtoolbutton.html#offIconSet-prop"> <p>This property holds the icon set that is used when the button is in an "off" state. <p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Since Qt 3.0, <a href="ntqiconset.html">QIconSet</a> contains both the On and Off icons. There is +<p> Since TQt 3.0, <a href="ntqiconset.html">QIconSet</a> contains both the On and Off icons. There is now an <a href="ntqtoolbutton.html#iconSet-prop">QToolButton::iconSet</a> property that replaces both <a href="ntqtoolbutton.html#onIconSet-prop">QToolButton::onIconSet</a> and <a href="ntqtoolbutton.html#offIconSet-prop">QToolButton::offIconSet</a>. <p> For ease of porting, this property is a synonym for <a href="ntqtoolbutton.html#iconSet-prop">QToolButton::iconSet</a>. You probably want to go over your application code and use the QIconSet On/Off mechanism. @@ -4253,7 +4253,7 @@ code and use the QIconSet On/Off mechanism. <doc href="ntqtoolbutton.html#onIconSet-prop"> <p>This property holds the icon set that is used when the button is in an "on" state. <p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Since Qt 3.0, <a href="ntqiconset.html">QIconSet</a> contains both the On and Off icons. There is +<p> Since TQt 3.0, <a href="ntqiconset.html">QIconSet</a> contains both the On and Off icons. There is now an <a href="ntqtoolbutton.html#iconSet-prop">QToolButton::iconSet</a> property that replaces both <a href="ntqtoolbutton.html#onIconSet-prop">QToolButton::onIconSet</a> and <a href="ntqtoolbutton.html#offIconSet-prop">QToolButton::offIconSet</a>. <p> For ease of porting, this property is a synonym for <a href="ntqtoolbutton.html#iconSet-prop">QToolButton::iconSet</a>. You probably want to go over your application code and use the QIconSet On/Off mechanism. @@ -4661,7 +4661,7 @@ guaranteed to receive appropriate events before it is shown. <p> The size component is adjusted if it lies outside the range defined by <a href="ntqwidget.html#minimumSize">minimumSize</a>() and <a href="ntqwidget.html#maximumSize">maximumSize</a>(). <p> <a href="ntqwidget.html#setGeometry">setGeometry</a>() is virtual, and all other overloaded setGeometry() -implementations in Qt call it. +implementations in TQt call it. <p> <b>Warning:</b> Calling setGeometry() inside resizeEvent() or moveEvent() can lead to infinite recursion. <p> See the <a href="geometry.html">Window Geometry documentation</a> @@ -4809,7 +4809,7 @@ specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a <p>This property is only relevant for top-level widgets. <p> Note that due to limitations in some window-systems, this does not always report the expected results (e.g. if the user on X11 -maximizes the window via the window manager, Qt has no way of +maximizes the window via the window manager, TQt has no way of distinguishing this from any other resize). This is expected to improve as window manager protocols evolve. <p> <p>See also <a href="ntqwidget.html#windowState">windowState</a>(), <a href="ntqwidget.html#showMaximized">showMaximized</a>(), <a href="ntqwidget.html#visible-prop">visible</a>, <a href="ntqwidget.html#show">show</a>(), <a href="ntqwidget.html#hide">hide</a>(), <a href="ntqwidget.html#showNormal">showNormal</a>(), and <a href="ntqwidget.html#minimized-prop">minimized</a>. @@ -5045,7 +5045,7 @@ move event (<a href="ntqwidget.html#moveEvent">moveEvent</a>()) imme currently visible, it is guaranteed to receive an event before it is shown. <p> <a href="ntqwidget.html#move">move</a>() is virtual, and all other overloaded move() implementations -in Qt call it. +in TQt call it. <p> <b>Warning:</b> Calling move() or <a href="ntqwidget.html#setGeometry">setGeometry</a>() inside moveEvent() can lead to infinite recursion. <p> See the <a href="geometry.html">Window Geometry documentation</a> @@ -5092,7 +5092,7 @@ might be larger, depending on the window manager. <p> If you want a top-level window to have a fixed size, call setResizeMode( QLayout::FreeResize ) on its layout. <p> <a href="ntqwidget.html#resize">resize</a>() is virtual, and all other overloaded resize() -implementations in Qt call it. +implementations in TQt call it. <p> <b>Warning:</b> Calling resize() or <a href="ntqwidget.html#setGeometry">setGeometry</a>() inside resizeEvent() can lead to infinite recursion. <p> <p>See also <a href="ntqwidget.html#pos-prop">pos</a>, <a href="ntqwidget.html#geometry-prop">geometry</a>, <a href="ntqwidget.html#minimumSize-prop">minimumSize</a>, <a href="ntqwidget.html#maximumSize-prop">maximumSize</a>, and <a href="ntqwidget.html#resizeEvent">resizeEvent</a>(). |