diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 304 |
1 files changed, 152 insertions, 152 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 81478984e..044fee66c 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -54,10 +54,10 @@ text will be used as the menu text. There is no default menu text. <name>TQAction::on</name> <doc href="tqaction.html#on-prop"> <p>This property holds whether a toggle action is on. -<p>This property is always on (TRUE) for command actions and +<p>This property is always on (true) for command actions and <a href="tqactiongroup.html">TQActionGroup</a>s; <a href="tqaction.html#setOn">setOn</a>() has no effect on them. For action's -where <a href="tqaction.html#isToggleAction">isToggleAction</a>() is TRUE, this property's default value is -off (FALSE). +where <a href="tqaction.html#isToggleAction">isToggleAction</a>() is true, this property's default value is +off (false). <p> <p>See also <a href="tqaction.html#toggleAction-prop">toggleAction</a>. <p>Set this property's value with <a href="tqaction.html#setOn">setOn</a>() and get this property's value with <a href="tqaction.html#isOn">isOn</a>(). @@ -80,7 +80,7 @@ toplevel parent widget provides. <name>TQAction::text</name> <doc href="tqaction.html#text-prop"> <p>This property holds the action's descriptive text. -<p>If <a href="tqmainwindow.html#usesTextLabel-prop">TQMainWindow::usesTextLabel</a> is TRUE, the text appears as a +<p>If <a href="tqmainwindow.html#usesTextLabel-prop">TQMainWindow::usesTextLabel</a> 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. @@ -96,13 +96,13 @@ defined. There is no default text. <p>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 toggle action is a command action; a command action is simply -executed, e.g. file save. This property's default is FALSE. +executed, e.g. file save. This property's default is false. <p> In some situations, the state of one toggle action should depend 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 <a href="tqactiongroup.html">TQActionGroup</a> with the <a href="tqactiongroup.html#exclusive-prop">TQActionGroup::exclusive</a> property set to -TRUE. +true. <p>Set this property's value with <a href="tqaction.html#setToggleAction">setToggleAction</a>() and get this property's value with <a href="tqaction.html#isToggleAction">isToggleAction</a>(). </doc> @@ -126,8 +126,8 @@ text. <name>TQAction::visible</name> <doc href="tqaction.html#visible-prop"> <p>This property holds whether the action can be seen (e.g. in menus and toolbars). -<p>If <em>visible</em> is TRUE the action can be seen (e.g. in menus and -toolbars) and chosen by the user; if <em>visible</em> is FALSE the +<p>If <em>visible</em> is true the action can be seen (e.g. in menus and +toolbars) and chosen by the user; if <em>visible</em> is false the action cannot be seen or chosen by the user. <p> Actions which are not visible are <em>not</em> grayed out; they do not appear at all. @@ -152,7 +152,7 @@ action. The text may contain rich text (HTML-like tags -- see <name>TQActionGroup::exclusive</name> <doc href="tqactiongroup.html#exclusive-prop"> <p>This property holds whether the action group does exclusive toggling. -<p>If exclusive is TRUE only one toggle action in the action group +<p>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. @@ -176,7 +176,7 @@ property. calls to their <a href="tqaction.html#setVisible">TQAction::setVisible</a>(), <a href="tqaction.html#setEnabled">TQAction::setEnabled</a>(), and <a href="tqaction.html#setDisabled">TQAction::setDisabled</a>() functions to have no effect. -<p> This property's default is FALSE. +<p> This property's default is false. <p> <p>Set this property's value with <a href="tqactiongroup.html#setUsesDropDown">setUsesDropDown</a>() and get this property's value with <a href="tqactiongroup.html#usesDropDown">usesDropDown</a>(). </doc> @@ -214,9 +214,9 @@ effect on toggle buttons. autoRepeat is off by default. <name>TQButton::down</name> <doc href="tqbutton.html#down-prop"> <p>This property holds whether the button is pressed. -<p>If this property is TRUE, the button is pressed down. The signals +<p>If this property is true, the button is pressed down. The signals <a href="tqbutton.html#pressed">pressed</a>() and <a href="tqbutton.html#clicked">clicked</a>() are not emitted if you set this property -to TRUE. The default is FALSE. +to true. The default is false. <p>Set this property's value with <a href="tqbutton.html#setDown">setDown</a>() and get this property's value with <a href="tqbutton.html#isDown">isDown</a>(). </doc> @@ -225,9 +225,9 @@ to TRUE. The default is FALSE. <name>TQButton::exclusiveToggle</name> <doc href="tqbutton.html#exclusiveToggle-prop"> <p>This property holds whether the button is an exclusive toggle. -<p>If this property is TRUE and the button is in a <a href="tqbuttongroup.html">TQButtonGroup</a>, the +<p>If this property is true and the button is in a <a href="tqbuttongroup.html">TQButtonGroup</a>, the button can only be toggled off by another one being toggled on. -The default is FALSE. +The default is false. <p>Get this property's value with <a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>(). </doc> @@ -273,7 +273,7 @@ defined by the text. <name>TQButton::toggleButton</name> <doc href="tqbutton.html#toggleButton-prop"> <p>This property holds whether the button is a toggle button. -<p>The default value is FALSE. +<p>The default value is false. <p>Get this property's value with <a href="tqbutton.html#isToggleButton">isToggleButton</a>(). </doc> @@ -302,9 +302,9 @@ to be repainted. <name>TQButtonGroup::exclusive</name> <doc href="tqbuttongroup.html#exclusive-prop"> <p>This property holds whether the button group is exclusive. -<p>If this property is TRUE, then the buttons in the group are +<p>If this property is true, then the buttons in the group are toggled, and to untoggle a button you must click on another button -in the group. The default value is FALSE. +in the group. The default value is false. <p>Set this property's value with <a href="tqbuttongroup.html#setExclusive">setExclusive</a>() and get this property's value with <a href="tqbuttongroup.html#isExclusive">isExclusive</a>(). </doc> @@ -313,7 +313,7 @@ in the group. The default value is FALSE. <name>TQButtonGroup::radioButtonExclusive</name> <doc href="tqbuttongroup.html#radioButtonExclusive-prop"> <p>This property holds whether the radio buttons in the group are exclusive. -<p>If this property is TRUE (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. +<p>If this property is true (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. <p>Set this property's value with <a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>(). </doc> @@ -336,7 +336,7 @@ off. <name>TQCheckBox::checked</name> <doc href="tqcheckbox.html#checked-prop"> <p>This property holds whether the checkbox is checked. -<p>The default is unchecked, i.e. FALSE. +<p>The default is unchecked, i.e. false. <p>Set this property's value with <a href="tqcheckbox.html#setChecked">setChecked</a>() and get this property's value with <a href="tqcheckbox.html#isChecked">isChecked</a>(). </doc> @@ -345,7 +345,7 @@ off. <name>TQCheckBox::tristate</name> <doc href="tqcheckbox.html#tristate-prop"> <p>This property holds whether the checkbox is a tri-state checkbox. -<p>The default is two-state, i.e. tri-state is FALSE. +<p>The default is two-state, i.e. tri-state is false. <p>Set this property's value with <a href="tqcheckbox.html#setTristate">setTristate</a>() and get this property's value with <a href="tqcheckbox.html#isTristate">isTristate</a>(). </doc> @@ -355,7 +355,7 @@ off. <doc href="tqcombobox.html#autoCompletion-prop"> <p>This property holds whether auto-completion is enabled. <p>This property can only be set for editable comboboxes, for -non-editable comboboxes it has no effect. It is FALSE by default. +non-editable comboboxes it has no effect. It is false by default. <p>Set this property's value with <a href="tqcombobox.html#setAutoCompletion">setAutoCompletion</a>() and get this property's value with <a href="tqcombobox.html#autoCompletion">autoCompletion</a>(). </doc> @@ -364,8 +364,8 @@ non-editable comboboxes it has no effect. It is FALSE by default. <name>TQComboBox::autoResize</name> <doc href="tqcombobox.html#autoResize-prop"> <p>This property holds whether auto resize is enabled. <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> If this property is set to TRUE then the combobox will resize itself -whenever its contents change. The default is FALSE. +<p> If this property is set to true then the combobox will resize itself +whenever its contents change. The default is false. <p>Set this property's value with <a href="tqcombobox.html#setAutoResize">setAutoResize</a>() and get this property's value with <a href="tqcombobox.html#autoResize">autoResize</a>(). </doc> @@ -406,9 +406,9 @@ combobox's lineedit and presses Enter (and the <a href="tqcombobox.html#inser is not <a href="tqcombobox.html#Policy-enum">NoInsertion</a>), then what happens is this: <ul> <li> If the text is not already in the list, the text is inserted. -<li> If the text is in the list and this property is TRUE (the +<li> If the text is in the list and this property is true (the default), the text is inserted. -<li> If the text is in the list and this property is FALSE, the text +<li> If the text is in the list and this property is false, the text is <em>not</em> inserted; instead the item which has matching text becomes the current item. </ul> @@ -423,8 +423,8 @@ setting. <name>TQComboBox::editable</name> <doc href="tqcombobox.html#editable-prop"> <p>This property holds whether the combobox is editable. -<p>This property's default is FALSE. Note that the combobox will be -cleared if this property is set to TRUE for a 1.x Motif style +<p>This property's default is false. Note that the combobox will be +cleared if this property is set to true for a 1.x Motif style combobox. To avoid this, use <a href="tqcombobox.html#setEditable">setEditable</a>() before inserting any items. Also note that the 1.x version of Motif didn't have any editable comboboxes, so the combobox will change it's appearance @@ -466,12 +466,12 @@ than lines, a scrollbar is added. <name>TQDataBrowser::autoEdit</name> <doc href="tqdatabrowser.html#autoEdit-prop"> <p>This property holds whether the browser automatically applies edits. -<p>The default value for this property is TRUE. When the user begins +<p>The default value for this property is true. When the user begins an insertion or an update on a form there are two possible outcomes when they navigate to another record: <p> <ul> -<li> the insert or update is is performed -- this occurs if autoEdit is TRUE -<li> the insert or update is discarded -- this occurs if autoEdit is FALSE +<li> the insert or update is is performed -- this occurs if autoEdit is true +<li> the insert or update is discarded -- this occurs if autoEdit is false </ul> <p>Set this property's value with <a href="tqdatabrowser.html#setAutoEdit">setAutoEdit</a>() and get this property's value with <a href="tqdatabrowser.html#autoEdit">autoEdit</a>(). @@ -492,10 +492,10 @@ emitted indicating the current position of the default cursor. <name>TQDataBrowser::confirmCancels</name> <doc href="tqdatabrowser.html#confirmCancels-prop"> <p>This property holds whether the browser confirms cancel operations. -<p>If this property is TRUE, all cancels must be confirmed by the +<p>If this property is true, all cancels must be confirmed by the user through a message box (this behavior can be changed by overriding the <a href="tqdatabrowser.html#confirmCancel">confirmCancel</a>() function), otherwise all cancels -occur immediately. The default is FALSE. +occur immediately. The default is false. <p> <p>See also <a href="tqdatabrowser.html#confirmEdits-prop">confirmEdits</a> and <a href="tqdatabrowser.html#confirmCancel">confirmCancel</a>(). <p>Set this property's value with <a href="tqdatabrowser.html#setConfirmCancels">setConfirmCancels</a>() and get this property's value with <a href="tqdatabrowser.html#confirmCancels">confirmCancels</a>(). @@ -505,7 +505,7 @@ occur immediately. The default is FALSE. <name>TQDataBrowser::confirmDelete</name> <doc href="tqdatabrowser.html#confirmDelete-prop"> <p>This property holds whether the browser confirms deletions. -<p>If this property is TRUE, the browser confirms deletions, +<p>If this property is true, the browser confirms deletions, otherwise deletions happen immediately. <p> <p>See also <a href="tqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, <a href="tqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, and <a href="tqdatabrowser.html#confirmEdit">confirmEdit</a>(). @@ -516,7 +516,7 @@ otherwise deletions happen immediately. <name>TQDataBrowser::confirmEdits</name> <doc href="tqdatabrowser.html#confirmEdits-prop"> <p>This property holds whether the browser confirms edits. -<p>If this property is TRUE, the browser confirms all edit operations +<p>If this property is true, the browser confirms all edit operations (insertions, updates and deletions), otherwise all edit operations happen immediately. Confirmation is achieved by presenting the user with a message box -- this behavior can be changed by @@ -530,7 +530,7 @@ reimplementing the <a href="tqdatabrowser.html#confirmEdit">confirmEdit< <name>TQDataBrowser::confirmInsert</name> <doc href="tqdatabrowser.html#confirmInsert-prop"> <p>This property holds whether the data browser confirms insertions. -<p>If this property is TRUE, the browser confirms insertions, +<p>If this property is true, the browser confirms insertions, otherwise insertions happen immediately. <p> <p>See also <a href="tqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, <a href="tqdatabrowser.html#confirmDelete-prop">confirmDelete</a>, and <a href="tqdatabrowser.html#confirmEdit">confirmEdit</a>(). @@ -541,7 +541,7 @@ otherwise insertions happen immediately. <name>TQDataBrowser::confirmUpdate</name> <doc href="tqdatabrowser.html#confirmUpdate-prop"> <p>This property holds whether the browser confirms updates. -<p>If this property is TRUE, the browser confirms updates, otherwise +<p>If this property is true, the browser confirms updates, otherwise updates happen immediately. <p> <p>See also <a href="tqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, <a href="tqdatabrowser.html#confirmDelete-prop">confirmDelete</a>, and <a href="tqdatabrowser.html#confirmEdit">confirmEdit</a>(). @@ -566,7 +566,7 @@ a SQL WHERE clause without the WHERE keyword, e.g. "id>1000", <name>TQDataBrowser::readOnly</name> <doc href="tqdatabrowser.html#readOnly-prop"> <p>This property holds whether the browser is read-only. -<p>The default is FALSE, i.e. data can be edited. If the data browser +<p>The default is false, i.e. data can be edited. If the data browser is read-only, no database edits will be allowed. <p>Set this property's value with <a href="tqdatabrowser.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqdatabrowser.html#isReadOnly">isReadOnly</a>(). @@ -600,12 +600,12 @@ over a copy, e.g. <name>TQDataTable::autoEdit</name> <doc href="tqdatatable.html#autoEdit-prop"> <p>This property holds whether the data table automatically applies edits. -<p>The default value for this property is TRUE. When the user begins +<p>The default value for this property is true. When the user begins an insert or update in the table there are two possible outcomes when they navigate to another record: <p> <ol type=1> -<li> the insert or update is is performed -- this occurs if autoEdit is TRUE -<li> the insert or update is abandoned -- this occurs if autoEdit is FALSE +<li> the insert or update is is performed -- this occurs if autoEdit is true +<li> the insert or update is abandoned -- this occurs if autoEdit is false </ol> <p>Set this property's value with <a href="tqdatatable.html#setAutoEdit">setAutoEdit</a>() and get this property's value with <a href="tqdatatable.html#autoEdit">autoEdit</a>(). @@ -615,10 +615,10 @@ when they navigate to another record: <name>TQDataTable::confirmCancels</name> <doc href="tqdatatable.html#confirmCancels-prop"> <p>This property holds whether the data table confirms cancel operations. -<p>If the confirmCancel property is TRUE, all cancels must be +<p>If the confirmCancel property is true, all cancels must be confirmed by the user through a message box (this behavior can be changed by overriding the <a href="tqdatatable.html#confirmCancel">confirmCancel</a>() function), otherwise all -cancels occur immediately. The default is FALSE. +cancels occur immediately. The default is false. <p> <p>See also <a href="tqdatatable.html#confirmEdits-prop">confirmEdits</a> and <a href="tqdatatable.html#confirmCancel">confirmCancel</a>(). <p>Set this property's value with <a href="tqdatatable.html#setConfirmCancels">setConfirmCancels</a>() and get this property's value with <a href="tqdatatable.html#confirmCancels">confirmCancels</a>(). @@ -628,7 +628,7 @@ cancels occur immediately. The default is FALSE. <name>TQDataTable::confirmDelete</name> <doc href="tqdatatable.html#confirmDelete-prop"> <p>This property holds whether the data table confirms delete operations. -<p>If the confirmDelete property is TRUE, all deletions must be +<p>If the confirmDelete property is true, all deletions must be confirmed by the user through a message box (this behaviour can be changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all delete operations occur immediately. @@ -641,7 +641,7 @@ delete operations occur immediately. <name>TQDataTable::confirmEdits</name> <doc href="tqdatatable.html#confirmEdits-prop"> <p>This property holds whether the data table confirms edit operations. -<p>If the confirmEdits property is TRUE, the data table confirms all +<p>If the confirmEdits property is true, the data table confirms all edit operations (inserts, updates and deletes). Finer control of edit confirmation can be achieved using <a href="tqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatatable.html#confirmInsert-prop">confirmInsert</a>, <a href="tqdatatable.html#confirmUpdate-prop">confirmUpdate</a> and <a href="tqdatatable.html#confirmDelete-prop">confirmDelete</a>. <p> <p>See also <a href="tqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatatable.html#confirmInsert-prop">confirmInsert</a>, <a href="tqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="tqdatatable.html#confirmDelete-prop">confirmDelete</a>. @@ -653,7 +653,7 @@ edit confirmation can be achieved using <a href="tqdatatable.html#confirmCanc <name>TQDataTable::confirmInsert</name> <doc href="tqdatatable.html#confirmInsert-prop"> <p>This property holds whether the data table confirms insert operations. -<p>If the confirmInsert property is TRUE, all insertions must be +<p>If the confirmInsert property is true, all insertions must be confirmed by the user through a message box (this behaviour can be changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all insert operations occur immediately. @@ -666,7 +666,7 @@ insert operations occur immediately. <name>TQDataTable::confirmUpdate</name> <doc href="tqdatatable.html#confirmUpdate-prop"> <p>This property holds whether the data table confirms update operations. -<p>If the confirmUpdate property is TRUE, all updates must be +<p>If the confirmUpdate property is true, all updates must be confirmed by the user through a message box (this behaviour can be changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all update operations occur immediately. @@ -775,9 +775,9 @@ table. The default value is "True". <name>TQDateEdit::autoAdvance</name> <doc href="tqdateedit.html#autoAdvance-prop"> <p>This property holds whether the editor automatically advances to the next section. -<p>If autoAdvance is TRUE, the editor will automatically advance +<p>If autoAdvance is true, the editor will automatically advance focus to the next date section if a user has completed a section. -The default is FALSE. +The default is false. <p>Set this property's value with <a href="tqdateedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqdateedit.html#autoAdvance">autoAdvance</a>(). </doc> @@ -900,7 +900,7 @@ between each notch. <name>TQDial::notchesVisible</name> <doc href="tqdial.html#notchesVisible-prop"> <p>This property holds whether the notches are shown. -<p>If TRUE, the notches are shown. If FALSE (the default) notches are +<p>If true, the notches are shown. If false (the default) notches are not shown. <p>Set this property's value with <a href="tqdial.html#setNotchesVisible">setNotchesVisible</a>() and get this property's value with <a href="tqdial.html#notchesVisible">notchesVisible</a>(). @@ -921,7 +921,7 @@ page step is different from the previous setting. <name>TQDial::tracking</name> <doc href="tqdial.html#tracking-prop"> <p>This property holds whether tracking is enabled. -<p>If TRUE (the default), tracking is enabled. This means that the +<p>If true (the default), tracking is enabled. This means that the arrow can be moved using the mouse; otherwise the arrow cannot be moved with the mouse. @@ -943,10 +943,10 @@ moved with the mouse. <name>TQDial::wrapping</name> <doc href="tqdial.html#wrapping-prop"> <p>This property holds whether wrapping is enabled. -<p>If TRUE, wrapping is enabled. This means that the arrow can be +<p>If true, wrapping is enabled. This means that the arrow can be turned around 360°. Otherwise there is some space at the bottom of the dial which is skipped by the arrow. -<p> This property's default is FALSE. +<p> This property's default is false. <p>Set this property's value with <a href="tqdial.html#setWrapping">setWrapping</a>() and get this property's value with <a href="tqdial.html#wrapping">wrapping</a>(). </doc> @@ -1024,12 +1024,12 @@ choices are <a href="tqdockwindow.html#CloseMode-enum">Never</a>, &l <doc href="tqdockwindow.html#horizontallyStretchable-prop"> <p>This property holds whether the dock window is horizontally stretchable. <p>A dock window is horizontally stretchable if you call -<a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(true) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(true). <p> <p>See also <a href="tqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Set this property's value with <a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="tqdockwindow.html#isHorizontallyStretchable">isHorizontallyStretchable</a>(). @@ -1039,7 +1039,7 @@ proper behavior and even then TQDockWindow does not limit stretchablilty. <name>TQDockWindow::movingEnabled</name> <doc href="tqdockwindow.html#movingEnabled-prop"> <p>This property holds whether the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window. -<p>This property is TRUE by default. +<p>This property is true by default. <p>Set this property's value with <a href="tqdockwindow.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="tqdockwindow.html#isMovingEnabled">isMovingEnabled</a>(). </doc> @@ -1048,7 +1048,7 @@ proper behavior and even then TQDockWindow does not limit stretchablilty. <name>TQDockWindow::newLine</name> <doc href="tqdockwindow.html#newLine-prop"> <p>This property holds whether the dock window prefers to start a new line in the dock area. -<p>The default is FALSE, i.e. the dock window doesn't require a new +<p>The default is false, i.e. the dock window doesn't require a new line in the dock area. <p>Set this property's value with <a href="tqdockwindow.html#setNewLine">setNewLine</a>() and get this property's value with <a href="tqdockwindow.html#newLine">newLine</a>(). @@ -1067,7 +1067,7 @@ line in the dock area. <name>TQDockWindow::opaqueMoving</name> <doc href="tqdockwindow.html#opaqueMoving-prop"> <p>This property holds whether the dock window will be shown normally whilst it is being moved. -<p>If this property is FALSE, (the default), the dock window will be +<p>If this property is false, (the default), the dock window will be represented by an outline rectangle whilst it is being moved. <p> <b>Warning:</b> Currently opaque moving has some problems and we do not recommend using it at this time. We expect to fix these problems @@ -1084,8 +1084,8 @@ in a future release. handles inside a dock area and like every other top level window when floating. <p> A dock window is both horizontally and vertically stretchable if -you call <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> This property is FALSE by default. +you call <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(true). +<p> This property is false by default. <p> <p>See also <a href="tqdockwindow.html#verticallyStretchable-prop">verticallyStretchable</a> and <a href="tqdockwindow.html#horizontallyStretchable-prop">horizontallyStretchable</a>. <p>Set this property's value with <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="tqdockwindow.html#isResizeEnabled">isResizeEnabled</a>(). @@ -1101,7 +1101,7 @@ you call <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled< <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Get this property's value with <a href="tqdockwindow.html#isStretchable">isStretchable</a>(). @@ -1112,12 +1112,12 @@ proper behavior and even then TQDockWindow does not limit stretchablilty. <doc href="tqdockwindow.html#verticallyStretchable-prop"> <p>This property holds whether the dock window is vertically stretchable. <p>A dock window is vertically stretchable if you call -<a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(true) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(true). <p> <p>See also <a href="tqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Set this property's value with <a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="tqdockwindow.html#isVerticallyStretchable">isVerticallyStretchable</a>(). @@ -1154,7 +1154,7 @@ proper behavior and even then TQDockWindow does not limit stretchablilty. <name>TQFileDialog::contentsPreview</name> <doc href="tqfiledialog.html#contentsPreview-prop"> <p>This property holds whether the file dialog can provide a contents preview of the currently selected file. -<p>The default is FALSE. +<p>The default is false. <p> <p>See also <a href="tqfiledialog.html#setContentsPreview">setContentsPreview</a>() and <a href="tqfiledialog.html#infoPreview-prop">infoPreview</a>. <p>Set this property's value with <a href="tqfiledialog.html#setContentsPreviewEnabled">setContentsPreviewEnabled</a>() and get this property's value with <a href="tqfiledialog.html#isContentsPreviewEnabled">isContentsPreviewEnabled</a>(). @@ -1173,7 +1173,7 @@ proper behavior and even then TQDockWindow does not limit stretchablilty. <name>TQFileDialog::infoPreview</name> <doc href="tqfiledialog.html#infoPreview-prop"> <p>This property holds whether the file dialog can provide preview information about the currently selected file. -<p>The default is FALSE. +<p>The default is false. <p>Set this property's value with <a href="tqfiledialog.html#setInfoPreviewEnabled">setInfoPreviewEnabled</a>() and get this property's value with <a href="tqfiledialog.html#isInfoPreviewEnabled">isInfoPreviewEnabled</a>(). </doc> @@ -1250,7 +1250,7 @@ iterate over a copy, e.g. <name>TQFileDialog::showHiddenFiles</name> <doc href="tqfiledialog.html#showHiddenFiles-prop"> <p>This property holds whether hidden files are shown in the file dialog. -<p>The default is FALSE, i.e. don't show hidden files. +<p>The default is false, i.e. don't show hidden files. <p>Set this property's value with <a href="tqfiledialog.html#setShowHiddenFiles">setShowHiddenFiles</a>() and get this property's value with <a href="tqfiledialog.html#showHiddenFiles">showHiddenFiles</a>(). </doc> @@ -1422,7 +1422,7 @@ usually to the left. <name>TQGroupBox::checkable</name> <doc href="tqgroupbox.html#checkable-prop"> <p>This property holds whether the group box has a checkbox in its title. -<p>If this property is TRUE, the group box has a checkbox. If the +<p>If this property is true, the group box has a checkbox. If the checkbox is checked (which is the default), the group box's children are enabled. <p> <a href="tqgroupbox.html#setCheckable">setCheckable</a>() controls whether or not the group box has a @@ -1509,7 +1509,7 @@ This produces "<u>U</u>ser information"; Alt+U moves the <a href= <name>TQHeader::moving</name> <doc href="tqheader.html#moving-prop"> <p>This property holds whether the header sections can be moved. -<p>If this property is TRUE (the default) the user can move sections. +<p>If this property is true (the default) the user can move sections. If the user moves a section the <a href="tqheader.html#indexChange">indexChange</a>() signal is emitted. <p> <p>See also <a href="tqheader.html#setClickEnabled">setClickEnabled</a>() and <a href="tqheader.html#setResizeEnabled">setResizeEnabled</a>(). @@ -1555,7 +1555,7 @@ size parameter otherwise the sizes will be incorrect. while the mouse is moved (i.e. when the header is resized), otherwise it is only emitted when the mouse button is released at the end of resizing. -<p> Tracking defaults to FALSE. +<p> Tracking defaults to false. <p>Set this property's value with <a href="tqheader.html#setTracking">setTracking</a>() and get this property's value with <a href="tqheader.html#tracking">tracking</a>(). </doc> @@ -1573,7 +1573,7 @@ the end of resizing. <name>TQIconView::autoArrange</name> <doc href="tqiconview.html#autoArrange-prop"> <p>This property holds whether the icon view rearranges its items when a new item is inserted. -<p>The default is TRUE. +<p>The default is true. <p> Note that if the icon view is not visible at the time of insertion, TQIconView defers all position-related work until it is shown and then calls <a href="tqiconview.html#arrangeItemsInGrid">arrangeItemsInGrid</a>(). @@ -1633,7 +1633,7 @@ normal icon view background is used. <name>TQIconView::itemsMovable</name> <doc href="tqiconview.html#itemsMovable-prop"> <p>This property holds whether the user is allowed to move items around in the icon view. -<p>The default is TRUE. +<p>The default is true. <p>Set this property's value with <a href="tqiconview.html#setItemsMovable">setItemsMovable</a>() and get this property's value with <a href="tqiconview.html#itemsMovable">itemsMovable</a>(). </doc> @@ -1681,8 +1681,8 @@ See <a href="tqiconview.html#ResizeMode-enum">ResizeMode</a>. <name>TQIconView::showToolTips</name> <doc href="tqiconview.html#showToolTips-prop"> <p>This property holds whether the icon view will display a tool tip with the complete text for any truncated item text. -<p>The default is TRUE. Note that this has no effect if -<a href="tqiconview.html#setWordWrapIconText">setWordWrapIconText</a>() is TRUE, as it is by default. +<p>The default is true. Note that this has no effect if +<a href="tqiconview.html#setWordWrapIconText">setWordWrapIconText</a>() is true, as it is by default. <p>Set this property's value with <a href="tqiconview.html#setShowToolTips">setShowToolTips</a>() and get this property's value with <a href="tqiconview.html#showToolTips">showToolTips</a>(). </doc> @@ -1691,8 +1691,8 @@ See <a href="tqiconview.html#ResizeMode-enum">ResizeMode</a>. <name>TQIconView::sortDirection</name> <doc href="tqiconview.html#sortDirection-prop"> <p>This property holds whether the sort direction for inserting new items is ascending;. -<p>The default is TRUE (i.e. ascending). This sort direction is only -meaningful if both <a href="tqiconview.html#sorting">sorting</a>() and <a href="tqiconview.html#autoArrange">autoArrange</a>() are TRUE. +<p>The default is true (i.e. ascending). This sort direction is only +meaningful if both <a href="tqiconview.html#sorting">sorting</a>() and <a href="tqiconview.html#autoArrange">autoArrange</a>() are true. <p> To set the sort direction, use <a href="tqiconview.html#setSorting">setSorting</a>() <p>Get this property's value with <a href="tqiconview.html#sortDirection">sortDirection</a>(). @@ -1702,7 +1702,7 @@ meaningful if both <a href="tqiconview.html#sorting">sorting</a>() a <name>TQIconView::sorting</name> <doc href="tqiconview.html#sorting-prop"> <p>This property holds whether the icon view sorts on insertion. -<p>The default is FALSE, i.e. no sorting on insertion. +<p>The default is false, i.e. no sorting on insertion. <p> To set the sorting, use <a href="tqiconview.html#setSorting">setSorting</a>(). <p>Get this property's value with <a href="tqiconview.html#sorting">sorting</a>(). @@ -1722,8 +1722,8 @@ meaningful if both <a href="tqiconview.html#sorting">sorting</a>() a <name>TQIconView::wordWrapIconText</name> <doc href="tqiconview.html#wordWrapIconText-prop"> <p>This property holds whether the item text will be word-wrapped if it is too long. -<p>The default is TRUE. -<p> If this property is FALSE, icon text that is too long is +<p>The default is true. +<p> If this property is false, icon text that is too long is truncated, and an ellipsis (...) appended to indicate that truncation has occurred. The full text can still be seen by the user if they hover the mouse because the full text is shown in a @@ -1780,7 +1780,7 @@ equivalent. <name>TQLCDNumber::numDigits</name> <doc href="tqlcdnumber.html#numDigits-prop"> <p>This property holds the current number of digits displayed. -<p>Corresponds to the current number of digits. If <a href="tqlcdnumber.html#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is FALSE, the decimal point occupies +<p>Corresponds to the current number of digits. If <a href="tqlcdnumber.html#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is false, the decimal point occupies one digit position. <p> <p>See also <a href="tqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</a>. @@ -1811,9 +1811,9 @@ one digit position. <name>TQLCDNumber::smallDecimalPoint</name> <doc href="tqlcdnumber.html#smallDecimalPoint-prop"> <p>This property holds the style of the decimal point. -<p>If TRUE the decimal point is drawn between two digit positions. +<p>If true the decimal point is drawn between two digit positions. Otherwise it occupies a digit position of its own, i.e. is drawn -in a digit position. The default is FALSE. +in a digit position. The default is false. <p> The inter-digit space is made slightly wider when the decimal point is drawn between the digits. <p> <p>See also <a href="tqlcdnumber.html#mode-prop">mode</a>. @@ -1842,7 +1842,7 @@ otherwise they are ignored. The <a href="tqt.html#TextFlags-enum">DontClip ignored. <a href="tqt.html#TextFlags-enum">WordBreak</a> applies to both rich text and plain text labels. The <a href="tqt.html#TextFlags-enum">BreakAnywhere</a> flag is not supported in TQLabel. <p> If the label has a buddy, the <a href="tqt.html#TextFlags-enum">ShowPrefix</a> flag is forced to -TRUE. +true. <p> The default alignment is <tt>AlignAuto | AlignVCenter | ExpandTabs</tt> if the label doesn't have a buddy and <tt>AlignAuto | AlignVCenter | ExpandTabs | ShowPrefix</tt> if the label has a buddy. If the label contains rich text, additionally <a href="tqt.html#TextFlags-enum">WordBreak</a> is turned on. @@ -1875,7 +1875,7 @@ of the widget's current <a href="tqwidget.html#font">font</a>(). <p>This property holds the label's pixmap. <p>If no pixmap has been set this will return an invalid pixmap. <p> Setting the pixmap clears any previous content, and resizes the -label if <a href="tqlabel.html#autoResize">TQLabel::autoResize</a>() is TRUE. The buddy accelerator, +label if <a href="tqlabel.html#autoResize">TQLabel::autoResize</a>() is true. The buddy accelerator, if any, is disabled. <p>Set this property's value with <a href="tqlabel.html#setPixmap">setPixmap</a>() and get this property's value with <a href="tqlabel.html#pixmap">pixmap</a>(). @@ -1887,7 +1887,7 @@ if any, is disabled. <p>This property holds whether the label will scale its contents to fill all available space. <p>When enabled and the label shows a pixmap, it will scale the pixmap to fill the available space. -<p> This property's default is FALSE. +<p> This property's default is false. <p> <p>See also <a href="tqlabel.html#scaledContents-prop">scaledContents</a>. <p>Set this property's value with <a href="tqlabel.html#setScaledContents">setScaledContents</a>() and get this property's value with <a href="tqlabel.html#hasScaledContents">hasScaledContents</a>(). @@ -2049,8 +2049,8 @@ frame. <name>TQLineEdit::hasSelectedText</name> <doc href="tqlineedit.html#hasSelectedText-prop"> <p>This property holds whether there is any text selected. -<p>hasSelectedText() returns TRUE if some or all of the text has been -selected by the user; otherwise returns FALSE. +<p>hasSelectedText() returns true if some or all of the text has been +selected by the user; otherwise returns false. <p> <p>See also <a href="tqlineedit.html#selectedText-prop">selectedText</a>. <p>Get this property's value with <a href="tqlineedit.html#hasSelectedText">hasSelectedText</a>(). @@ -2127,16 +2127,16 @@ string length. <doc href="tqlineedit.html#modified-prop"> <p>This property holds whether the line edit's contents has been modified by the user. <p>The modified flag is never read by TQLineEdit; it has a default value -of FALSE and is changed to TRUE whenever the user changes the line +of false and is changed to true whenever the user changes the line edit's contents. <p> This is useful for things that need to provide a default value but do not start out knowing what the default should be (perhaps it depends on other fields on the form). Start the line edit without the best default, and when the default is known, if modified() -returns FALSE (the user hasn't entered any text), insert the +returns false (the user hasn't entered any text), insert the default value. <p> Calling <a href="tqlineedit.html#clearModified">clearModified</a>() or <a href="tqlineedit.html#setText">setText</a>() resets the modified flag to -FALSE. +false. <p>Get this property's value with <a href="tqlineedit.html#isModified">isModified</a>(). </doc> @@ -2179,7 +2179,7 @@ but cannot edit it. <p>This property holds the line edit's text. <p>Note that setting this property clears the selection, clears the undo/redo history, moves the cursor to the end of the line and -resets the <a href="tqlineedit.html#modified-prop">modified</a> property to FALSE. The text is not +resets the <a href="tqlineedit.html#modified-prop">modified</a> property to false. The text is not validated when inserted with <a href="tqlineedit.html#setText">setText</a>(). <p> The text is truncated to <a href="tqlineedit.html#maxLength">maxLength</a>() length. <p> <p>See also <a href="tqlineedit.html#insert">insert</a>(). @@ -2241,10 +2241,10 @@ and the list box scrolled as necessary. <p> <p>This property holds whether or not the list box is in Multi selection mode. <p>Consider using the <a href="tqlistbox.html#selectionMode-prop">TQListBox::selectionMode</a> property instead of this property. -<p> When setting this property, Multi selection mode is used if set to TRUE and -to Single selection mode if set to FALSE. -<p> When getting this property, TRUE is returned if the list box is in -Multi selection mode or Extended selection mode, and FALSE if it is +<p> When setting this property, Multi selection mode is used if set to true and +to Single selection mode if set to false. +<p> When getting this property, true is returned if the list box is in +Multi selection mode or Extended selection mode, and false if it is in Single selection mode or NoSelection mode. <p> <p>See also <a href="tqlistbox.html#selectionMode-prop">selectionMode</a>. @@ -2346,10 +2346,10 @@ in the list box. <name>TQListView::allColumnsShowFocus</name> <doc href="tqlistview.html#allColumnsShowFocus-prop"> <p>This property holds whether items should show <a href="focus.html#keyboard-focus">keyboard focus</a> using all columns. -<p>If this property is TRUE all columns will show focus and selection +<p>If this property is true all columns will show focus and selection states, otherwise only column 0 will show focus. -<p> The default is FALSE. -<p> Setting this to TRUE if it's not necessary may cause noticeable +<p> The default is false. +<p> Setting this to true if it's not necessary may cause noticeable flicker. <p>Set this property's value with <a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() and get this property's value with <a href="tqlistview.html#allColumnsShowFocus">allColumnsShowFocus</a>(). @@ -2435,7 +2435,7 @@ undefined. <doc href="tqlistview.html#rootIsDecorated-prop"> <p>This property holds whether the list view shows open/close signs on root items. <p>Open/close signs are small <b>+</b> or <b>-</b> symbols in windows -style, or arrows in Motif style. The default is FALSE. +style, or arrows in Motif style. The default is false. <p>Set this property's value with <a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="tqlistview.html#rootIsDecorated">rootIsDecorated</a>(). </doc> @@ -2455,11 +2455,11 @@ style, or arrows in Motif style. The default is FALSE. <name>TQListView::showSortIndicator</name> <doc href="tqlistview.html#showSortIndicator-prop"> <p>This property holds whether the list view header should display a sort indicator. -<p>If this property is TRUE, an arrow is drawn in the header of the +<p>If this property is true, an arrow is drawn in the header of the list view to indicate the sort order of the list view contents. The arrow will be drawn in the correct column and will point up or down, depending on the current sort direction. The default is -FALSE (don't show an indicator). +false (don't show an indicator). <p> <p>See also <a href="tqheader.html#setSortIndicator">TQHeader::setSortIndicator</a>(). <p>Set this property's value with <a href="tqlistview.html#setShowSortIndicator">setShowSortIndicator</a>() and get this property's value with <a href="tqlistview.html#showSortIndicator">showSortIndicator</a>(). @@ -2469,7 +2469,7 @@ FALSE (don't show an indicator). <name>TQListView::showToolTips</name> <doc href="tqlistview.html#showToolTips-prop"> <p>This property holds whether this list view should show tooltips for truncated column texts. -<p>The default is TRUE. +<p>The default is true. <p>Set this property's value with <a href="tqlistview.html#setShowToolTips">setShowToolTips</a>() and get this property's value with <a href="tqlistview.html#showToolTips">showToolTips</a>(). </doc> @@ -2489,14 +2489,14 @@ views. <name>TQMainWindow::dockWindowsMovable</name> <doc href="tqmainwindow.html#dockWindowsMovable-prop"> <p>This property holds whether the dock windows are movable. -<p>If TRUE (the default), the user will be able to move movable dock +<p>If true (the default), the user will be able to move movable dock windows from one TQMainWindow dock area to another, including the <tt>TearOff</tt> area (i.e. where the dock window floats freely as a window in its own right), and the <a href="tqt.html#Dock-enum">Minimized</a> area (where only the dock window's handle is shown below the menu bar). Moveable dock windows can also be moved within TQMainWindow dock areas, i.e. to rearrange them within a dock area. -<p> If FALSE the user will not be able to move any dock windows. +<p> If false the user will not be able to move any dock windows. <p> 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 <a href="tqmainwindow.html#setOpaqueMoving">setOpaqueMoving</a>(). @@ -2509,9 +2509,9 @@ be changed with <a href="tqmainwindow.html#setOpaqueMoving">setOpaqueMovin <name>TQMainWindow::opaqueMoving</name> <doc href="tqmainwindow.html#opaqueMoving-prop"> <p>This property holds whether dock windows are moved opaquely. -<p>If TRUE the dock windows of the main window are shown opaquely +<p>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 -being moved. If FALSE (the default) they are shown transparently, +being moved. If false (the default) they are shown transparently, (i.e. as an outline rectangle). <p> <b>Warning:</b> Opaque moving of toolbars and dockwindows is known to have several problems. We recommend avoiding the use of this @@ -2541,7 +2541,7 @@ right-justify its dock windows. <name>TQMainWindow::usesBigPixmaps</name> <doc href="tqmainwindow.html#usesBigPixmaps-prop"> <p>This property holds whether big pixmaps are enabled. -<p>If FALSE (the default), the tool buttons will use small pixmaps; +<p>If false (the default), the tool buttons will use small pixmaps; otherwise big pixmaps will be used. <p> Tool buttons and other widgets that wish to respond to this setting are responsible for reading the correct state on startup, @@ -2571,7 +2571,7 @@ and for connecting to the main window's widget's <doc href="tqmenubar.html#defaultUp-prop"> <p>This property holds the popup orientation. <p>The default popup orientation. By default, menus pop "down" the -screen. By setting the property to TRUE, the menu will pop "up". +screen. By setting the property to true, the menu will pop "up". You might call this for menus that are <em>below</em> the document to which they refer. <p> If the menu would not fit on the screen, the other direction is @@ -2719,7 +2719,7 @@ for unnamed objects, you can call name( 0 ). <name>TQPopupMenu::checkable</name> <doc href="tqpopupmenu.html#checkable-prop"> <p>This property holds whether the display of check marks on menu items is enabled. -<p>When TRUE, the display of check marks on menu items is enabled. +<p>When true, the display of check marks on menu items is enabled. Checking is always enabled when in Windows-style. <p> <p>See also <a href="tqmenudata.html#setItemChecked">TQMenuData::setItemChecked</a>(). @@ -2731,7 +2731,7 @@ Checking is always enabled when in Windows-style. <doc href="tqprogressbar.html#centerIndicator-prop"> <p>This property holds whether the indicator string should be centered. <p>Changing this property sets <a href="tqprogressbar.html#indicatorFollowsStyle-prop">TQProgressBar::indicatorFollowsStyle</a> -to FALSE. The default is TRUE. +to false. The default is true. <p>Set this property's value with <a href="tqprogressbar.html#setCenterIndicator">setCenterIndicator</a>() and get this property's value with <a href="tqprogressbar.html#centerIndicator">centerIndicator</a>(). </doc> @@ -2740,7 +2740,7 @@ to FALSE. The default is TRUE. <name>TQProgressBar::indicatorFollowsStyle</name> <doc href="tqprogressbar.html#indicatorFollowsStyle-prop"> <p>This property holds whether the display of the indicator string should follow the GUI style. -<p>The default is TRUE. +<p>The default is true. <p> <p>See also <a href="tqprogressbar.html#centerIndicator-prop">centerIndicator</a>. <p>Set this property's value with <a href="tqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() and get this property's value with <a href="tqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>(). @@ -2750,7 +2750,7 @@ to FALSE. The default is TRUE. <name>TQProgressBar::percentageVisible</name> <doc href="tqprogressbar.html#percentageVisible-prop"> <p>This property holds whether the current progress value is displayed. -<p>The default is TRUE. +<p>The default is true. <p> <p>See also <a href="tqprogressbar.html#centerIndicator-prop">centerIndicator</a> and <a href="tqprogressbar.html#indicatorFollowsStyle-prop">indicatorFollowsStyle</a>. <p>Set this property's value with <a href="tqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() and get this property's value with <a href="tqprogressbar.html#percentageVisible">percentageVisible</a>(). @@ -2788,7 +2788,7 @@ indicator. <name>TQProgressDialog::autoClose</name> <doc href="tqprogressdialog.html#autoClose-prop"> <p>This property holds whether the dialog gets hidden by <a href="tqprogressdialog.html#reset">reset</a>(). -<p>The default is TRUE. +<p>The default is true. <p> <p>See also <a href="tqprogressdialog.html#autoReset-prop">autoReset</a>. <p>Set this property's value with <a href="tqprogressdialog.html#setAutoClose">setAutoClose</a>() and get this property's value with <a href="tqprogressdialog.html#autoClose">autoClose</a>(). @@ -2798,7 +2798,7 @@ indicator. <name>TQProgressDialog::autoReset</name> <doc href="tqprogressdialog.html#autoReset-prop"> <p>This property holds whether the progress dialog calls <a href="tqprogressdialog.html#reset">reset</a>() as soon as <a href="tqprogressdialog.html#progress">progress</a>() equals <a href="tqprogressdialog.html#totalSteps">totalSteps</a>(). -<p>The default is TRUE. +<p>The default is true. <p> <p>See also <a href="tqprogressdialog.html#autoClose-prop">autoClose</a>. <p>Set this property's value with <a href="tqprogressdialog.html#setAutoReset">setAutoReset</a>() and get this property's value with <a href="tqprogressdialog.html#autoReset">autoReset</a>(). @@ -2879,14 +2879,14 @@ don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">p <name>TQPushButton::autoDefault</name> <doc href="tqpushbutton.html#autoDefault-prop"> <p>This property holds whether the push button is the auto default button. -<p>If this property is set to TRUE then the push button is the auto +<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. 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="tqdialog.html">TQDialog</a> -parent; otherwise it defaults to FALSE. +<p> This property's default is true for buttons that have a <a href="tqdialog.html">TQDialog</a> +parent; otherwise it defaults to false. <p> See the <a href="tqpushbutton.html#default-prop">default</a> property for details of how <a href="tqpushbutton.html#default-prop">default</a> and auto-default interact. @@ -2897,7 +2897,7 @@ auto-default interact. <name>TQPushButton::default</name> <doc href="tqpushbutton.html#default-prop"> <p>This property holds whether the push button is the default button. -<p>If this property is set to TRUE then the push button will be +<p>If this property is set to true then the push button will be pressed if the user presses the Enter (or Return) key in a dialog. <p> Regardless of focus, if the user presses Enter: If there is a default button the default button is pressed; otherwise, if @@ -2912,7 +2912,7 @@ button. This button is then displayed with an additional frame <p> The default button behavior is provided only in dialogs. Buttons can always be clicked from the keyboard by pressing Enter (or Return) or the Spacebar when the button has focus. -<p> This property's default is FALSE. +<p> This property's default is false. <p>Set this property's value with <a href="tqpushbutton.html#setDefault">setDefault</a>() and get this property's value with <a href="tqpushbutton.html#isDefault">isDefault</a>(). </doc> @@ -2921,7 +2921,7 @@ Return) or the Spacebar when the button has focus. <name>TQPushButton::flat</name> <doc href="tqpushbutton.html#flat-prop"> <p>This property holds whether the border is disabled. -<p>This property's default is FALSE. +<p>This property's default is false. <p>Set this property's value with <a href="tqpushbutton.html#setFlat">setFlat</a>() and get this property's value with <a href="tqpushbutton.html#isFlat">isFlat</a>(). </doc> @@ -2939,7 +2939,7 @@ Return) or the Spacebar when the button has focus. <name>TQPushButton::menuButton</name> <doc href="tqpushbutton.html#menuButton-prop"> <p>This property holds whether the push button has a menu button on it. <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> If this property is set to TRUE, then a down arrow is drawn on the push +<p> If this property is set to true, then a down arrow is drawn on the push button to indicate that a menu will pop up if the user clicks on the arrow. @@ -2952,7 +2952,7 @@ arrow. <p>This property holds whether the radio button is checked. <p>This property will not effect any other radio buttons unless they have been placed in the same <a href="tqbuttongroup.html">TQButtonGroup</a>. The default value is -FALSE (unchecked). +false (unchecked). <p>Set this property's value with <a href="tqradiobutton.html#setChecked">setChecked</a>() and get this property's value with <a href="tqradiobutton.html#isChecked">isChecked</a>(). </doc> @@ -3078,10 +3078,10 @@ the slider. <name>TQScrollView::dragAutoScroll</name> <doc href="tqscrollview.html#dragAutoScroll-prop"> <p>This property holds whether autoscrolling in drag move events is enabled. -<p>If this property is set to TRUE (the default), the TQScrollView +<p>If this property is set to true (the default), the TQScrollView automatically scrolls the contents in drag move events if the user moves the cursor close to a border of the view. Of course this -works only if the viewport accepts drops. Specifying FALSE +works only if the viewport accepts drops. Specifying false disables this autoscroll feature. <p> <b>Warning:</b> Enabling this property might not be enough to effectively turn on autoscrolling. If you put a custom widget in @@ -3698,7 +3698,7 @@ frame and the outermost pixel of the pages. <name>TQTable::columnMovingEnabled</name> <doc href="tqtable.html#columnMovingEnabled-prop"> <p>This property holds whether columns can be moved by the user. -<p>The default is FALSE. Columns are moved by dragging whilst holding +<p>The default is false. Columns are moved by dragging whilst holding down the Ctrl key. <p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by @@ -3763,7 +3763,7 @@ see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a> <name>TQTable::rowMovingEnabled</name> <doc href="tqtable.html#rowMovingEnabled-prop"> <p>This property holds whether rows can be moved by the user. -<p>The default is FALSE. Rows are moved by dragging whilst holding +<p>The default is false. Rows are moved by dragging whilst holding down the Ctrl key. <p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by @@ -3869,8 +3869,8 @@ if present, otherwise an empty string. <name>TQTextEdit::linkUnderline</name> <doc href="tqtextedit.html#linkUnderline-prop"> <p>This property holds whether hypertext links will be underlined. -<p>If TRUE (the default) hypertext links will be displayed -underlined. If FALSE links will not be displayed underlined. +<p>If true (the default) hypertext links will be displayed +underlined. If false links will not be displayed underlined. <p>Set this property's value with <a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() and get this property's value with <a href="tqtextedit.html#linkUnderline">linkUnderline</a>(). </doc> @@ -3887,9 +3887,9 @@ underlined. If FALSE links will not be displayed underlined. <name>TQTextEdit::overwriteMode</name> <doc href="tqtextedit.html#overwriteMode-prop"> <p>This property holds the text edit's overwrite mode. -<p>If FALSE (the default) characters entered by the user are inserted +<p>If false (the default) characters entered by the user are inserted with any characters to the right being moved out of the way. If -TRUE, the editor is in overwrite mode, i.e. characters entered by +true, the editor is in overwrite mode, i.e. characters entered by the user overwrite any characters to the right of the cursor position. @@ -3912,7 +3912,7 @@ text edit. The initial setting is an empty brush. <p>This property holds whether the text edit is read-only. <p>In a read-only text edit the user can only navigate through the text and select text; modifying the text is not possible. -<p> This property's default is FALSE. +<p> This property's default is false. <p>Set this property's value with <a href="tqtextedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqtextedit.html#isReadOnly">isReadOnly</a>(). </doc> @@ -3933,7 +3933,7 @@ text and select text; modifying the text is not possible. <doc href="tqtextedit.html#tabChangesFocus-prop"> <p>This property holds whether TAB changes focus or is accepted as input. <p>In some occasions text edits should not allow the user to input tabulators or change indentation using the TAB key, as this breaks -the focus chain. The default is FALSE. +the focus chain. The default is false. <p> <p>Set this property's value with <a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() and get this property's value with <a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>(). </doc> @@ -4003,7 +4003,7 @@ is 100. <doc href="tqtextedit.html#undoRedoEnabled-prop"> <p>This property holds whether undo/redo is enabled. <p>When changing this property, the undo/redo history is cleared. -<p> The default is TRUE. +<p> The default is true. <p>Set this property's value with <a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>(). </doc> @@ -4051,9 +4051,9 @@ text edit at which text should be wrapped. <name>TQTimeEdit::autoAdvance</name> <doc href="tqtimeedit.html#autoAdvance-prop"> <p>This property holds whether the editor automatically advances to the next section. -<p>If autoAdvance is TRUE, the editor will automatically advance +<p>If autoAdvance is true, the editor will automatically advance focus to the next time section if a user has completed a section. -The default is FALSE. +The default is false. <p>Set this property's value with <a href="tqtimeedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqtimeedit.html#autoAdvance">autoAdvance</a>(). </doc> @@ -4133,7 +4133,7 @@ caption. There is no default label text. <name>TQToolButton::autoRaise</name> <doc href="tqtoolbutton.html#autoRaise-prop"> <p>This property holds whether auto-raising is enabled. -<p>The default is disabled (i.e. FALSE). +<p>The default is disabled (i.e. false). <p>Set this property's value with <a href="tqtoolbutton.html#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="tqtoolbutton.html#autoRaise">autoRaise</a>(). </doc> @@ -4186,7 +4186,7 @@ too. There is no default text. <p>TQToolButton automatically connects this property to the relevant signal in the <a href="tqmainwindow.html">TQMainWindow</a> in which it resides. We strongly recommend that you use <a href="tqmainwindow.html#setUsesBigPixmaps">TQMainWindow::setUsesBigPixmaps</a>() instead. -<p> This property's default is TRUE. +<p> This property's default is true. <p> <b>Warning:</b> 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. @@ -4198,7 +4198,7 @@ the geometry right. <name>TQToolButton::usesTextLabel</name> <doc href="tqtoolbutton.html#usesTextLabel-prop"> <p>This property holds whether the toolbutton displays a text label below the button pixmap. -<p>The default is FALSE. +<p>The default is false. <p> TQToolButton automatically connects this slot to the relevant signal in the <a href="tqmainwindow.html">TQMainWindow</a> in which is resides. @@ -4209,7 +4209,7 @@ signal in the <a href="tqmainwindow.html">TQMainWindow</a> in which <name>TQToolTipGroup::delay</name> <doc href="tqtooltipgroup.html#delay-prop"> <p>This property holds whether the display of the group text is delayed. -<p>If set to TRUE (the default), the group text is displayed at the +<p>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. @@ -4220,7 +4220,7 @@ immediately when the cursor enters the widget. <name>TQToolTipGroup::enabled</name> <doc href="tqtooltipgroup.html#enabled-prop"> <p>This property holds whether tool tips in the group are enabled. -<p>This property's default is TRUE. +<p>This property's default is true. <p>Set this property's value with <a href="tqtooltipgroup.html#setEnabled">setEnabled</a>() and get this property's value with <a href="tqtooltipgroup.html#enabled">enabled</a>(). </doc> @@ -4229,7 +4229,7 @@ immediately when the cursor enters the widget. <name>TQWidget::acceptDrops</name> <doc href="tqwidget.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 +<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="tqwidget.html#isDesktop">TQWidget::isDesktop</a>()), this may fail if another application is using the desktop; you can call @@ -4246,7 +4246,7 @@ Do not modify this property in a Drag&Drop event handler. <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. TQWidget has some built-in support to make the task of -recalculating the mask easier. When setting auto mask to TRUE, +recalculating the mask easier. When setting auto mask to true, <a href="tqwidget.html#updateMask">updateMask</a>() will be called whenever the widget is resized or changes its focus state. Note that you must reimplement updateMask() (which should include a call to <a href="tqwidget.html#setMask">setMask</a>()) or nothing @@ -4410,7 +4410,7 @@ on top-level widgets. <name>TQWidget::customWhatsThis</name> <doc href="tqwidget.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="tqwidget.html#customWhatsThis">customWhatsThis</a>() returns FALSE, +<p>The default implementation of <a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() returns false, which means the widget will not receive any events in Whats This mode. <p> The widget may leave What's This mode by calling @@ -4573,7 +4573,7 @@ for an overview of top-level widget geometry. <name>TQWidget::hidden</name> <doc href="tqwidget.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 +<p>If false, the widget is visible or would become visible if all its ancestors became visible. <p> <p>See also <a href="tqwidget.html#hide">hide</a>(), <a href="tqwidget.html#show">show</a>(), <a href="tqwidget.html#visible-prop">visible</a>, <a href="tqwidget.html#isVisibleTo">isVisibleTo</a>(), and <a href="tqwidget.html#shown-prop">shown</a>. @@ -4608,7 +4608,7 @@ text has been set, this functions returns <a href="tqstring.html#TQString-nul <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 the input method disabled if they have focus. This is the default. -<p> If a widget handles text input it should set this property to TRUE. +<p> If a widget handles text input it should set this property to true. <p>Set this property's value with <a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() and get this property's value with <a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>(). </doc> @@ -4619,7 +4619,7 @@ the input method disabled if they have focus. This is the default. <p>This property holds whether this widget is the active window. <p>The active window is the window that contains the widget that has <a href="focus.html#keyboard-focus">keyboard focus</a>. -<p> When popup windows are visible, this property is TRUE for both the +<p> When popup windows are visible, this property is true for both the active window <em>and</em> for the popup. <p> <p>See also <a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() and <a href="tqapplication.html#activeWindow">TQApplication::activeWindow</a>(). @@ -4824,7 +4824,7 @@ events even if no buttons are pressed. <name>TQWidget::ownCursor</name> <doc href="tqwidget.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. +<p>If false, the widget uses its parent widget's cursor. <p> <p>See also <a href="tqwidget.html#cursor-prop">cursor</a>. <p>Get this property's value with <a href="tqwidget.html#ownCursor">ownCursor</a>(). @@ -4834,7 +4834,7 @@ events even if no buttons are pressed. <name>TQWidget::ownFont</name> <doc href="tqwidget.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. +<p>If false, the widget uses its parent widget's font. <p> <p>See also <a href="tqwidget.html#font-prop">font</a>. <p>Get this property's value with <a href="tqwidget.html#ownFont">ownFont</a>(). @@ -4844,7 +4844,7 @@ events even if no buttons are pressed. <name>TQWidget::ownPalette</name> <doc href="tqwidget.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. +<p>If false, the widget uses its parent widget's palette. <p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>. <p>Get this property's value with <a href="tqwidget.html#ownPalette">ownPalette</a>(). @@ -4958,7 +4958,7 @@ for an overview of top-level widget geometry. <name>TQWidget::shown</name> <doc href="tqwidget.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 +<p>If true, the widget is visible or would become visible if all its ancestors became visible. <p> <p>See also <a href="tqwidget.html#hide">hide</a>(), <a href="tqwidget.html#show">show</a>(), <a href="tqwidget.html#visible-prop">visible</a>, <a href="tqwidget.html#isVisibleTo">isVisibleTo</a>(), and <a href="tqwidget.html#hidden-prop">hidden</a>. @@ -5073,9 +5073,9 @@ short period of time, for instance to avoid screen flicker during large changes. <p> Example: <pre> - <a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>( FALSE ); + <a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>( false ); bigVisualChanges(); - <a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>( TRUE ); + <a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>( true ); <a href="tqwidget.html#repaint">repaint</a>(); </pre> @@ -5186,11 +5186,11 @@ for an overview of top-level widget geometry. <name>TQWorkspace::scrollBarsEnabled</name> <doc href="tqworkspace.html#scrollBarsEnabled-prop"> <p>This property holds whether the workspace provides scrollbars. -<p>If this property is set to TRUE, it is possible to resize child +<p>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 of the workspace. The workspace shows scrollbars to make it possible for the user to access those windows. If this property is -set to FALSE (the default), resizing windows out of the visible +set to false (the default), resizing windows out of the visible area of the workspace is not permitted. <p>Set this property's value with <a href="tqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>() and get this property's value with <a href="tqworkspace.html#scrollBarsEnabled">scrollBarsEnabled</a>(). |