diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 180 |
1 files changed, 90 insertions, 90 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index e5b0e1040..09f37cb2f 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -315,7 +315,7 @@ toggle buttons, for example. <name>QButton::text</name> <doc href="ntqbutton.html#text-prop"> <p>This property holds the text shown on the button. -<p>This property will return a <a href="ntqstring.html#QString-null">QString::null</a> if the button has no +<p>This property will return a <a href="ntqstring.html#TQString-null">TQString::null</a> if the button has no text. If the text has an ampersand (&amp;) in it, then an accelerator is automatically created for it using the character that follows the '&amp;' as the accelerator key. Any previous @@ -1264,7 +1264,7 @@ widget(s) with <a href="ntqfiledialog.html#setInfoPreviewEnabled">setInfoP <p>This property holds the name of the selected file. <p>If a file was selected selectedFile contains the file's name including its absolute path; otherwise selectedFile is empty. -<p> <p>See also <a href="ntqstring.html#isEmpty">QString::isEmpty</a>(), <a href="ntqfiledialog.html#selectedFiles-prop">selectedFiles</a>, and <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>. +<p> <p>See also <a href="ntqstring.html#isEmpty">TQString::isEmpty</a>(), <a href="ntqfiledialog.html#selectedFiles-prop">selectedFiles</a>, and <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>. <p>Get this property's value with <a href="ntqfiledialog.html#selectedFile">selectedFile</a>(). </doc> @@ -2117,7 +2117,7 @@ selected by the user; otherwise returns FALSE. <name>QLineEdit::inputMask</name> <doc href="ntqlineedit.html#inputMask-prop"> <p>This property holds the validation input mask. -<p>If no mask is set, <a href="ntqlineedit.html#inputMask">inputMask</a>() returns <a href="ntqstring.html#QString-null">QString::null</a>. +<p>If no mask is set, <a href="ntqlineedit.html#inputMask">inputMask</a>() returns <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> Sets the QLineEdit's validation mask. Validators can be used instead of, or in conjunction with masks; see <a href="ntqlineedit.html#setValidator">setValidator</a>(). <p> Unset the mask and return to normal QLineEdit operation by passing @@ -2224,7 +2224,7 @@ but cannot edit it. <doc href="ntqlineedit.html#selectedText-prop"> <p>This property holds the selected text. <p>If there is no selected text this property's value is -<a href="ntqstring.html#QString-null">QString::null</a>. +<a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqlineedit.html#hasSelectedText-prop">hasSelectedText</a>. <p>Get this property's value with <a href="ntqlineedit.html#selectedText">selectedText</a>(). @@ -2687,7 +2687,7 @@ Windows GUI styles; you may want to draw two pixmaps. <p>The text will be interpreted either as a plain text or as rich text, depending on the text format setting (<a href="ntqmessagebox.html#textFormat-prop">QMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. the message box will try to auto-detect the format of the text. -<p> The default value of this property is <a href="ntqstring.html#QString-null">QString::null</a>. +<p> The default value of this property is <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqmessagebox.html#textFormat-prop">textFormat</a>. <p>Set this property's value with <a href="ntqmessagebox.html#setText">setText</a>() and get this property's value with <a href="ntqmessagebox.html#text">text</a>(). @@ -2749,7 +2749,7 @@ empty editor this method returns 1. </doc> </property> <property> - <name>QObject::name</name> + <name>TQObject::name</name> <doc href="ntqobject.html#name-prop"> <p>This property holds the name of this object. <p>You can find an object by name (and type) using <a href="ntqobject.html#child">child</a>(). You can @@ -2826,7 +2826,7 @@ to FALSE. The default is TRUE. <name>QProgressBar::progressString</name> <doc href="ntqprogressbar.html#progressString-prop"> <p>This property holds the amount of progress as a string. -<p>This property is <a href="ntqstring.html#QString-null">QString::null</a> if progress counting has not started. +<p>This property is <a href="ntqstring.html#TQString-null">TQString::null</a> if progress counting has not started. <p>Get this property's value with <a href="ntqprogressbar.html#progressString">progressString</a>(). </doc> @@ -2865,7 +2865,7 @@ indicator. <name>QProgressDialog::labelText</name> <doc href="ntqprogressdialog.html#labelText-prop"> <p>This property holds the label's text. -<p>The default text is <a href="ntqstring.html#QString-null">QString::null</a>. +<p>The default text is <a href="ntqstring.html#TQString-null">TQString::null</a>. <p>Set this property's value with <a href="ntqprogressdialog.html#setLabelText">setLabelText</a>() and get this property's value with <a href="ntqprogressdialog.html#labelText">labelText</a>(). </doc> @@ -3365,7 +3365,7 @@ symbol. For example: <p> To turn off the prefix display, set this property to an empty string. The default is no prefix. The prefix is not displayed for the <a href="ntqspinbox.html#minValue">minValue</a>() if <a href="ntqspinbox.html#specialValueText">specialValueText</a>() is not empty. -<p> If no prefix is set, <a href="ntqspinbox.html#prefix">prefix</a>() returns <a href="ntqstring.html#QString-null">QString::null</a>. +<p> If no prefix is set, <a href="ntqspinbox.html#prefix">prefix</a>() returns <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqspinbox.html#suffix-prop">suffix</a>. <p>Set this property's value with <a href="ntqspinbox.html#setPrefix">setPrefix</a>() and get this property's value with <a href="ntqspinbox.html#prefix">prefix</a>(). @@ -3399,7 +3399,7 @@ value text. with an empty string. The default is no special-value text, i.e. the numeric value is shown as usual. <p> If no special-value text is set, <a href="ntqspinbox.html#specialValueText">specialValueText</a>() returns -<a href="ntqstring.html#QString-null">QString::null</a>. +<a href="ntqstring.html#TQString-null">TQString::null</a>. <p>Set this property's value with <a href="ntqspinbox.html#setSpecialValueText">setSpecialValueText</a>() and get this property's value with <a href="ntqspinbox.html#specialValueText">specialValueText</a>(). </doc> @@ -3418,7 +3418,7 @@ example: <p> To turn off the suffix display, set this property to an empty string. The default is no suffix. The suffix is not displayed for the <a href="ntqspinbox.html#minValue">minValue</a>() if <a href="ntqspinbox.html#specialValueText">specialValueText</a>() is not empty. -<p> If no suffix is set, <a href="ntqspinbox.html#suffix">suffix</a>() returns a <a href="ntqstring.html#QString-null">QString::null</a>. +<p> If no suffix is set, <a href="ntqspinbox.html#suffix">suffix</a>() returns a <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqspinbox.html#prefix-prop">prefix</a>. <p>Set this property's value with <a href="ntqspinbox.html#setSuffix">setSuffix</a>() and get this property's value with <a href="ntqspinbox.html#suffix">suffix</a>(). @@ -3811,7 +3811,7 @@ move operations internally. <p>Whether a cell in the table is editable or read-only depends on the cell's <a href="qtableitem.html#EditType-enum">EditType</a>, and this setting: see <a href="qtableitem.html#wheneditable">QTableItem::EditType</a>. -<p> <p>See also <a href="ntqwidget.html#enabled-prop">QWidget::enabled</a>, <a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="ntqtable.html#setRowReadOnly">setRowReadOnly</a>(). +<p> <p>See also <a href="ntqwidget.html#enabled-prop">TQWidget::enabled</a>, <a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="ntqtable.html#setRowReadOnly">setRowReadOnly</a>(). <p>Set this property's value with <a href="ntqtable.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqtable.html#isReadOnly">isReadOnly</a>(). </doc> @@ -3865,7 +3865,7 @@ multiple ranges of cells. <name>QTextBrowser::source</name> <doc href="ntqtextbrowser.html#source-prop"> <p>This property holds the name of the displayed document. -<p>This is a <a href="ntqstring.html#QString-null">QString::null</a> if no document is displayed or if the +<p>This is a <a href="ntqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the source is unknown. <p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the named document. It also checks for optional anchors and scrolls @@ -4014,7 +4014,7 @@ depending on the <a href="ntqtextedit.html#textFormat">textFormat</a> i.e. the text edit auto-detects the format of the text. <p> For richtext, calling <a href="ntqtextedit.html#text">text</a>() on an editable QTextEdit will cause the text to be regenerated from the textedit. This may mean that -the <a href="ntqstring.html">QString</a> returned may not be exactly the same as the one that +the <a href="ntqstring.html">TQString</a> returned may not be exactly the same as the one that was set. <p> <p>See also <a href="ntqtextedit.html#textFormat-prop">textFormat</a>. @@ -4283,12 +4283,12 @@ immediately when the cursor enters the widget. </doc> </property> <property> - <name>QWidget::acceptDrops</name> + <name>TQWidget::acceptDrops</name> <doc href="ntqwidget.html#acceptDrops-prop"> <p>This property holds whether drop events are enabled for this widget. <p>Setting this property to TRUE announces to the system that this widget <em>may</em> be able to accept drop events. -<p> If the widget is the desktop (<a href="ntqwidget.html#isDesktop">QWidget::isDesktop</a>()), this may +<p> If the widget is the desktop (<a href="ntqwidget.html#isDesktop">TQWidget::isDesktop</a>()), this may fail if another application is using the desktop; you can call <a href="ntqwidget.html#acceptDrops">acceptDrops</a>() to test if this occurs. <p> <b>Warning:</b> @@ -4298,11 +4298,11 @@ Do not modify this property in a Drag&Drop event handler. </doc> </property> <property> - <name>QWidget::autoMask</name> + <name>TQWidget::autoMask</name> <doc href="ntqwidget.html#autoMask-prop"> <p>This property holds whether the auto mask feature is enabled for the widget. <p>Transparent widgets use a mask to define their visible region. -QWidget has some built-in support to make the task of +TQWidget has some built-in support to make the task of recalculating the mask easier. When setting auto mask to TRUE, <a href="ntqwidget.html#updateMask">updateMask</a>() will be called whenever the widget is resized or changes its focus state. Note that you must reimplement @@ -4334,7 +4334,7 @@ together seamlessly, you will probably want to use </doc> </property> <property> - <name>QWidget::backgroundBrush</name> + <name>TQWidget::backgroundBrush</name> <doc href="ntqwidget.html#backgroundBrush-prop"> <p>This property holds the widget's background brush. <p>The background brush depends on a widget's palette and its @@ -4345,7 +4345,7 @@ background mode. </doc> </property> <property> - <name>QWidget::backgroundMode</name> + <name>TQWidget::backgroundMode</name> <doc href="ntqwidget.html#backgroundMode-prop"> <p>This property holds the color role used for painting the background of the widget. <p>setPaletteBackgroundColor() reads this property to determine which @@ -4372,7 +4372,7 @@ instead. </doc> </property> <property> - <name>QWidget::backgroundOrigin</name> + <name>TQWidget::backgroundOrigin</name> <doc href="ntqwidget.html#backgroundOrigin-prop"> <p>This property holds the origin of the widget's background. <p>The origin is either WidgetOrigin (the default), ParentOrigin, @@ -4389,7 +4389,7 @@ seamlessly when an ancestor of the widget has an origin other than </doc> </property> <property> - <name>QWidget::baseSize</name> + <name>TQWidget::baseSize</name> <doc href="ntqwidget.html#baseSize-prop"> <p>This property holds the base size of the widget. <p>The base size is used to calculate a proper widget size if the @@ -4400,18 +4400,18 @@ widget defines <a href="ntqwidget.html#sizeIncrement">sizeIncrement</a& </doc> </property> <property> - <name>QWidget::caption</name> + <name>TQWidget::caption</name> <doc href="ntqwidget.html#caption-prop"> <p>This property holds the window caption (title). <p>This property only makes sense for top-level widgets. If no -caption has been set, the caption is <a href="ntqstring.html#QString-null">QString::null</a>. +caption has been set, the caption is <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqwidget.html#icon-prop">icon</a> and <a href="ntqwidget.html#iconText-prop">iconText</a>. <p>Set this property's value with <a href="ntqwidget.html#setCaption">setCaption</a>() and get this property's value with <a href="ntqwidget.html#caption">caption</a>(). </doc> </property> <property> - <name>QWidget::childrenRect</name> + <name>TQWidget::childrenRect</name> <doc href="ntqwidget.html#childrenRect-prop"> <p>This property holds the bounding rectangle of the widget's children. <p>Hidden children are excluded. @@ -4421,7 +4421,7 @@ caption has been set, the caption is <a href="ntqstring.html#QString-null"> </doc> </property> <property> - <name>QWidget::childrenRegion</name> + <name>TQWidget::childrenRegion</name> <doc href="ntqwidget.html#childrenRegion-prop"> <p>This property holds the combined region occupied by the widget's children. <p>Hidden children are excluded. @@ -4431,7 +4431,7 @@ caption has been set, the caption is <a href="ntqstring.html#QString-null"> </doc> </property> <property> - <name>QWidget::colorGroup</name> + <name>TQWidget::colorGroup</name> <doc href="ntqwidget.html#colorGroup-prop"> <p>This property holds the current color group of the widget palette. <p>The color group is determined by the state of the widget. A @@ -4444,7 +4444,7 @@ inactive widget has the <a href="ntqpalette.html#inactive">QPalette::inact </doc> </property> <property> - <name>QWidget::cursor</name> + <name>TQWidget::cursor</name> <doc href="ntqwidget.html#cursor-prop"> <p>This property holds the cursor shape for this widget. <p>The mouse cursor will assume this shape when it's over this @@ -4464,7 +4464,7 @@ on top-level widgets. </doc> </property> <property> - <name>QWidget::customWhatsThis</name> + <name>TQWidget::customWhatsThis</name> <doc href="ntqwidget.html#customWhatsThis-prop"> <p>This property holds whether the widget wants to handle What's This help manually. <p>The default implementation of <a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() returns FALSE, @@ -4482,7 +4482,7 @@ Simply don't call QWhatsThis::leaveWhatsThisMode() in that case. </doc> </property> <property> - <name>QWidget::enabled</name> + <name>TQWidget::enabled</name> <doc href="ntqwidget.html#enabled-prop"> <p>This property holds whether the widget is enabled. <p>An enabled widget receives keyboard and mouse events; a disabled @@ -4501,7 +4501,7 @@ explicitly disabled. </doc> </property> <property> - <name>QWidget::focus</name> + <name>TQWidget::focus</name> <doc href="ntqwidget.html#focus-prop"> <p>This property holds whether this widget (or its focus proxy) has the keyboard input focus. <p>Effectively equivalent to <tt>qApp-&gt;focusWidget() == this</tt>. @@ -4511,40 +4511,40 @@ explicitly disabled. </doc> </property> <property> - <name>QWidget::focusEnabled</name> + <name>TQWidget::focusEnabled</name> <doc href="ntqwidget.html#focusEnabled-prop"> <p>This property holds whether the widget accepts <a href="focus.html#keyboard-focus">keyboard focus</a>. <p>Keyboard focus is initially disabled (i.e. <a href="ntqwidget.html#focusPolicy">focusPolicy</a>() == -<a href="ntqwidget.html#FocusPolicy-enum">QWidget::NoFocus</a>). +<a href="ntqwidget.html#FocusPolicy-enum">TQWidget::NoFocus</a>). <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's constructor. For instance, the <a href="ntqlineedit.html">QLineEdit</a> constructor calls -<a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>(QWidget::StrongFocus). +<a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="ntqwidget.html#focusPolicy-prop">focusPolicy</a>, <a href="ntqwidget.html#focusInEvent">focusInEvent</a>(), <a href="ntqwidget.html#focusOutEvent">focusOutEvent</a>(), <a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>(), <a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="ntqwidget.html#enabled-prop">enabled</a>. <p>Get this property's value with <a href="ntqwidget.html#isFocusEnabled">isFocusEnabled</a>(). </doc> </property> <property> - <name>QWidget::focusPolicy</name> + <name>TQWidget::focusPolicy</name> <doc href="ntqwidget.html#focusPolicy-prop"> <p>This property holds the way the widget accepts <a href="focus.html#keyboard-focus">keyboard focus</a>. -<p>The policy is <a href="ntqwidget.html#FocusPolicy-enum">QWidget::TabFocus</a> if the widget accepts keyboard -focus by tabbing, <a href="ntqwidget.html#FocusPolicy-enum">QWidget::ClickFocus</a> if the widget accepts -focus by clicking, <a href="ntqwidget.html#FocusPolicy-enum">QWidget::StrongFocus</a> if it accepts both, and -<a href="ntqwidget.html#FocusPolicy-enum">QWidget::NoFocus</a> (the default) if it does not accept focus at +<p>The policy is <a href="ntqwidget.html#FocusPolicy-enum">TQWidget::TabFocus</a> if the widget accepts keyboard +focus by tabbing, <a href="ntqwidget.html#FocusPolicy-enum">TQWidget::ClickFocus</a> if the widget accepts +focus by clicking, <a href="ntqwidget.html#FocusPolicy-enum">TQWidget::StrongFocus</a> if it accepts both, and +<a href="ntqwidget.html#FocusPolicy-enum">TQWidget::NoFocus</a> (the default) if it does not accept focus at all. <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's constructor. For instance, the <a href="ntqlineedit.html">QLineEdit</a> constructor calls -<a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>(QWidget::StrongFocus). +<a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="ntqwidget.html#focusEnabled-prop">focusEnabled</a>, <a href="ntqwidget.html#focusInEvent">focusInEvent</a>(), <a href="ntqwidget.html#focusOutEvent">focusOutEvent</a>(), <a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>(), <a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="ntqwidget.html#enabled-prop">enabled</a>. <p>Set this property's value with <a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>() and get this property's value with <a href="ntqwidget.html#focusPolicy">focusPolicy</a>(). </doc> </property> <property> - <name>QWidget::font</name> + <name>TQWidget::font</name> <doc href="ntqwidget.html#font-prop"> <p>This property holds the font currently set for the widget. <p>The <a href="ntqwidget.html#fontInfo">fontInfo</a>() function reports the actual font that is being used @@ -4567,7 +4567,7 @@ about the change. </doc> </property> <property> - <name>QWidget::frameGeometry</name> + <name>TQWidget::frameGeometry</name> <doc href="ntqwidget.html#frameGeometry-prop"> <p>This property holds geometry of the widget relative to its parent including any window frame. <p>See the <a href="geometry.html">Window Geometry documentation</a> @@ -4578,7 +4578,7 @@ for an overview of geometry issues with top-level widgets. </doc> </property> <property> - <name>QWidget::frameSize</name> + <name>TQWidget::frameSize</name> <doc href="ntqwidget.html#frameSize-prop"> <p>This property holds the size of the widget including any window frame. <p> @@ -4586,7 +4586,7 @@ for an overview of geometry issues with top-level widgets. </doc> </property> <property> - <name>QWidget::fullScreen</name> + <name>TQWidget::fullScreen</name> <doc href="ntqwidget.html#fullScreen-prop"> <p>This property holds whether the widget is full screen. <p>Get this property's value with <a href="ntqwidget.html#isFullScreen">isFullScreen</a>(). @@ -4595,7 +4595,7 @@ for an overview of geometry issues with top-level widgets. </doc> </property> <property> - <name>QWidget::geometry</name> + <name>TQWidget::geometry</name> <doc href="ntqwidget.html#geometry-prop"> <p>This property holds the geometry of the widget relative to its parent and excluding the window frame. <p>When changing the geometry, the widget, if visible, receives a @@ -4616,7 +4616,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::height</name> + <name>TQWidget::height</name> <doc href="ntqwidget.html#height-prop"> <p>This property holds the height of the widget excluding any window frame. <p>See the <a href="geometry.html">Window Geometry documentation</a> @@ -4627,7 +4627,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::hidden</name> + <name>TQWidget::hidden</name> <doc href="ntqwidget.html#hidden-prop"> <p>This property holds whether the widget is explicitly hidden. <p>If FALSE, the widget is visible or would become visible if all its @@ -4638,7 +4638,7 @@ ancestors became visible. </doc> </property> <property> - <name>QWidget::icon</name> + <name>TQWidget::icon</name> <doc href="ntqwidget.html#icon-prop"> <p>This property holds the widget's icon. <p>This property only makes sense for top-level widgets. If no icon @@ -4649,18 +4649,18 @@ has been set, <a href="ntqwidget.html#icon">icon</a>() returns 0. </doc> </property> <property> - <name>QWidget::iconText</name> + <name>TQWidget::iconText</name> <doc href="ntqwidget.html#iconText-prop"> <p>This property holds the widget's icon text. <p>This property only makes sense for top-level widgets. If no icon -text has been set, this functions returns <a href="ntqstring.html#QString-null">QString::null</a>. +text has been set, this functions returns <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqwidget.html#icon-prop">icon</a> and <a href="ntqwidget.html#caption-prop">caption</a>. <p>Set this property's value with <a href="ntqwidget.html#setIconText">setIconText</a>() and get this property's value with <a href="ntqwidget.html#iconText">iconText</a>(). </doc> </property> <property> - <name>QWidget::inputMethodEnabled</name> + <name>TQWidget::inputMethodEnabled</name> <doc href="ntqwidget.html#inputMethodEnabled-prop"> <p>This property holds enables or disables the use of input methods for this widget. <p>Most Widgets (as eg. buttons) that do not handle text input should have @@ -4671,7 +4671,7 @@ the input method disabled if they have focus. This is the default. </doc> </property> <property> - <name>QWidget::isActiveWindow</name> + <name>TQWidget::isActiveWindow</name> <doc href="ntqwidget.html#isActiveWindow-prop"> <p>This property holds whether this widget is the active window. <p>The active window is the window that contains the widget @@ -4684,7 +4684,7 @@ active window <em>and</em> for the popup. </doc> </property> <property> - <name>QWidget::isDesktop</name> + <name>TQWidget::isDesktop</name> <doc href="ntqwidget.html#isDesktop-prop"> <p>This property holds whether the widget is a desktop widget, i.e. represents the desktop. <p>A desktop widget is also a top-level widget. @@ -4694,7 +4694,7 @@ active window <em>and</em> for the popup. </doc> </property> <property> - <name>QWidget::isDialog</name> + <name>TQWidget::isDialog</name> <doc href="ntqwidget.html#isDialog-prop"> <p>This property holds whether the widget is a dialog widget. <p>A dialog widget is a secondary top-level widget, i.e. a top-level @@ -4705,7 +4705,7 @@ widget with a parent. </doc> </property> <property> - <name>QWidget::isModal</name> + <name>TQWidget::isModal</name> <doc href="ntqwidget.html#isModal-prop"> <p>This property holds whether the widget is a modal widget. <p>This property only makes sense for top-level widgets. A modal @@ -4717,7 +4717,7 @@ getting any input. </doc> </property> <property> - <name>QWidget::isPopup</name> + <name>TQWidget::isPopup</name> <doc href="ntqwidget.html#isPopup-prop"> <p>This property holds whether the widget is a popup widget. <p>A popup widget is created by specifying the <a href="ntqt.html#WidgetFlags">widget flag</a> <a href="ntqt.html#WidgetFlags-enum">WType_Popup</a> to the widget constructor. A popup widget is also a @@ -4728,7 +4728,7 @@ top-level widget. </doc> </property> <property> - <name>QWidget::isTopLevel</name> + <name>TQWidget::isTopLevel</name> <doc href="ntqwidget.html#isTopLevel-prop"> <p>This property holds whether the widget is a top-level widget. <p>A top-level widget is a widget which usually has a frame and a @@ -4747,7 +4747,7 @@ specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a </doc> </property> <property> - <name>QWidget::maximized</name> + <name>TQWidget::maximized</name> <doc href="ntqwidget.html#maximized-prop"> <p>This property holds whether this widget is maximized. <p>This property is only relevant for top-level widgets. @@ -4762,7 +4762,7 @@ improve as window manager protocols evolve. </doc> </property> <property> - <name>QWidget::maximumHeight</name> + <name>TQWidget::maximumHeight</name> <doc href="ntqwidget.html#maximumHeight-prop"> <p>This property holds the widget's maximum height. <p>This property corresponds to <a href="ntqwidget.html#maximumSize">maximumSize</a>().<a href="ntqwidget.html#height">height</a>(). @@ -4772,7 +4772,7 @@ improve as window manager protocols evolve. </doc> </property> <property> - <name>QWidget::maximumSize</name> + <name>TQWidget::maximumSize</name> <doc href="ntqwidget.html#maximumSize-prop"> <p>This property holds the widget's maximum size. <p>The widget cannot be resized to a larger size than the maximum @@ -4783,7 +4783,7 @@ widget size. </doc> </property> <property> - <name>QWidget::maximumWidth</name> + <name>TQWidget::maximumWidth</name> <doc href="ntqwidget.html#maximumWidth-prop"> <p>This property holds the widget's maximum width. <p>This property corresponds to <a href="ntqwidget.html#maximumSize">maximumSize</a>().<a href="ntqwidget.html#width">width</a>(). @@ -4793,7 +4793,7 @@ widget size. </doc> </property> <property> - <name>QWidget::microFocusHint</name> + <name>TQWidget::microFocusHint</name> <doc href="ntqwidget.html#microFocusHint-prop"> <p>This property holds the currently set micro focus hint for this widget. <p>See the documentation of <a href="ntqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() for more information. @@ -4802,7 +4802,7 @@ widget size. </doc> </property> <property> - <name>QWidget::minimized</name> + <name>TQWidget::minimized</name> <doc href="ntqwidget.html#minimized-prop"> <p>This property holds whether this widget is minimized (iconified). <p>This property is only relevant for top-level widgets. @@ -4812,7 +4812,7 @@ widget size. </doc> </property> <property> - <name>QWidget::minimumHeight</name> + <name>TQWidget::minimumHeight</name> <doc href="ntqwidget.html#minimumHeight-prop"> <p>This property holds the widget's minimum height. <p>This property corresponds to <a href="ntqwidget.html#minimumSize">minimumSize</a>().<a href="ntqwidget.html#height">height</a>(). @@ -4822,7 +4822,7 @@ widget size. </doc> </property> <property> - <name>QWidget::minimumSize</name> + <name>TQWidget::minimumSize</name> <doc href="ntqwidget.html#minimumSize-prop"> <p>This property holds the widget's minimum size. <p>The widget cannot be resized to a smaller size than the minimum @@ -4837,7 +4837,7 @@ layout's resize mode to QLayout::FreeResize. </doc> </property> <property> - <name>QWidget::minimumSizeHint</name> + <name>TQWidget::minimumSizeHint</name> <doc href="ntqwidget.html#minimumSizeHint-prop"> <p>This property holds the recommended minimum size for the widget. <p>If the value of this property is an invalid size, no minimum size @@ -4854,7 +4854,7 @@ minimumSizeHint. </doc> </property> <property> - <name>QWidget::minimumWidth</name> + <name>TQWidget::minimumWidth</name> <doc href="ntqwidget.html#minimumWidth-prop"> <p>This property holds the widget's minimum width. <p>This property corresponds to <a href="ntqwidget.html#minimumSize">minimumSize</a>().<a href="ntqwidget.html#width">width</a>(). @@ -4864,7 +4864,7 @@ minimumSizeHint. </doc> </property> <property> - <name>QWidget::mouseTracking</name> + <name>TQWidget::mouseTracking</name> <doc href="ntqwidget.html#mouseTracking-prop"> <p>This property holds whether mouse tracking is enabled for the widget. <p>If mouse tracking is disabled (the default), the widget only @@ -4878,7 +4878,7 @@ events even if no buttons are pressed. </doc> </property> <property> - <name>QWidget::ownCursor</name> + <name>TQWidget::ownCursor</name> <doc href="ntqwidget.html#ownCursor-prop"> <p>This property holds whether the widget uses its own cursor. <p>If FALSE, the widget uses its parent widget's cursor. @@ -4888,7 +4888,7 @@ events even if no buttons are pressed. </doc> </property> <property> - <name>QWidget::ownFont</name> + <name>TQWidget::ownFont</name> <doc href="ntqwidget.html#ownFont-prop"> <p>This property holds whether the widget uses its own font. <p>If FALSE, the widget uses its parent widget's font. @@ -4898,7 +4898,7 @@ events even if no buttons are pressed. </doc> </property> <property> - <name>QWidget::ownPalette</name> + <name>TQWidget::ownPalette</name> <doc href="ntqwidget.html#ownPalette-prop"> <p>This property holds whether the widget uses its own palette. <p>If FALSE, the widget uses its parent widget's palette. @@ -4908,7 +4908,7 @@ events even if no buttons are pressed. </doc> </property> <property> - <name>QWidget::palette</name> + <name>TQWidget::palette</name> <doc href="ntqwidget.html#palette-prop"> <p>This property holds the widget's palette. <p>As long as no special palette has been set, or after <a href="ntqwidget.html#unsetPalette">unsetPalette</a>() @@ -4927,7 +4927,7 @@ background and foreground appearance only. </doc> </property> <property> - <name>QWidget::paletteBackgroundColor</name> + <name>TQWidget::paletteBackgroundColor</name> <doc href="ntqwidget.html#paletteBackgroundColor-prop"> <p>This property holds the background color of the widget. <p>The palette background color is usually set implicitly by @@ -4946,7 +4946,7 @@ function is indeterminate. </doc> </property> <property> - <name>QWidget::paletteBackgroundPixmap</name> + <name>TQWidget::paletteBackgroundPixmap</name> <doc href="ntqwidget.html#paletteBackgroundPixmap-prop"> <p>This property holds the background pixmap of the widget. <p>The palette background pixmap is usually set implicitly by @@ -4965,7 +4965,7 @@ widget's background mode. For example, if the background mode is </doc> </property> <property> - <name>QWidget::paletteForegroundColor</name> + <name>TQWidget::paletteForegroundColor</name> <doc href="ntqwidget.html#paletteForegroundColor-prop"> <p>This property holds the foreground color of the widget. <p>setPaletteForegroundColor() is a convenience function that creates @@ -4979,7 +4979,7 @@ example, if the background mode is <a href="ntqt.html#BackgroundMode-enum"> </doc> </property> <property> - <name>QWidget::pos</name> + <name>TQWidget::pos</name> <doc href="ntqwidget.html#pos-prop"> <p>This property holds the position of the widget within its parent widget. <p>If the widget is a top-level widget, the position is that of the @@ -5000,7 +5000,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::rect</name> + <name>TQWidget::rect</name> <doc href="ntqwidget.html#rect-prop"> <p>This property holds the internal geometry of the widget excluding any window frame. <p>The rect property equals <a href="ntqrect.html">QRect</a>(0, 0, <a href="ntqwidget.html#width">width</a>(), <a href="ntqwidget.html#height">height</a>()). @@ -5012,7 +5012,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::shown</name> + <name>TQWidget::shown</name> <doc href="ntqwidget.html#shown-prop"> <p>This property holds whether the widget is shown. <p>If TRUE, the widget is visible or would become visible if all its @@ -5023,7 +5023,7 @@ ancestors became visible. </doc> </property> <property> - <name>QWidget::size</name> + <name>TQWidget::size</name> <doc href="ntqwidget.html#size-prop"> <p>This property holds the size of the widget excluding any window frame. <p>When resizing, the widget, if visible, receives a resize event @@ -5045,7 +5045,7 @@ lead to infinite recursion. </doc> </property> <property> - <name>QWidget::sizeHint</name> + <name>TQWidget::sizeHint</name> <doc href="ntqwidget.html#sizeHint-prop"> <p>This property holds the recommended size for the widget. <p>If the value of this property is an invalid size, no size is @@ -5059,7 +5059,7 @@ preferred size otherwise. </doc> </property> <property> - <name>QWidget::sizeIncrement</name> + <name>TQWidget::sizeIncrement</name> <doc href="ntqwidget.html#sizeIncrement-prop"> <p>This property holds the size increment of the widget. <p>When the user resizes the window, the size will move in steps of @@ -5082,7 +5082,7 @@ be disregarded by the window manager on X. </doc> </property> <property> - <name>QWidget::sizePolicy</name> + <name>TQWidget::sizePolicy</name> <doc href="ntqwidget.html#sizePolicy-prop"> <p>This property holds the default layout behavior of the widget. <p>If there is a <a href="ntqlayout.html">QLayout</a> that manages this widget's children, the @@ -5108,7 +5108,7 @@ sizeHint(). </doc> </property> <property> - <name>QWidget::underMouse</name> + <name>TQWidget::underMouse</name> <doc href="ntqwidget.html#underMouse-prop"> <p>This property holds whether the widget is under the mouse cursor. <p>This value is not updated properly during drag and drop @@ -5119,7 +5119,7 @@ operations. </doc> </property> <property> - <name>QWidget::updatesEnabled</name> + <name>TQWidget::updatesEnabled</name> <doc href="ntqwidget.html#updatesEnabled-prop"> <p>This property holds whether updates are enabled. <p>Calling <a href="ntqwidget.html#update">update</a>() and <a href="ntqwidget.html#repaint">repaint</a>() has no effect if updates are @@ -5142,7 +5142,7 @@ large changes. </doc> </property> <property> - <name>QWidget::visible</name> + <name>TQWidget::visible</name> <doc href="ntqwidget.html#visible-prop"> <p>This property holds whether the widget is visible. <p>Calling <a href="ntqwidget.html#show">show</a>() sets the widget to visible status if all its parent @@ -5171,7 +5171,7 @@ when the window is restored again. </doc> </property> <property> - <name>QWidget::visibleRect</name> + <name>TQWidget::visibleRect</name> <doc href="ntqwidget.html#visibleRect-prop"> <p>This property holds the visible rectangle. <p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -5182,7 +5182,7 @@ need the rectangle for repaint(), use <a href="ntqwidget.html#clipRegion"> </doc> </property> <property> - <name>QWidget::width</name> + <name>TQWidget::width</name> <doc href="ntqwidget.html#width-prop"> <p>This property holds the width of the widget excluding any window frame. <p>See the <a href="geometry.html">Window Geometry documentation</a> @@ -5193,7 +5193,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::windowOpacity</name> + <name>TQWidget::windowOpacity</name> <doc href="ntqwidget.html#windowOpacity-prop"> <p>This property holds the level of opacity for the window. <p>The valid range of opacity is from 1.0 (completely opaque) to @@ -5210,7 +5210,7 @@ opaque windows. </doc> </property> <property> - <name>QWidget::x</name> + <name>TQWidget::x</name> <doc href="ntqwidget.html#x-prop"> <p>This property holds the x coordinate of the widget relative to its parent including any window frame. <p>See the <a href="geometry.html">Window Geometry documentation</a> for an overview of top-level widget geometry. @@ -5220,7 +5220,7 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWidget::y</name> + <name>TQWidget::y</name> <doc href="ntqwidget.html#y-prop"> <p>This property holds the y coordinate of the widget relative to its parent and including any window frame. <p>See the <a href="geometry.html">Window Geometry documentation</a> |