
Defines | |
| #define | CB(x) CONNECT( ui.x, toggled( bool ), this, updateMRL() ); |
| #define | CT(x) CONNECT( ui.x, textChanged( const QString& ), this, updateMRL() ); |
| #define | CS(x) CONNECT( ui.x, valueChanged( int ), this, updateMRL() ); |
| #define | CC(x) CONNECT( ui.x, currentIndexChanged( int ), this, updateMRL() ); |
| #define CB | ( | x | ) | CONNECT( ui.x, toggled( bool ), this, updateMRL() ); |
Referenced by SoutDialog::SoutDialog().
| #define CC | ( | x | ) | CONNECT( ui.x, currentIndexChanged( int ), this, updateMRL() ); |
| #define CS | ( | x | ) | CONNECT( ui.x, valueChanged( int ), this, updateMRL() ); |
| #define CT | ( | x | ) | CONNECT( ui.x, textChanged( const QString& ), this, updateMRL() ); |
1.5.6