Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, April 2008
Re: QComboBox - enable/disable


Message 1 in thread

If you disable a combo box (if a check box is selected in QT) - do you have
to reconnect the slot?

Message 2 in thread

On Monday 14 April 2008 19:22:04 Ann Marie wrote:
> If you disable a combo box (if a check box is selected in QT) - do you have
> to reconnect the slot?

no. 
whats the real issue?

-- 
 [ signature omitted ] 

Message 3 in thread

On Monday 14 April 2008 10:22:04 am Ann Marie wrote:
> If you disable a combo box (if a check box is selected in QT) - do you have
> to reconnect the slot?

slots remain until you disconnect them or one of the two objects is destroyed. 
Usually objects don't self destruct.

-- 
 [ signature omitted ]