Qt:Документация 4.3.2/q3tabdialog-obsolete

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Obsolete Members for Q3TabDialog

The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.



[править] Открытые функции

  • 4 public functions inherited from QDialog
  • 3 public functions inherited from QWidget

[править] Описание функций-членов

[править]
bool Q3TabDialog::isTabEnabled ( const char * name ) const

Эта перегруженная функция предоставлена для удобства.

Returns true if the page with object name name is enabled and false if it is disabled.

If name is 0 or not the name of any of the pages, isTabEnabled() returns false.

See also setTabEnabled() and QWidget::isEnabled().

[править]
void Q3TabDialog::setTabEnabled ( const char * name, bool enable )

Эта перегруженная функция предоставлена для удобства.

Finds the page with object name name, enables/disables it according to the value of enable and redraws the page's tab appropriately.

Q3TabDialog uses QWidget::setEnabled() internally, rather than keeping a separate flag.

Note that even a disabled tab/page may be visible. If the page is already visible Q3TabDialog will not hide it; if all the pages are disabled Q3TabDialog will show one of them.

The object name is used (rather than the tab label) because the tab text may not be invariant in multi-language applications.

See also isTabEnabled() and QWidget::setEnabled().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2