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

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

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

__NOTOC__

Image:qt-logo.png

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

Image:trolltech-logo.png

Содержание

Qt 3 Support Members for QCheckBox

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.



Открытые типы

Открытые функции

  • 9 открытых функций унаследованных от QAbstractButton
  • 60 открытых функций унаследованных от QWidget
  • 8 открытых функций унаследованных от QObject
  • 8 открытых функций унаследованных от QPaintDevice

Описание типов членов

enum QCheckBox::ToggleState

Constant Value Description
QCheckBox::Off Qt::Unchecked Use Qt::Unchecked instead.
QCheckBox::NoChange Qt::PartiallyChecked Use Qt::PartiallyChecked instead.
QCheckBox::On Qt::Checked Use Qt::Checked instead.

Описание функций-членов

QCheckBox::QCheckBox ( QWidget * parent, const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.

QCheckBox::QCheckBox ( const QString & text, QWidget * parent, const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.

void QCheckBox::setNoChange ()

Use setCheckState() instead.

void QCheckBox::setState ( ToggleState state )

Use setCheckState() instead.

See also state().

ToggleState QCheckBox::state () const

Use checkState() instead.

See also setState().


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2