Page 1 of 1

Signals to be captured

Posted: Fri Sep 03, 2010 5:32 am
by Rathinagiri
The following signals are not captured. Can this be made available?

1. QDateTimeEdit - "dateChanged()" (For QDateEdit on change event)

2. QAbstractButton - "toggled(bool)" (For QPushButton on change event)

3. QGroupBox - "toggled(bool)" (For QRadioButton on change event)

Re: Signals to be captured

Posted: Fri Sep 03, 2010 9:17 pm
by luisvasquezcl
back to resume tonight groupbox
best regards,
luis vasquez

Re: Signals to be captured

Posted: Sat Sep 04, 2010 12:20 am
by bedipritpal
rathinagiri wrote:The following signals are not captured. Can this be made available?

1. QDateTimeEdit - "dateChanged()" (For QDateEdit on change event)

2. QAbstractButton - "toggled(bool)" (For QPushButton on change event)

3. QGroupBox - "toggled(bool)" (For QRadioButton on change event)

"toggled(bool)" signal is already handled in hbQT. What specific problem you have ?

void dateChanged ( const QDate & date )
void dateTimeChanged ( const QDateTime & datetime )
void timeChanged ( const QTime & time )

These signals are not yet implemented. I will do it as soon as possible.