diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 236 |
1 files changed, 118 insertions, 118 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index a79766127..1cdde30a8 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -520,8 +520,8 @@ than lines, a scrollbar is added. </doc> </property> <property> - <name>QDataBrowser::autoEdit</name> - <doc href="ntqdatabrowser.html#autoEdit-prop"> + <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 an insertion or an update on a form there are two possible @@ -531,110 +531,110 @@ outcomes when they navigate to another record: <li> the insert or update is discarded -- this occurs if autoEdit is FALSE </ul> -<p>Set this property's value with <a href="ntqdatabrowser.html#setAutoEdit">setAutoEdit</a>() and get this property's value with <a href="ntqdatabrowser.html#autoEdit">autoEdit</a>(). +<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>(). </doc> </property> <property> - <name>QDataBrowser::boundaryChecking</name> - <doc href="ntqdatabrowser.html#boundaryChecking-prop"> + <name>TQDataBrowser::boundaryChecking</name> + <doc href="tqdatabrowser.html#boundaryChecking-prop"> <p>This property holds whether boundary checking is active. <p>When boundary checking is active (the default), signals are emitted indicating the current position of the default cursor. -<p> <p>See also <a href="ntqdatabrowser.html#boundary">boundary</a>(). +<p> <p>See also <a href="tqdatabrowser.html#boundary">boundary</a>(). -<p>Set this property's value with <a href="ntqdatabrowser.html#setBoundaryChecking">setBoundaryChecking</a>() and get this property's value with <a href="ntqdatabrowser.html#boundaryChecking">boundaryChecking</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setBoundaryChecking">setBoundaryChecking</a>() and get this property's value with <a href="tqdatabrowser.html#boundaryChecking">boundaryChecking</a>(). </doc> </property> <property> - <name>QDataBrowser::confirmCancels</name> - <doc href="ntqdatabrowser.html#confirmCancels-prop"> + <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 user through a message box (this behavior can be changed by -overriding the <a href="ntqdatabrowser.html#confirmCancel">confirmCancel</a>() function), otherwise all cancels +overriding the <a href="tqdatabrowser.html#confirmCancel">confirmCancel</a>() function), otherwise all cancels occur immediately. The default is FALSE. -<p> <p>See also <a href="ntqdatabrowser.html#confirmEdits-prop">confirmEdits</a> and <a href="ntqdatabrowser.html#confirmCancel">confirmCancel</a>(). +<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="ntqdatabrowser.html#setConfirmCancels">setConfirmCancels</a>() and get this property's value with <a href="ntqdatabrowser.html#confirmCancels">confirmCancels</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>(). </doc> </property> <property> - <name>QDataBrowser::confirmDelete</name> - <doc href="ntqdatabrowser.html#confirmDelete-prop"> + <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, otherwise deletions happen immediately. -<p> <p>See also <a href="ntqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, <a href="ntqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, and <a href="ntqdatabrowser.html#confirmEdit">confirmEdit</a>(). +<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>(). -<p>Set this property's value with <a href="ntqdatabrowser.html#setConfirmDelete">setConfirmDelete</a>() and get this property's value with <a href="ntqdatabrowser.html#confirmDelete">confirmDelete</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setConfirmDelete">setConfirmDelete</a>() and get this property's value with <a href="tqdatabrowser.html#confirmDelete">confirmDelete</a>(). </doc> </property> <property> - <name>QDataBrowser::confirmEdits</name> - <doc href="ntqdatabrowser.html#confirmEdits-prop"> + <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 (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 -reimplementing the <a href="ntqdatabrowser.html#confirmEdit">confirmEdit</a>() function, -<p> <p>See also <a href="ntqdatabrowser.html#confirmEdit">confirmEdit</a>(), <a href="ntqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, <a href="ntqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="ntqdatabrowser.html#confirmDelete-prop">confirmDelete</a>. +reimplementing the <a href="tqdatabrowser.html#confirmEdit">confirmEdit</a>() function, +<p> <p>See also <a href="tqdatabrowser.html#confirmEdit">confirmEdit</a>(), <a href="tqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, <a href="tqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="tqdatabrowser.html#confirmDelete-prop">confirmDelete</a>. -<p>Set this property's value with <a href="ntqdatabrowser.html#setConfirmEdits">setConfirmEdits</a>() and get this property's value with <a href="ntqdatabrowser.html#confirmEdits">confirmEdits</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setConfirmEdits">setConfirmEdits</a>() and get this property's value with <a href="tqdatabrowser.html#confirmEdits">confirmEdits</a>(). </doc> </property> <property> - <name>QDataBrowser::confirmInsert</name> - <doc href="ntqdatabrowser.html#confirmInsert-prop"> + <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, otherwise insertions happen immediately. -<p> <p>See also <a href="ntqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatabrowser.html#confirmUpdate-prop">confirmUpdate</a>, <a href="ntqdatabrowser.html#confirmDelete-prop">confirmDelete</a>, and <a href="ntqdatabrowser.html#confirmEdit">confirmEdit</a>(). +<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>(). -<p>Set this property's value with <a href="ntqdatabrowser.html#setConfirmInsert">setConfirmInsert</a>() and get this property's value with <a href="ntqdatabrowser.html#confirmInsert">confirmInsert</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setConfirmInsert">setConfirmInsert</a>() and get this property's value with <a href="tqdatabrowser.html#confirmInsert">confirmInsert</a>(). </doc> </property> <property> - <name>QDataBrowser::confirmUpdate</name> - <doc href="ntqdatabrowser.html#confirmUpdate-prop"> + <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 updates happen immediately. -<p> <p>See also <a href="ntqdatabrowser.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatabrowser.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatabrowser.html#confirmInsert-prop">confirmInsert</a>, <a href="ntqdatabrowser.html#confirmDelete-prop">confirmDelete</a>, and <a href="ntqdatabrowser.html#confirmEdit">confirmEdit</a>(). +<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>(). -<p>Set this property's value with <a href="ntqdatabrowser.html#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="ntqdatabrowser.html#confirmUpdate">confirmUpdate</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="tqdatabrowser.html#confirmUpdate">confirmUpdate</a>(). </doc> </property> <property> - <name>QDataBrowser::filter</name> - <doc href="ntqdatabrowser.html#filter-prop"> + <name>TQDataBrowser::filter</name> + <doc href="tqdatabrowser.html#filter-prop"> <p>This property holds the data browser's filter. <p>The filter applies to the data shown in the browser. Call -<a href="ntqdatabrowser.html#refresh">refresh</a>() to apply the new filter. A filter is a string containing +<a href="tqdatabrowser.html#refresh">refresh</a>() to apply the new filter. A filter is a string containing a SQL WHERE clause without the WHERE keyword, e.g. "id>1000", "name LIKE 'A%'", etc. <p> There is no default filter. -<p> <p>See also <a href="ntqdatabrowser.html#sort-prop">sort</a>. +<p> <p>See also <a href="tqdatabrowser.html#sort-prop">sort</a>. -<p>Set this property's value with <a href="ntqdatabrowser.html#setFilter">setFilter</a>() and get this property's value with <a href="ntqdatabrowser.html#filter">filter</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setFilter">setFilter</a>() and get this property's value with <a href="tqdatabrowser.html#filter">filter</a>(). </doc> </property> <property> - <name>QDataBrowser::readOnly</name> - <doc href="ntqdatabrowser.html#readOnly-prop"> + <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 is read-only, no database edits will be allowed. -<p>Set this property's value with <a href="ntqdatabrowser.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqdatabrowser.html#isReadOnly">isReadOnly</a>(). +<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>(). </doc> </property> <property> - <name>QDataBrowser::sort</name> - <doc href="ntqdatabrowser.html#sort-prop"> + <name>TQDataBrowser::sort</name> + <doc href="tqdatabrowser.html#sort-prop"> <p>This property holds the data browser's sort. <p>The data browser's sort affects the order in which records are -viewed in the browser. Call <a href="ntqdatabrowser.html#refresh">refresh</a>() to apply the new sort. +viewed in the browser. Call <a href="tqdatabrowser.html#refresh">refresh</a>() to apply the new sort. <p> When retrieving the sort property, a string list is returned in the form 'fieldname order', e.g. 'id ASC', 'surname DESC'. <p> There is no default sort. @@ -650,12 +650,12 @@ over a copy, e.g. </pre> -<p>Set this property's value with <a href="ntqdatabrowser.html#setSort">setSort</a>() and get this property's value with <a href="ntqdatabrowser.html#sort">sort</a>(). +<p>Set this property's value with <a href="tqdatabrowser.html#setSort">setSort</a>() and get this property's value with <a href="tqdatabrowser.html#sort">sort</a>(). </doc> </property> <property> - <name>QDataTable::autoEdit</name> - <doc href="ntqdatatable.html#autoEdit-prop"> + <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 an insert or update in the table there are two possible outcomes @@ -665,139 +665,139 @@ when they navigate to another record: <li> the insert or update is abandoned -- this occurs if autoEdit is FALSE </ol> -<p>Set this property's value with <a href="ntqdatatable.html#setAutoEdit">setAutoEdit</a>() and get this property's value with <a href="ntqdatatable.html#autoEdit">autoEdit</a>(). +<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>(). </doc> </property> <property> - <name>QDataTable::confirmCancels</name> - <doc href="ntqdatatable.html#confirmCancels-prop"> + <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 confirmed by the user through a message box (this behavior can be -changed by overriding the <a href="ntqdatatable.html#confirmCancel">confirmCancel</a>() function), otherwise all +changed by overriding the <a href="tqdatatable.html#confirmCancel">confirmCancel</a>() function), otherwise all cancels occur immediately. The default is FALSE. -<p> <p>See also <a href="ntqdatatable.html#confirmEdits-prop">confirmEdits</a> and <a href="ntqdatatable.html#confirmCancel">confirmCancel</a>(). +<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="ntqdatatable.html#setConfirmCancels">setConfirmCancels</a>() and get this property's value with <a href="ntqdatatable.html#confirmCancels">confirmCancels</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>(). </doc> </property> <property> - <name>QDataTable::confirmDelete</name> - <doc href="ntqdatatable.html#confirmDelete-prop"> + <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 confirmed by the user through a message box (this behaviour can be -changed by overriding the <a href="ntqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all +changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all delete operations occur immediately. -<p> <p>See also <a href="ntqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="ntqdatatable.html#confirmInsert-prop">confirmInsert</a>. +<p> <p>See also <a href="tqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="tqdatatable.html#confirmInsert-prop">confirmInsert</a>. -<p>Set this property's value with <a href="ntqdatatable.html#setConfirmDelete">setConfirmDelete</a>() and get this property's value with <a href="ntqdatatable.html#confirmDelete">confirmDelete</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setConfirmDelete">setConfirmDelete</a>() and get this property's value with <a href="tqdatatable.html#confirmDelete">confirmDelete</a>(). </doc> </property> <property> - <name>QDataTable::confirmEdits</name> - <doc href="ntqdatatable.html#confirmEdits-prop"> + <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 edit operations (inserts, updates and deletes). Finer control of -edit confirmation can be achieved using <a href="ntqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatatable.html#confirmInsert-prop">confirmInsert</a>, <a href="ntqdatatable.html#confirmUpdate-prop">confirmUpdate</a> and <a href="ntqdatatable.html#confirmDelete-prop">confirmDelete</a>. -<p> <p>See also <a href="ntqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatatable.html#confirmInsert-prop">confirmInsert</a>, <a href="ntqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="ntqdatatable.html#confirmDelete-prop">confirmDelete</a>. +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>. -<p>Set this property's value with <a href="ntqdatatable.html#setConfirmEdits">setConfirmEdits</a>() and get this property's value with <a href="ntqdatatable.html#confirmEdits">confirmEdits</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setConfirmEdits">setConfirmEdits</a>() and get this property's value with <a href="tqdatatable.html#confirmEdits">confirmEdits</a>(). </doc> </property> <property> - <name>QDataTable::confirmInsert</name> - <doc href="ntqdatatable.html#confirmInsert-prop"> + <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 confirmed by the user through a message box (this behaviour can be -changed by overriding the <a href="ntqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all +changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all insert operations occur immediately. -<p> <p>See also <a href="ntqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="ntqdatatable.html#confirmDelete-prop">confirmDelete</a>. +<p> <p>See also <a href="tqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatatable.html#confirmUpdate-prop">confirmUpdate</a>, and <a href="tqdatatable.html#confirmDelete-prop">confirmDelete</a>. -<p>Set this property's value with <a href="ntqdatatable.html#setConfirmInsert">setConfirmInsert</a>() and get this property's value with <a href="ntqdatatable.html#confirmInsert">confirmInsert</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setConfirmInsert">setConfirmInsert</a>() and get this property's value with <a href="tqdatatable.html#confirmInsert">confirmInsert</a>(). </doc> </property> <property> - <name>QDataTable::confirmUpdate</name> - <doc href="ntqdatatable.html#confirmUpdate-prop"> + <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 confirmed by the user through a message box (this behaviour can be -changed by overriding the <a href="ntqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all +changed by overriding the <a href="tqdatatable.html#confirmEdit">confirmEdit</a>() function), otherwise all update operations occur immediately. -<p> <p>See also <a href="ntqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="ntqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="ntqdatatable.html#confirmInsert-prop">confirmInsert</a>, and <a href="ntqdatatable.html#confirmDelete-prop">confirmDelete</a>. +<p> <p>See also <a href="tqdatatable.html#confirmCancels-prop">confirmCancels</a>, <a href="tqdatatable.html#confirmEdits-prop">confirmEdits</a>, <a href="tqdatatable.html#confirmInsert-prop">confirmInsert</a>, and <a href="tqdatatable.html#confirmDelete-prop">confirmDelete</a>. -<p>Set this property's value with <a href="ntqdatatable.html#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="ntqdatatable.html#confirmUpdate">confirmUpdate</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="tqdatatable.html#confirmUpdate">confirmUpdate</a>(). </doc> </property> <property> - <name>QDataTable::dateFormat</name> - <doc href="ntqdatatable.html#dateFormat-prop"> + <name>TQDataTable::dateFormat</name> + <doc href="tqdatatable.html#dateFormat-prop"> <p>This property holds the format used for displaying date/time values. <p>The dateFormat property is used for displaying date/time values in the table. The default value is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>. -<p>Set this property's value with <a href="ntqdatatable.html#setDateFormat">setDateFormat</a>() and get this property's value with <a href="ntqdatatable.html#dateFormat">dateFormat</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setDateFormat">setDateFormat</a>() and get this property's value with <a href="tqdatatable.html#dateFormat">dateFormat</a>(). </doc> </property> <property> - <name>QDataTable::falseText</name> - <doc href="ntqdatatable.html#falseText-prop"> + <name>TQDataTable::falseText</name> + <doc href="tqdatatable.html#falseText-prop"> <p>This property holds the text used to represent false values. <p>The falseText property will be used to represent NULL values in the table. The default value is "False". -<p>Set this property's value with <a href="ntqdatatable.html#setFalseText">setFalseText</a>() and get this property's value with <a href="ntqdatatable.html#falseText">falseText</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setFalseText">setFalseText</a>() and get this property's value with <a href="tqdatatable.html#falseText">falseText</a>(). </doc> </property> <property> - <name>QDataTable::filter</name> - <doc href="ntqdatatable.html#filter-prop"> + <name>TQDataTable::filter</name> + <doc href="tqdatatable.html#filter-prop"> <p>This property holds the data filter for the data table. <p>The filter applies to the data shown in the table. To view data -with a new filter, use <a href="ntqdatatable.html#refresh">refresh</a>(). A filter string is an SQL WHERE +with a new filter, use <a href="tqdatatable.html#refresh">refresh</a>(). A filter string is an SQL WHERE clause without the WHERE keyword. <p> There is no default filter. -<p> <p>See also <a href="ntqdatatable.html#sort-prop">sort</a>. +<p> <p>See also <a href="tqdatatable.html#sort-prop">sort</a>. <p> -<p>Set this property's value with <a href="ntqdatatable.html#setFilter">setFilter</a>() and get this property's value with <a href="ntqdatatable.html#filter">filter</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setFilter">setFilter</a>() and get this property's value with <a href="tqdatatable.html#filter">filter</a>(). </doc> </property> <property> - <name>QDataTable::nullText</name> - <doc href="ntqdatatable.html#nullText-prop"> + <name>TQDataTable::nullText</name> + <doc href="tqdatatable.html#nullText-prop"> <p>This property holds the text used to represent NULL values. <p>The nullText property will be used to represent NULL values in the table. The default value is provided by the cursor's driver. -<p>Set this property's value with <a href="ntqdatatable.html#setNullText">setNullText</a>() and get this property's value with <a href="ntqdatatable.html#nullText">nullText</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setNullText">setNullText</a>() and get this property's value with <a href="tqdatatable.html#nullText">nullText</a>(). </doc> </property> <property> - <name>QDataTable::numCols</name> - <doc href="ntqdatatable.html#numCols-prop"> + <name>TQDataTable::numCols</name> + <doc href="tqdatatable.html#numCols-prop"> <p>This property holds the number of columns in the table. <p> -<p>Get this property's value with <a href="ntqdatatable.html#numCols">numCols</a>(). +<p>Get this property's value with <a href="tqdatatable.html#numCols">numCols</a>(). </doc> </property> <property> - <name>QDataTable::numRows</name> - <doc href="ntqdatatable.html#numRows-prop"> + <name>TQDataTable::numRows</name> + <doc href="tqdatatable.html#numRows-prop"> <p>This property holds the number of rows in the table. <p> -<p>Get this property's value with <a href="ntqdatatable.html#numRows">numRows</a>(). +<p>Get this property's value with <a href="tqdatatable.html#numRows">numRows</a>(). </doc> </property> <property> - <name>QDataTable::sort</name> - <doc href="ntqdatatable.html#sort-prop"> + <name>TQDataTable::sort</name> + <doc href="tqdatatable.html#sort-prop"> <p>This property holds the data table's sort. <p>The table's sort affects the order in which data records are -displayed in the table. To apply a sort, use <a href="ntqdatatable.html#refresh">refresh</a>(). +displayed in the table. To apply a sort, use <a href="tqdatatable.html#refresh">refresh</a>(). <p> When examining the sort property, a string list is returned with each item having the form 'fieldname order' (e.g., 'id ASC', 'surname DESC'). @@ -813,19 +813,19 @@ iterate over a copy, e.g. } </pre> -<p> <p>See also <a href="ntqdatatable.html#filter-prop">filter</a> and <a href="ntqdatatable.html#refresh">refresh</a>(). +<p> <p>See also <a href="tqdatatable.html#filter-prop">filter</a> and <a href="tqdatatable.html#refresh">refresh</a>(). -<p>Set this property's value with <a href="ntqdatatable.html#setSort">setSort</a>() and get this property's value with <a href="ntqdatatable.html#sort">sort</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setSort">setSort</a>() and get this property's value with <a href="tqdatatable.html#sort">sort</a>(). </doc> </property> <property> - <name>QDataTable::trueText</name> - <doc href="ntqdatatable.html#trueText-prop"> + <name>TQDataTable::trueText</name> + <doc href="tqdatatable.html#trueText-prop"> <p>This property holds the text used to represent true values. <p>The trueText property will be used to represent NULL values in the table. The default value is "True". -<p>Set this property's value with <a href="ntqdatatable.html#setTrueText">setTrueText</a>() and get this property's value with <a href="ntqdatatable.html#trueText">trueText</a>(). +<p>Set this property's value with <a href="tqdatatable.html#setTrueText">setTrueText</a>() and get this property's value with <a href="tqdatatable.html#trueText">trueText</a>(). </doc> </property> <property> @@ -3498,8 +3498,8 @@ side). The possible orientations are <a href="ntqt.html#Orientation-enum"> </doc> </property> <property> - <name>QSqlDatabase::connectOptions</name> - <doc href="ntqsqldatabase.html#connectOptions-prop"> + <name>TQSqlDatabase::connectOptions</name> + <doc href="tqsqldatabase.html#connectOptions-prop"> <p>This property holds the database connect options. <p>The format of the options string is a semi-colon separated list of option names or option = value pairs. The options depend on the @@ -3578,12 +3578,12 @@ information about the different options. The options will be set prior to opening the database connection. Setting new options without re-opening the connection does nothing. <p> <p>See also -<p>Set this property's value with <a href="ntqsqldatabase.html#setConnectOptions">setConnectOptions</a>() and get this property's value with <a href="ntqsqldatabase.html#connectOptions">connectOptions</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setConnectOptions">setConnectOptions</a>() and get this property's value with <a href="tqsqldatabase.html#connectOptions">connectOptions</a>(). </doc> </property> <property> - <name>QSqlDatabase::databaseName</name> - <doc href="ntqsqldatabase.html#databaseName-prop"> + <name>TQSqlDatabase::databaseName</name> + <doc href="tqsqldatabase.html#databaseName-prop"> <p>This property holds the name of the database. <p>Note that the database name is the TNS Service Name for the <a href="sql-driver.html#QOCI8">QOCI8</a> (Oracle) driver. @@ -3594,7 +3594,7 @@ to open a <tt>.mdb</tt> file directly, instead of having to create a entry in the ODBC manager: <p> <pre> ... - db = QSqlDatabase::<a href="ntqsqldatabase.html#addDatabase">addDatabase</a>( "QODBC3" ); + db = TQSqlDatabase::<a href="tqsqldatabase.html#addDatabase">addDatabase</a>( "QODBC3" ); db-&gt;setDatabaseName( "DRIVER={Microsoft Access Driver (*.mdb)};FIL={MS Access};DBQ=myaccessfile.mdb" ); if ( db-&gt;open() ) { // success! @@ -3605,47 +3605,47 @@ entry in the ODBC manager: ("FIL" is the required spelling in Microsoft's API.) <p> There is no default value. -<p>Set this property's value with <a href="ntqsqldatabase.html#setDatabaseName">setDatabaseName</a>() and get this property's value with <a href="ntqsqldatabase.html#databaseName">databaseName</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setDatabaseName">setDatabaseName</a>() and get this property's value with <a href="tqsqldatabase.html#databaseName">databaseName</a>(). </doc> </property> <property> - <name>QSqlDatabase::hostName</name> - <doc href="ntqsqldatabase.html#hostName-prop"> + <name>TQSqlDatabase::hostName</name> + <doc href="tqsqldatabase.html#hostName-prop"> <p>This property holds the host name where the database resides. <p>There is no default value. -<p>Set this property's value with <a href="ntqsqldatabase.html#setHostName">setHostName</a>() and get this property's value with <a href="ntqsqldatabase.html#hostName">hostName</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setHostName">setHostName</a>() and get this property's value with <a href="tqsqldatabase.html#hostName">hostName</a>(). </doc> </property> <property> - <name>QSqlDatabase::password</name> - <doc href="ntqsqldatabase.html#password-prop"> + <name>TQSqlDatabase::password</name> + <doc href="tqsqldatabase.html#password-prop"> <p>This property holds the password used to connect to the database. <p>There is no default value. <p> <b>Warning:</b> This function stores the password in plain text within -Qt. Use the <a href="ntqsqldatabase.html#open">open</a>() call that takes a password as parameter to +Qt. Use the <a href="tqsqldatabase.html#open">open</a>() call that takes a password as parameter to avoid this behaviour. -<p> <p>See also <a href="ntqsqldatabase.html#open">open</a>(). +<p> <p>See also <a href="tqsqldatabase.html#open">open</a>(). -<p>Set this property's value with <a href="ntqsqldatabase.html#setPassword">setPassword</a>() and get this property's value with <a href="ntqsqldatabase.html#password">password</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setPassword">setPassword</a>() and get this property's value with <a href="tqsqldatabase.html#password">password</a>(). </doc> </property> <property> - <name>QSqlDatabase::port</name> - <doc href="ntqsqldatabase.html#port-prop"> + <name>TQSqlDatabase::port</name> + <doc href="tqsqldatabase.html#port-prop"> <p>This property holds the port used to connect to the database. <p>There is no default value. -<p>Set this property's value with <a href="ntqsqldatabase.html#setPort">setPort</a>() and get this property's value with <a href="ntqsqldatabase.html#port">port</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setPort">setPort</a>() and get this property's value with <a href="tqsqldatabase.html#port">port</a>(). </doc> </property> <property> - <name>QSqlDatabase::userName</name> - <doc href="ntqsqldatabase.html#userName-prop"> + <name>TQSqlDatabase::userName</name> + <doc href="tqsqldatabase.html#userName-prop"> <p>This property holds the user name connected to the database. <p>There is no default value. -<p>Set this property's value with <a href="ntqsqldatabase.html#setUserName">setUserName</a>() and get this property's value with <a href="ntqsqldatabase.html#userName">userName</a>(). +<p>Set this property's value with <a href="tqsqldatabase.html#setUserName">setUserName</a>() and get this property's value with <a href="tqsqldatabase.html#userName">userName</a>(). </doc> </property> <property> |