Signals to be captured

Moderator: Rathinagiri

Post Reply
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Signals to be captured

Post 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)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Signals to be captured

Post by luisvasquezcl »

back to resume tonight groupbox
best regards,
luis vasquez
User avatar
bedipritpal
Posts: 122
Joined: Thu Sep 02, 2010 10:47 pm

Re: Signals to be captured

Post 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.
enjoy hbIDEing... Pritpal Bedi
Post Reply