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)
Signals to be captured
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5253
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Has thanked: 167 times
- Been thanked: 165 times
- Contact:
Signals to be captured
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- luisvasquezcl
- Posts: 1126
- Joined: Thu Jul 31, 2008 3:23 am
- Location: Chile
- Has thanked: 13 times
- Been thanked: 14 times
- Contact:
- bedipritpal
- Posts: 122
- Joined: Thu Sep 02, 2010 10:47 pm
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