Re: [Wengophone-devel] How to disable a checkbox hardcoded

2006-12-04 Thread Philippe BERNERY
Le 27 nov. 06 à 18:16, [EMAIL PROTECTED] a écrit : item->setCheckState(COLUMN_ENABLE_BUTTON, (imAccount->getPresenceState() == EnumPresenceState::PresenceStateOnline) ? Qt::Checked : Qt::Unchecked); but I need that the checkstate is disabled, because nothing happens when

[Wengophone-devel] How to disable a checkbox hardcoded

2006-11-27 Thread toxxxiccr
Hello partners, In the QtIMAccountManager.cpp the code is like this item->setCheckState(COLUMN_ENABLE_BUTTON, (imAccount->getPresenceState() == EnumPresenceState::PresenceStateOnline) ? Qt::Checked : Qt::Unchecked); but I need that the checkstate is disabled, because nothing happen