From e42ec295c2134770a1eb07032f5f22ca4ba1daa6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 18:33:50 +0900 Subject: Rename remaining ntq[d-h]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqcombobox.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqcombobox.html') diff --git a/doc/html/tqcombobox.html b/doc/html/tqcombobox.html index 579a7f2fb..2d5a39147 100644 --- a/doc/html/tqcombobox.html +++ b/doc/html/tqcombobox.html @@ -167,7 +167,7 @@ widget may or may not insert it, and it can insert it in several locations. The default policy is is AtBottom but you can change this using setInsertionPolicy().

It is possible to constrain the input to an editable combobox -using TQValidator; see setValidator(). By default, any input is +using TQValidator; see setValidator(). By default, any input is accepted.

If the combobox is not editable then it has a default focusPolicy() of TabFocus, i.e. it will not grab focus if @@ -482,12 +482,12 @@ popup list to palette.

void TQComboBox::setSizeLimit ( int ) [virtual]

Sets the maximum on-screen size of the combobox. See the "sizeLimit" property for details. -

void TQComboBox::setValidator ( const TQValidator * v ) [virtual] +

void TQComboBox::setValidator ( const TQValidator * v ) [virtual]

Applies the validator v to the combobox so that only text which is valid according to v is accepted.

This function does nothing if the combobox is not editable. -

See also validator(), clearValidator(), and TQValidator. +

See also validator(), clearValidator(), and TQValidator.

int TQComboBox::sizeLimit () const

Returns the maximum on-screen size of the combobox. @@ -506,11 +506,11 @@ the item is not a string. whenever the contents of the text entry field changes. string contains the new text. -

const TQValidator * TQComboBox::validator () const +

const TQValidator * TQComboBox::validator () const

Returns the validator which constrains editing for this combobox if there is one; otherwise returns 0. -

See also setValidator(), clearValidator(), and TQValidator. +

See also setValidator(), clearValidator(), and TQValidator.


Property Documentation

bool autoCompletion

-- cgit v1.2.1