summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs304
1 files changed, 152 insertions, 152 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 587e6962f..430e9432d 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -1,31 +1,31 @@
<!DOCTYPE PROP><PROP>
<property>
- <name>QAction::accel</name>
- <doc href="ntqaction.html#accel-prop">
+ <name>TQAction::accel</name>
+ <doc href="tqaction.html#accel-prop">
&lt;p&gt;This property holds the action's accelerator key.
&lt;p&gt;The keycodes can be found in &lt;a href="ntqt.html#Key-enum"&gt;TQt::Key&lt;/a&gt; and &lt;a href="ntqt.html#Modifier-enum"&gt;TQt::Modifier&lt;/a&gt;. There
is no default accelerator key.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#accel"&gt;accel&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#accel"&gt;accel&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::enabled</name>
- <doc href="ntqaction.html#enabled-prop">
+ <name>TQAction::enabled</name>
+ <doc href="tqaction.html#enabled-prop">
&lt;p&gt;This property holds whether the action is enabled.
&lt;p&gt;Disabled actions can't be chosen by the user. They don't disappear
from the menu/tool bar but are displayed in a way which indicates
that they are unavailable, e.g. they might be displayed grayed
out.
&lt;p&gt; What's this? help on disabled actions is still available provided
-the &lt;a href="ntqaction.html#whatsThis-prop"&gt;QAction::whatsThis&lt;/a&gt; property is set.
+the &lt;a href="tqaction.html#whatsThis-prop"&gt;TQAction::whatsThis&lt;/a&gt; property is set.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setEnabled"&gt;setEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#isEnabled"&gt;isEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setEnabled"&gt;setEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#isEnabled"&gt;isEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::iconSet</name>
- <doc href="ntqaction.html#iconSet-prop">
+ <name>TQAction::iconSet</name>
+ <doc href="tqaction.html#iconSet-prop">
&lt;p&gt;This property holds the action's icon.
&lt;p&gt;The icon is used as the tool button icon and in the menu to the
left of the menu text. There is no default icon.
@@ -33,65 +33,65 @@ left of the menu text. There is no default icon.
the icon of the action is cleared.
&lt;p&gt; (See the action/toggleaction/toggleaction.cpp example.)
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setIconSet"&gt;setIconSet&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#iconSet"&gt;iconSet&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setIconSet"&gt;setIconSet&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#iconSet"&gt;iconSet&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::menuText</name>
- <doc href="ntqaction.html#menuText-prop">
+ <name>TQAction::menuText</name>
+ <doc href="tqaction.html#menuText-prop">
&lt;p&gt;This property holds the action's menu text.
&lt;p&gt;If the action is added to a menu the menu option will consist of
the icon (if there is one), the menu text and the accelerator (if
there is one). If the menu text is not explicitly set in the
-constructor or by using &lt;a href="ntqaction.html#setMenuText"&gt;setMenuText&lt;/a&gt;() the action's description
+constructor or by using &lt;a href="tqaction.html#setMenuText"&gt;setMenuText&lt;/a&gt;() the action's description
text will be used as the menu text. There is no default menu text.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#text-prop"&gt;text&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#text-prop"&gt;text&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setMenuText"&gt;setMenuText&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#menuText"&gt;menuText&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setMenuText"&gt;setMenuText&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#menuText"&gt;menuText&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::on</name>
- <doc href="ntqaction.html#on-prop">
+ <name>TQAction::on</name>
+ <doc href="tqaction.html#on-prop">
&lt;p&gt;This property holds whether a toggle action is on.
&lt;p&gt;This property is always on (TRUE) for command actions and
-&lt;a href="qactiongroup.html"&gt;QActionGroup&lt;/a&gt;s; &lt;a href="ntqaction.html#setOn"&gt;setOn&lt;/a&gt;() has no effect on them. For action's
-where &lt;a href="ntqaction.html#isToggleAction"&gt;isToggleAction&lt;/a&gt;() is TRUE, this property's default value is
+&lt;a href="tqactiongroup.html"&gt;TQActionGroup&lt;/a&gt;s; &lt;a href="tqaction.html#setOn"&gt;setOn&lt;/a&gt;() has no effect on them. For action's
+where &lt;a href="tqaction.html#isToggleAction"&gt;isToggleAction&lt;/a&gt;() is TRUE, this property's default value is
off (FALSE).
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#toggleAction-prop"&gt;toggleAction&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#toggleAction-prop"&gt;toggleAction&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setOn"&gt;setOn&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#isOn"&gt;isOn&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setOn"&gt;setOn&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#isOn"&gt;isOn&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::statusTip</name>
- <doc href="ntqaction.html#statusTip-prop">
+ <name>TQAction::statusTip</name>
+ <doc href="tqaction.html#statusTip-prop">
&lt;p&gt;This property holds the action's status tip.
&lt;p&gt;The statusTip is displayed on all status bars that this action's
toplevel parent widget provides.
&lt;p&gt; If no status tip is defined, the action uses the tool tip text.
&lt;p&gt; There is no default statusTip text.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt; and &lt;a href="ntqaction.html#toolTip-prop"&gt;toolTip&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt; and &lt;a href="tqaction.html#toolTip-prop"&gt;toolTip&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setStatusTip"&gt;setStatusTip&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#statusTip"&gt;statusTip&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setStatusTip"&gt;setStatusTip&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#statusTip"&gt;statusTip&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::text</name>
- <doc href="ntqaction.html#text-prop">
+ <name>TQAction::text</name>
+ <doc href="tqaction.html#text-prop">
&lt;p&gt;This property holds the action's descriptive text.
-&lt;p&gt;If &lt;a href="ntqmainwindow.html#usesTextLabel-prop"&gt;QMainWindow::usesTextLabel&lt;/a&gt; is TRUE, the text appears as a
+&lt;p&gt;If &lt;a href="tqmainwindow.html#usesTextLabel-prop"&gt;TQMainWindow::usesTextLabel&lt;/a&gt; is TRUE, the text appears as a
label in the relevant tool button. It also serves as the default
text in menus and tool tips if these have not been specifically
defined. There is no default text.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#menuText-prop"&gt;menuText&lt;/a&gt;, &lt;a href="ntqaction.html#toolTip-prop"&gt;toolTip&lt;/a&gt;, and &lt;a href="ntqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#menuText-prop"&gt;menuText&lt;/a&gt;, &lt;a href="tqaction.html#toolTip-prop"&gt;toolTip&lt;/a&gt;, and &lt;a href="tqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#text"&gt;text&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#text"&gt;text&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::toggleAction</name>
- <doc href="ntqaction.html#toggleAction-prop">
+ <name>TQAction::toggleAction</name>
+ <doc href="tqaction.html#toggleAction-prop">
&lt;p&gt;This property holds whether the action is a toggle action.
&lt;p&gt;A toggle action is one which has an on/off state. For example a
Bold toolbar button is either on or off. An action which is not a
@@ -101,15 +101,15 @@ executed, e.g. file save. This property's default is FALSE.
on the state of others. For example, "Left Align", "Center" and
"Right Align" toggle actions are mutually exclusive. To achieve
exclusive toggling, add the relevant toggle actions to a
-&lt;a href="qactiongroup.html"&gt;QActionGroup&lt;/a&gt; with the &lt;a href="qactiongroup.html#exclusive-prop"&gt;QActionGroup::exclusive&lt;/a&gt; property set to
+&lt;a href="tqactiongroup.html"&gt;TQActionGroup&lt;/a&gt; with the &lt;a href="tqactiongroup.html#exclusive-prop"&gt;TQActionGroup::exclusive&lt;/a&gt; property set to
TRUE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setToggleAction"&gt;setToggleAction&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#isToggleAction"&gt;isToggleAction&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setToggleAction"&gt;setToggleAction&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#isToggleAction"&gt;isToggleAction&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::toolTip</name>
- <doc href="ntqaction.html#toolTip-prop">
+ <name>TQAction::toolTip</name>
+ <doc href="tqaction.html#toolTip-prop">
&lt;p&gt;This property holds the action's tool tip.
&lt;p&gt;This text is used for the tool tip. If no status tip has been set
the tool tip will be used for the status tip.
@@ -117,14 +117,14 @@ the tool tip will be used for the status tip.
hasn't been specified the description text is used as the tool tip
text.
&lt;p&gt; There is no default tool tip text.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt; and &lt;a href="ntqaction.html#accel-prop"&gt;accel&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#statusTip-prop"&gt;statusTip&lt;/a&gt; and &lt;a href="tqaction.html#accel-prop"&gt;accel&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setToolTip"&gt;setToolTip&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#toolTip"&gt;toolTip&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setToolTip"&gt;setToolTip&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#toolTip"&gt;toolTip&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::visible</name>
- <doc href="ntqaction.html#visible-prop">
+ <name>TQAction::visible</name>
+ <doc href="tqaction.html#visible-prop">
&lt;p&gt;This property holds whether the action can be seen (e.g. in menus and toolbars).
&lt;p&gt;If &lt;em&gt;visible&lt;/em&gt; is TRUE the action can be seen (e.g. in menus and
toolbars) and chosen by the user; if &lt;em&gt;visible&lt;/em&gt; is FALSE the
@@ -132,12 +132,12 @@ action cannot be seen or chosen by the user.
&lt;p&gt; Actions which are not visible are &lt;em&gt;not&lt;/em&gt; grayed out; they do not
appear at all.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setVisible"&gt;setVisible&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#isVisible"&gt;isVisible&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setVisible"&gt;setVisible&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#isVisible"&gt;isVisible&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QAction::whatsThis</name>
- <doc href="ntqaction.html#whatsThis-prop">
+ <name>TQAction::whatsThis</name>
+ <doc href="tqaction.html#whatsThis-prop">
&lt;p&gt;This property holds the action's "What's This?" help text.
&lt;p&gt;The whats this text is used to provide a brief description of the
action. The text may contain rich text (HTML-like tags -- see
@@ -145,40 +145,40 @@ action. The text may contain rich text (HTML-like tags -- see
"What's This" text.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqwhatsthis.html"&gt;QWhatsThis&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setWhatsThis"&gt;setWhatsThis&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#whatsThis"&gt;whatsThis&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setWhatsThis"&gt;setWhatsThis&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#whatsThis"&gt;whatsThis&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QActionGroup::exclusive</name>
- <doc href="qactiongroup.html#exclusive-prop">
+ <name>TQActionGroup::exclusive</name>
+ <doc href="tqactiongroup.html#exclusive-prop">
&lt;p&gt;This property holds whether the action group does exclusive toggling.
&lt;p&gt;If exclusive is TRUE only one toggle action in the action group
can ever be active at any one time. If the user chooses another
toggle action in the group the one they chose becomes active and
the one that was active becomes inactive.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqaction.html#toggleAction-prop"&gt;QAction::toggleAction&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqaction.html#toggleAction-prop"&gt;TQAction::toggleAction&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="qactiongroup.html#setExclusive"&gt;setExclusive&lt;/a&gt;() and get this property's value with &lt;a href="qactiongroup.html#isExclusive"&gt;isExclusive&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqactiongroup.html#setExclusive"&gt;setExclusive&lt;/a&gt;() and get this property's value with &lt;a href="tqactiongroup.html#isExclusive"&gt;isExclusive&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QActionGroup::usesDropDown</name>
- <doc href="qactiongroup.html#usesDropDown-prop">
+ <name>TQActionGroup::usesDropDown</name>
+ <doc href="tqactiongroup.html#usesDropDown-prop">
&lt;p&gt;This property holds whether the group's actions are displayed in a subwidget of the widgets the action group is added to.
&lt;p&gt;Exclusive action groups added to a toolbar display their actions
-in a combobox with the action's &lt;a href="ntqaction.html#text-prop"&gt;QAction::text&lt;/a&gt; and &lt;a href="ntqaction.html#iconSet-prop"&gt;QAction::iconSet&lt;/a&gt; properties shown. Non-exclusive groups are
-represented by a tool button showing their &lt;a href="ntqaction.html#iconSet-prop"&gt;QAction::iconSet&lt;/a&gt; and
--- depending on &lt;a href="ntqmainwindow.html#usesTextLabel"&gt;QMainWindow::usesTextLabel&lt;/a&gt;() -- &lt;a href="ntqaction.html#text"&gt;text&lt;/a&gt;()
+in a combobox with the action's &lt;a href="tqaction.html#text-prop"&gt;TQAction::text&lt;/a&gt; and &lt;a href="tqaction.html#iconSet-prop"&gt;TQAction::iconSet&lt;/a&gt; properties shown. Non-exclusive groups are
+represented by a tool button showing their &lt;a href="tqaction.html#iconSet-prop"&gt;TQAction::iconSet&lt;/a&gt; and
+-- depending on &lt;a href="tqmainwindow.html#usesTextLabel"&gt;TQMainWindow::usesTextLabel&lt;/a&gt;() -- &lt;a href="tqaction.html#text"&gt;text&lt;/a&gt;()
property.
&lt;p&gt; In a popup menu the member actions are displayed in a submenu.
-&lt;p&gt; Changing usesDropDown only affects &lt;em&gt;subsequent&lt;/em&gt; calls to &lt;a href="qactiongroup.html#addTo"&gt;addTo&lt;/a&gt;().
+&lt;p&gt; Changing usesDropDown only affects &lt;em&gt;subsequent&lt;/em&gt; calls to &lt;a href="tqactiongroup.html#addTo"&gt;addTo&lt;/a&gt;().
&lt;p&gt; Note that setting this property for actions in a combobox causes
-calls to their &lt;a href="ntqaction.html#setVisible"&gt;QAction::setVisible&lt;/a&gt;(),
-&lt;a href="ntqaction.html#setEnabled"&gt;QAction::setEnabled&lt;/a&gt;(), and
-&lt;a href="ntqaction.html#setDisabled"&gt;QAction::setDisabled&lt;/a&gt;() functions to have no effect.
+calls to their &lt;a href="tqaction.html#setVisible"&gt;TQAction::setVisible&lt;/a&gt;(),
+&lt;a href="tqaction.html#setEnabled"&gt;TQAction::setEnabled&lt;/a&gt;(), and
+&lt;a href="tqaction.html#setDisabled"&gt;TQAction::setDisabled&lt;/a&gt;() functions to have no effect.
&lt;p&gt; This property's default is FALSE.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="qactiongroup.html#setUsesDropDown"&gt;setUsesDropDown&lt;/a&gt;() and get this property's value with &lt;a href="qactiongroup.html#usesDropDown"&gt;usesDropDown&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqactiongroup.html#setUsesDropDown"&gt;setUsesDropDown&lt;/a&gt;() and get this property's value with &lt;a href="tqactiongroup.html#usesDropDown"&gt;usesDropDown&lt;/a&gt;().
</doc>
</property>
<property>
@@ -967,7 +967,7 @@ dialog as modal.
<name>QDialog::sizeGripEnabled</name>
<doc href="ntqdialog.html#sizeGripEnabled-prop">
&lt;p&gt;This property holds whether the size grip is enabled.
-&lt;p&gt;A &lt;a href="ntqsizegrip.html"&gt;QSizeGrip&lt;/a&gt; is placed in the bottom right corner of the dialog when this
+&lt;p&gt;A &lt;a href="tqsizegrip.html"&gt;TQSizeGrip&lt;/a&gt; is placed in the bottom right corner of the dialog when this
property is enabled. By default, the size grip is disabled.
&lt;p&gt;Set this property's value with &lt;a href="ntqdialog.html#setSizeGripEnabled"&gt;setSizeGripEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqdialog.html#isSizeGripEnabled"&gt;isSizeGripEnabled&lt;/a&gt;().
@@ -2486,28 +2486,28 @@ views.
</doc>
</property>
<property>
- <name>QMainWindow::dockWindowsMovable</name>
- <doc href="ntqmainwindow.html#dockWindowsMovable-prop">
+ <name>TQMainWindow::dockWindowsMovable</name>
+ <doc href="tqmainwindow.html#dockWindowsMovable-prop">
&lt;p&gt;This property holds whether the dock windows are movable.
&lt;p&gt;If TRUE (the default), the user will be able to move movable dock
-windows from one QMainWindow dock area to another, including the
+windows from one TQMainWindow dock area to another, including the
&lt;tt&gt;TearOff&lt;/tt&gt; area (i.e. where the dock window floats freely as a
window in its own right), and the &lt;a href="ntqt.html#Dock-enum"&gt;Minimized&lt;/a&gt; area (where only
the dock window's handle is shown below the menu bar). Moveable
-dock windows can also be moved within QMainWindow dock areas, i.e.
+dock windows can also be moved within TQMainWindow dock areas, i.e.
to rearrange them within a dock area.
&lt;p&gt; If FALSE the user will not be able to move any dock windows.
&lt;p&gt; By default dock windows are moved transparently (i.e. only an
outline rectangle is shown during the drag), but this setting can
-be changed with &lt;a href="ntqmainwindow.html#setOpaqueMoving"&gt;setOpaqueMoving&lt;/a&gt;().
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqmainwindow.html#setDockEnabled"&gt;setDockEnabled&lt;/a&gt;() and &lt;a href="ntqmainwindow.html#opaqueMoving-prop"&gt;opaqueMoving&lt;/a&gt;.
+be changed with &lt;a href="tqmainwindow.html#setOpaqueMoving"&gt;setOpaqueMoving&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqmainwindow.html#setDockEnabled"&gt;setDockEnabled&lt;/a&gt;() and &lt;a href="tqmainwindow.html#opaqueMoving-prop"&gt;opaqueMoving&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmainwindow.html#setDockWindowsMovable"&gt;setDockWindowsMovable&lt;/a&gt;() and get this property's value with &lt;a href="ntqmainwindow.html#dockWindowsMovable"&gt;dockWindowsMovable&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmainwindow.html#setDockWindowsMovable"&gt;setDockWindowsMovable&lt;/a&gt;() and get this property's value with &lt;a href="tqmainwindow.html#dockWindowsMovable"&gt;dockWindowsMovable&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMainWindow::opaqueMoving</name>
- <doc href="ntqmainwindow.html#opaqueMoving-prop">
+ <name>TQMainWindow::opaqueMoving</name>
+ <doc href="tqmainwindow.html#opaqueMoving-prop">
&lt;p&gt;This property holds whether dock windows are moved opaquely.
&lt;p&gt;If TRUE the dock windows of the main window are shown opaquely
(i.e. it shows the toolbar as it looks when docked) whilst it is
@@ -2518,12 +2518,12 @@ have several problems. We recommend avoiding the use of this
feature for the time being. We intend fixing the problems in a
future release.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmainwindow.html#setOpaqueMoving"&gt;setOpaqueMoving&lt;/a&gt;() and get this property's value with &lt;a href="ntqmainwindow.html#opaqueMoving"&gt;opaqueMoving&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmainwindow.html#setOpaqueMoving"&gt;setOpaqueMoving&lt;/a&gt;() and get this property's value with &lt;a href="tqmainwindow.html#opaqueMoving"&gt;opaqueMoving&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMainWindow::rightJustification</name>
- <doc href="ntqmainwindow.html#rightJustification-prop">
+ <name>TQMainWindow::rightJustification</name>
+ <doc href="tqmainwindow.html#rightJustification-prop">
&lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
&lt;p&gt; &lt;p&gt;This property holds whether the main window right-justifies its dock windows.
&lt;p&gt;If disabled (the default), stretchable dock windows are expanded,
@@ -2534,41 +2534,41 @@ for a vertical dock area). If enabled, the main window will
right-justify its dock windows.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqdockwindow.html#setVerticalStretchable"&gt;QDockWindow::setVerticalStretchable&lt;/a&gt;() and &lt;a href="ntqdockwindow.html#setHorizontalStretchable"&gt;QDockWindow::setHorizontalStretchable&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqmainwindow.html#setRightJustification"&gt;setRightJustification&lt;/a&gt;() and get this property's value with &lt;a href="ntqmainwindow.html#rightJustification"&gt;rightJustification&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmainwindow.html#setRightJustification"&gt;setRightJustification&lt;/a&gt;() and get this property's value with &lt;a href="tqmainwindow.html#rightJustification"&gt;rightJustification&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMainWindow::usesBigPixmaps</name>
- <doc href="ntqmainwindow.html#usesBigPixmaps-prop">
+ <name>TQMainWindow::usesBigPixmaps</name>
+ <doc href="tqmainwindow.html#usesBigPixmaps-prop">
&lt;p&gt;This property holds whether big pixmaps are enabled.
&lt;p&gt;If FALSE (the default), the tool buttons will use small pixmaps;
otherwise big pixmaps will be used.
&lt;p&gt; Tool buttons and other widgets that wish to respond to this
setting are responsible for reading the correct state on startup,
and for connecting to the main window's widget's
-&lt;a href="ntqmainwindow.html#pixmapSizeChanged"&gt;pixmapSizeChanged&lt;/a&gt;() signal.
+&lt;a href="tqmainwindow.html#pixmapSizeChanged"&gt;pixmapSizeChanged&lt;/a&gt;() signal.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmainwindow.html#setUsesBigPixmaps"&gt;setUsesBigPixmaps&lt;/a&gt;() and get this property's value with &lt;a href="ntqmainwindow.html#usesBigPixmaps"&gt;usesBigPixmaps&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmainwindow.html#setUsesBigPixmaps"&gt;setUsesBigPixmaps&lt;/a&gt;() and get this property's value with &lt;a href="tqmainwindow.html#usesBigPixmaps"&gt;usesBigPixmaps&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMainWindow::usesTextLabel</name>
- <doc href="ntqmainwindow.html#usesTextLabel-prop">
+ <name>TQMainWindow::usesTextLabel</name>
+ <doc href="tqmainwindow.html#usesTextLabel-prop">
&lt;p&gt;This property holds whether text labels for toolbar buttons are enabled.
&lt;p&gt;If disabled (the default), the tool buttons will not use text
labels. If enabled, text labels will be used.
&lt;p&gt; Tool buttons and other widgets that wish to respond to this
setting are responsible for reading the correct state on startup,
and for connecting to the main window's widget's
-&lt;a href="ntqmainwindow.html#usesTextLabelChanged"&gt;usesTextLabelChanged&lt;/a&gt;() signal.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtoolbutton.html#usesTextLabel-prop"&gt;QToolButton::usesTextLabel&lt;/a&gt;.
+&lt;a href="tqmainwindow.html#usesTextLabelChanged"&gt;usesTextLabelChanged&lt;/a&gt;() signal.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtoolbutton.html#usesTextLabel-prop"&gt;TQToolButton::usesTextLabel&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmainwindow.html#setUsesTextLabel"&gt;setUsesTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="ntqmainwindow.html#usesTextLabel"&gt;usesTextLabel&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmainwindow.html#setUsesTextLabel"&gt;setUsesTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="tqmainwindow.html#usesTextLabel"&gt;usesTextLabel&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMenuBar::defaultUp</name>
- <doc href="ntqmenubar.html#defaultUp-prop">
+ <name>TQMenuBar::defaultUp</name>
+ <doc href="tqmenubar.html#defaultUp-prop">
&lt;p&gt;This property holds the popup orientation.
&lt;p&gt;The default popup orientation. By default, menus pop "down" the
screen. By setting the property to TRUE, the menu will pop "up".
@@ -2577,16 +2577,16 @@ which they refer.
&lt;p&gt; If the menu would not fit on the screen, the other direction is
used automatically.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmenubar.html#setDefaultUp"&gt;setDefaultUp&lt;/a&gt;() and get this property's value with &lt;a href="ntqmenubar.html#isDefaultUp"&gt;isDefaultUp&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmenubar.html#setDefaultUp"&gt;setDefaultUp&lt;/a&gt;() and get this property's value with &lt;a href="tqmenubar.html#isDefaultUp"&gt;isDefaultUp&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMenuBar::separator</name>
- <doc href="ntqmenubar.html#separator-prop">
+ <name>TQMenuBar::separator</name>
+ <doc href="tqmenubar.html#separator-prop">
&lt;p&gt;This property holds in which cases a menubar sparator is drawn.
&lt;p&gt;&lt;b&gt;This property is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqmenubar.html#setSeparator"&gt;setSeparator&lt;/a&gt;() and get this property's value with &lt;a href="ntqmenubar.html#separator"&gt;separator&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmenubar.html#setSeparator"&gt;setSeparator&lt;/a&gt;() and get this property's value with &lt;a href="tqmenubar.html#separator"&gt;separator&lt;/a&gt;().
</doc>
</property>
<property>
@@ -2716,14 +2716,14 @@ for unnamed objects, you can call name( 0 ).
</doc>
</property>
<property>
- <name>QPopupMenu::checkable</name>
- <doc href="ntqpopupmenu.html#checkable-prop">
+ <name>TQPopupMenu::checkable</name>
+ <doc href="tqpopupmenu.html#checkable-prop">
&lt;p&gt;This property holds whether the display of check marks on menu items is enabled.
&lt;p&gt;When TRUE, the display of check marks on menu items is enabled.
Checking is always enabled when in Windows-style.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqmenudata.html#setItemChecked"&gt;QMenuData::setItemChecked&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqmenudata.html#setItemChecked"&gt;TQMenuData::setItemChecked&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqpopupmenu.html#setCheckable"&gt;setCheckable&lt;/a&gt;() and get this property's value with &lt;a href="ntqpopupmenu.html#isCheckable"&gt;isCheckable&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqpopupmenu.html#setCheckable"&gt;setCheckable&lt;/a&gt;() and get this property's value with &lt;a href="tqpopupmenu.html#isCheckable"&gt;isCheckable&lt;/a&gt;().
</doc>
</property>
<property>
@@ -3592,13 +3592,13 @@ avoid this behaviour.
</doc>
</property>
<property>
- <name>QStatusBar::sizeGripEnabled</name>
- <doc href="ntqstatusbar.html#sizeGripEnabled-prop">
-&lt;p&gt;This property holds whether the &lt;a href="ntqsizegrip.html"&gt;QSizeGrip&lt;/a&gt; in the bottom right of the status bar is enabled.
-&lt;p&gt;Enables or disables the QSizeGrip in the bottom right of the
+ <name>TQStatusBar::sizeGripEnabled</name>
+ <doc href="tqstatusbar.html#sizeGripEnabled-prop">
+&lt;p&gt;This property holds whether the &lt;a href="tqsizegrip.html"&gt;TQSizeGrip&lt;/a&gt; in the bottom right of the status bar is enabled.
+&lt;p&gt;Enables or disables the TQSizeGrip in the bottom right of the
status bar. By default, the size grip is enabled.
-&lt;p&gt;Set this property's value with &lt;a href="ntqstatusbar.html#setSizeGripEnabled"&gt;setSizeGripEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqstatusbar.html#isSizeGripEnabled"&gt;isSizeGripEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqstatusbar.html#setSizeGripEnabled"&gt;setSizeGripEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqstatusbar.html#isSizeGripEnabled"&gt;isSizeGripEnabled&lt;/a&gt;().
</doc>
</property>
<property>
@@ -4103,126 +4103,126 @@ time. The default minimum time is 00:00:00.
</doc>
</property>
<property>
- <name>QToolBar::label</name>
- <doc href="ntqtoolbar.html#label-prop">
+ <name>TQToolBar::label</name>
+ <doc href="tqtoolbar.html#label-prop">
&lt;p&gt;This property holds the toolbar's label.
&lt;p&gt;If the toolbar is floated the label becomes the toolbar window's
caption. There is no default label text.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbar.html#setLabel"&gt;setLabel&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbar.html#label"&gt;label&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbar.html#setLabel"&gt;setLabel&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbar.html#label"&gt;label&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolBox::count</name>
- <doc href="ntqtoolbox.html#count-prop">
+ <name>TQToolBox::count</name>
+ <doc href="tqtoolbox.html#count-prop">
&lt;p&gt;This property holds the number of items contained in the toolbox.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqtoolbox.html#count"&gt;count&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtoolbox.html#count"&gt;count&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolBox::currentIndex</name>
- <doc href="ntqtoolbox.html#currentIndex-prop">
+ <name>TQToolBox::currentIndex</name>
+ <doc href="tqtoolbox.html#currentIndex-prop">
&lt;p&gt;This property holds the index of the current item, or -1 if the toolbox is empty.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbox.html#setCurrentIndex"&gt;setCurrentIndex&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbox.html#currentIndex"&gt;currentIndex&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtoolbox.html#currentItem"&gt;currentItem&lt;/a&gt;(), &lt;a href="ntqtoolbox.html#indexOf"&gt;indexOf&lt;/a&gt;(), and &lt;a href="ntqtoolbox.html#item"&gt;item&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbox.html#setCurrentIndex"&gt;setCurrentIndex&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbox.html#currentIndex"&gt;currentIndex&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtoolbox.html#currentItem"&gt;currentItem&lt;/a&gt;(), &lt;a href="tqtoolbox.html#indexOf"&gt;indexOf&lt;/a&gt;(), and &lt;a href="tqtoolbox.html#item"&gt;item&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::autoRaise</name>
- <doc href="ntqtoolbutton.html#autoRaise-prop">
+ <name>TQToolButton::autoRaise</name>
+ <doc href="tqtoolbutton.html#autoRaise-prop">
&lt;p&gt;This property holds whether auto-raising is enabled.
&lt;p&gt;The default is disabled (i.e. FALSE).
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setAutoRaise"&gt;setAutoRaise&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#autoRaise"&gt;autoRaise&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setAutoRaise"&gt;setAutoRaise&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#autoRaise"&gt;autoRaise&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::iconSet</name>
- <doc href="ntqtoolbutton.html#iconSet-prop">
+ <name>TQToolButton::iconSet</name>
+ <doc href="tqtoolbutton.html#iconSet-prop">
&lt;p&gt;This property holds the icon set providing the icon shown on the button.
-&lt;p&gt;Setting this property sets &lt;a href="ntqtoolbutton.html#pixmap-prop"&gt;QToolButton::pixmap&lt;/a&gt; to a null
+&lt;p&gt;Setting this property sets &lt;a href="tqtoolbutton.html#pixmap-prop"&gt;TQToolButton::pixmap&lt;/a&gt; to a null
pixmap. There is no default iconset.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtoolbutton.html#pixmap-prop"&gt;pixmap&lt;/a&gt;, &lt;a href="ntqtoolbutton.html#toggleButton-prop"&gt;toggleButton&lt;/a&gt;, and &lt;a href="ntqtoolbutton.html#on-prop"&gt;on&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtoolbutton.html#pixmap-prop"&gt;pixmap&lt;/a&gt;, &lt;a href="tqtoolbutton.html#toggleButton-prop"&gt;toggleButton&lt;/a&gt;, and &lt;a href="tqtoolbutton.html#on-prop"&gt;on&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setIconSet"&gt;setIconSet&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#iconSet"&gt;iconSet&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setIconSet"&gt;setIconSet&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#iconSet"&gt;iconSet&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::popupDelay</name>
- <doc href="ntqtoolbutton.html#popupDelay-prop">
+ <name>TQToolButton::popupDelay</name>
+ <doc href="tqtoolbutton.html#popupDelay-prop">
&lt;p&gt;This property holds the time delay between pressing the button and the appearance of the associated popup menu in milliseconds.
&lt;p&gt;Usually this is around half a second. A value of 0 draws the down
arrow button to the side of the button which can be used to open
up the popup menu.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtoolbutton.html#setPopup"&gt;setPopup&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtoolbutton.html#setPopup"&gt;setPopup&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setPopupDelay"&gt;setPopupDelay&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#popupDelay"&gt;popupDelay&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setPopupDelay"&gt;setPopupDelay&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#popupDelay"&gt;popupDelay&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::textLabel</name>
- <doc href="ntqtoolbutton.html#textLabel-prop">
+ <name>TQToolButton::textLabel</name>
+ <doc href="tqtoolbutton.html#textLabel-prop">
&lt;p&gt;This property holds the label of this button.
&lt;p&gt;Setting this property automatically sets the text as a tool tip
too. There is no default text.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setTextLabel"&gt;setTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#textLabel"&gt;textLabel&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setTextLabel"&gt;setTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#textLabel"&gt;textLabel&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::textPosition</name>
- <doc href="ntqtoolbutton.html#textPosition-prop">
+ <name>TQToolButton::textPosition</name>
+ <doc href="tqtoolbutton.html#textPosition-prop">
&lt;p&gt;This property holds the position of the text label of this button.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setTextPosition"&gt;setTextPosition&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#textPosition"&gt;textPosition&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setTextPosition"&gt;setTextPosition&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#textPosition"&gt;textPosition&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::usesBigPixmap</name>
- <doc href="ntqtoolbutton.html#usesBigPixmap-prop">
+ <name>TQToolButton::usesBigPixmap</name>
+ <doc href="tqtoolbutton.html#usesBigPixmap-prop">
&lt;p&gt;This property holds whether this toolbutton uses big pixmaps.
-&lt;p&gt;QToolButton automatically connects this property to the relevant
-signal in the &lt;a href="ntqmainwindow.html"&gt;QMainWindow&lt;/a&gt; in which it resides. We strongly
-recommend that you use &lt;a href="ntqmainwindow.html#setUsesBigPixmaps"&gt;QMainWindow::setUsesBigPixmaps&lt;/a&gt;() instead.
+&lt;p&gt;TQToolButton automatically connects this property to the relevant
+signal in the &lt;a href="tqmainwindow.html"&gt;TQMainWindow&lt;/a&gt; in which it resides. We strongly
+recommend that you use &lt;a href="tqmainwindow.html#setUsesBigPixmaps"&gt;TQMainWindow::setUsesBigPixmaps&lt;/a&gt;() instead.
&lt;p&gt; This property's default is TRUE.
-&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If you set some buttons (in a QMainWindow) to have big
-pixmaps and others to have small pixmaps, QMainWindow may not get
+&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If you set some buttons (in a TQMainWindow) to have big
+pixmaps and others to have small pixmaps, TQMainWindow may not get
the geometry right.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setUsesBigPixmap"&gt;setUsesBigPixmap&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#usesBigPixmap"&gt;usesBigPixmap&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setUsesBigPixmap"&gt;setUsesBigPixmap&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#usesBigPixmap"&gt;usesBigPixmap&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolButton::usesTextLabel</name>
- <doc href="ntqtoolbutton.html#usesTextLabel-prop">
+ <name>TQToolButton::usesTextLabel</name>
+ <doc href="tqtoolbutton.html#usesTextLabel-prop">
&lt;p&gt;This property holds whether the toolbutton displays a text label below the button pixmap.
&lt;p&gt;The default is FALSE.
-&lt;p&gt; QToolButton automatically connects this slot to the relevant
-signal in the &lt;a href="ntqmainwindow.html"&gt;QMainWindow&lt;/a&gt; in which is resides.
+&lt;p&gt; TQToolButton automatically connects this slot to the relevant
+signal in the &lt;a href="tqmainwindow.html"&gt;TQMainWindow&lt;/a&gt; in which is resides.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtoolbutton.html#setUsesTextLabel"&gt;setUsesTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="ntqtoolbutton.html#usesTextLabel"&gt;usesTextLabel&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtoolbutton.html#setUsesTextLabel"&gt;setUsesTextLabel&lt;/a&gt;() and get this property's value with &lt;a href="tqtoolbutton.html#usesTextLabel"&gt;usesTextLabel&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolTipGroup::delay</name>
- <doc href="qtooltipgroup.html#delay-prop">
+ <name>TQToolTipGroup::delay</name>
+ <doc href="tqtooltipgroup.html#delay-prop">
&lt;p&gt;This property holds whether the display of the group text is delayed.
&lt;p&gt;If set to TRUE (the default), the group text is displayed at the
same time as the tool tip. Otherwise, the group text is displayed
immediately when the cursor enters the widget.
-&lt;p&gt;Set this property's value with &lt;a href="qtooltipgroup.html#setDelay"&gt;setDelay&lt;/a&gt;() and get this property's value with &lt;a href="qtooltipgroup.html#delay"&gt;delay&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtooltipgroup.html#setDelay"&gt;setDelay&lt;/a&gt;() and get this property's value with &lt;a href="tqtooltipgroup.html#delay"&gt;delay&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QToolTipGroup::enabled</name>
- <doc href="qtooltipgroup.html#enabled-prop">
+ <name>TQToolTipGroup::enabled</name>
+ <doc href="tqtooltipgroup.html#enabled-prop">
&lt;p&gt;This property holds whether tool tips in the group are enabled.
&lt;p&gt;This property's default is TRUE.
-&lt;p&gt;Set this property's value with &lt;a href="qtooltipgroup.html#setEnabled"&gt;setEnabled&lt;/a&gt;() and get this property's value with &lt;a href="qtooltipgroup.html#enabled"&gt;enabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtooltipgroup.html#setEnabled"&gt;setEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqtooltipgroup.html#enabled"&gt;enabled&lt;/a&gt;().
</doc>
</property>
<property>
@@ -4681,7 +4681,7 @@ top-level widget.
when the parent is deleted, minimized when the parent is minimized
etc. If supported by the window manager, it will also have a
common taskbar entry with its parent.
-&lt;p&gt; &lt;a href="ntqdialog.html"&gt;QDialog&lt;/a&gt; and &lt;a href="ntqmainwindow.html"&gt;QMainWindow&lt;/a&gt; widgets are by default top-level, even if
+&lt;p&gt; &lt;a href="ntqdialog.html"&gt;QDialog&lt;/a&gt; and &lt;a href="tqmainwindow.html"&gt;TQMainWindow&lt;/a&gt; widgets are by default top-level, even if
a parent widget is specified in the constructor. This behavior is
specified by the &lt;a href="ntqt.html#WidgetFlags-enum"&gt;WType_TopLevel&lt;/a&gt; widget flag.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#topLevelWidget"&gt;topLevelWidget&lt;/a&gt;(), &lt;a href="tqwidget.html#isDialog-prop"&gt;isDialog&lt;/a&gt;, &lt;a href="tqwidget.html#isModal-prop"&gt;isModal&lt;/a&gt;, &lt;a href="tqwidget.html#isPopup-prop"&gt;isPopup&lt;/a&gt;, &lt;a href="tqwidget.html#isDesktop-prop"&gt;isDesktop&lt;/a&gt;, and &lt;a href="tqwidget.html#parentWidget"&gt;parentWidget&lt;/a&gt;().
@@ -4791,7 +4791,7 @@ layout's minimum size otherwise. Most built-in widgets reimplement
minimumSizeHint().
&lt;p&gt; &lt;a href="ntqlayout.html"&gt;QLayout&lt;/a&gt; will never resize a widget to a size smaller than
minimumSizeHint.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqsize.html#isValid"&gt;QSize::isValid&lt;/a&gt;(), &lt;a href="tqwidget.html#size-prop"&gt;size&lt;/a&gt;, &lt;a href="tqwidget.html#minimumSize-prop"&gt;minimumSize&lt;/a&gt;, and &lt;a href="tqwidget.html#sizePolicy-prop"&gt;sizePolicy&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqsize.html#isValid"&gt;TQSize::isValid&lt;/a&gt;(), &lt;a href="tqwidget.html#size-prop"&gt;size&lt;/a&gt;, &lt;a href="tqwidget.html#minimumSize-prop"&gt;minimumSize&lt;/a&gt;, and &lt;a href="tqwidget.html#sizePolicy-prop"&gt;sizePolicy&lt;/a&gt;.
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#minimumSizeHint"&gt;minimumSizeHint&lt;/a&gt;().
</doc>
@@ -4974,7 +4974,7 @@ ancestors became visible.
visible, it is guaranteed to receive an event before it is shown.
&lt;p&gt; The size is adjusted if it lies outside the range defined by
&lt;a href="tqwidget.html#minimumSize"&gt;minimumSize&lt;/a&gt;() and &lt;a href="tqwidget.html#maximumSize"&gt;maximumSize&lt;/a&gt;(). Furthermore, the size is always
-at least &lt;a href="ntqsize.html"&gt;QSize&lt;/a&gt;(1, 1). For toplevel widgets, the minimum size
+at least &lt;a href="tqsize.html"&gt;TQSize&lt;/a&gt;(1, 1). For toplevel widgets, the minimum size
might be larger, depending on the window manager.
&lt;p&gt; If you want a top-level window to have a fixed size, call
setResizeMode( QLayout::FreeResize ) on its layout.
@@ -4996,7 +4996,7 @@ recommended.
&lt;p&gt; The default implementation of &lt;a href="tqwidget.html#sizeHint"&gt;sizeHint&lt;/a&gt;() returns an invalid size
if there is no layout for this widget, and returns the layout's
preferred size otherwise.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqsize.html#isValid"&gt;QSize::isValid&lt;/a&gt;(), &lt;a href="tqwidget.html#minimumSizeHint-prop"&gt;minimumSizeHint&lt;/a&gt;, &lt;a href="tqwidget.html#sizePolicy-prop"&gt;sizePolicy&lt;/a&gt;, &lt;a href="tqwidget.html#minimumSize-prop"&gt;minimumSize&lt;/a&gt;, and &lt;a href="tqwidget.html#updateGeometry"&gt;updateGeometry&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqsize.html#isValid"&gt;TQSize::isValid&lt;/a&gt;(), &lt;a href="tqwidget.html#minimumSizeHint-prop"&gt;minimumSizeHint&lt;/a&gt;, &lt;a href="tqwidget.html#sizePolicy-prop"&gt;sizePolicy&lt;/a&gt;, &lt;a href="tqwidget.html#minimumSize-prop"&gt;minimumSize&lt;/a&gt;, and &lt;a href="tqwidget.html#updateGeometry"&gt;updateGeometry&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#sizeHint"&gt;sizeHint&lt;/a&gt;().
</doc>
@@ -5038,14 +5038,14 @@ specify that they may stretch horizontally, but are fixed
vertically. The same applies to lineedit controls (such as
&lt;a href="ntqlineedit.html"&gt;QLineEdit&lt;/a&gt;, &lt;a href="ntqspinbox.html"&gt;QSpinBox&lt;/a&gt; or an editable &lt;a href="ntqcombobox.html"&gt;QComboBox&lt;/a&gt;) and other
horizontally orientated widgets (such as &lt;a href="ntqprogressbar.html"&gt;QProgressBar&lt;/a&gt;).
-&lt;a href="ntqtoolbutton.html"&gt;QToolButton&lt;/a&gt;'s are normally square, so they allow growth in both
+&lt;a href="tqtoolbutton.html"&gt;TQToolButton&lt;/a&gt;'s are normally square, so they allow growth in both
directions. Widgets that support different directions (such as
&lt;a href="ntqslider.html"&gt;QSlider&lt;/a&gt;, &lt;a href="ntqscrollbar.html"&gt;QScrollBar&lt;/a&gt; or &lt;a href="ntqheader.html"&gt;QHeader&lt;/a&gt;) specify stretching in the
respective direction only. Widgets that can provide scrollbars
(usually subclasses of &lt;a href="ntqscrollview.html"&gt;QScrollView&lt;/a&gt;) tend to specify that they can
use additional space, and that they can make do with less than
sizeHint().
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#sizeHint-prop"&gt;sizeHint&lt;/a&gt;, &lt;a href="ntqlayout.html"&gt;QLayout&lt;/a&gt;, &lt;a href="ntqsizepolicy.html"&gt;QSizePolicy&lt;/a&gt;, and &lt;a href="tqwidget.html#updateGeometry"&gt;updateGeometry&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#sizeHint-prop"&gt;sizeHint&lt;/a&gt;, &lt;a href="ntqlayout.html"&gt;QLayout&lt;/a&gt;, &lt;a href="tqsizepolicy.html"&gt;TQSizePolicy&lt;/a&gt;, and &lt;a href="tqwidget.html#updateGeometry"&gt;updateGeometry&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setSizePolicy"&gt;setSizePolicy&lt;/a&gt;() and get this property's value with &lt;a href="tqwidget.html#sizePolicy"&gt;sizePolicy&lt;/a&gt;().
</doc>
@@ -5183,8 +5183,8 @@ for an overview of top-level widget geometry.
</doc>
</property>
<property>
- <name>QWorkspace::scrollBarsEnabled</name>
- <doc href="ntqworkspace.html#scrollBarsEnabled-prop">
+ <name>TQWorkspace::scrollBarsEnabled</name>
+ <doc href="tqworkspace.html#scrollBarsEnabled-prop">
&lt;p&gt;This property holds whether the workspace provides scrollbars.
&lt;p&gt;If this property is set to TRUE, it is possible to resize child
windows over the right or the bottom edge out of the visible area
@@ -5193,7 +5193,7 @@ possible for the user to access those windows. If this property is
set to FALSE (the default), resizing windows out of the visible
area of the workspace is not permitted.
-&lt;p&gt;Set this property's value with &lt;a href="ntqworkspace.html#setScrollBarsEnabled"&gt;setScrollBarsEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqworkspace.html#scrollBarsEnabled"&gt;scrollBarsEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqworkspace.html#setScrollBarsEnabled"&gt;setScrollBarsEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqworkspace.html#scrollBarsEnabled"&gt;scrollBarsEnabled&lt;/a&gt;().
</doc>
</property>
</PROP>