Qt 3 Support Members for QCheckBoxThe 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. Public Types
Public Functions
Member Type Documentationenum QCheckBox::ToggleState
Member Function DocumentationQCheckBox::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 () constUse checkState() instead. See also setState().
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |