![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.
Константа | Значение | Описание |
---|---|---|
QCheckBox::Off | Qt::Unchecked | Use Qt::Unchecked instead. |
QCheckBox::NoChange | Qt::PartiallyChecked | Use Qt::PartiallyChecked instead. |
QCheckBox::On | Qt::Checked | Use Qt::Checked instead. |
Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.
Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.
Use setCheckState() instead.
Use setCheckState() instead.
Смотрите также state().
Use checkState() instead.
See also setState().
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |