-----------------------------------------------------------------------------
| 233 | |
| 234 | //----------------------------------------------------------------------------- |
| 235 | Qt::Alignment ctkPushButton::buttonTextAlignment()const |
| 236 | { |
| 237 | Q_D(const ctkPushButton); |
| 238 | return d->ButtonTextAlignment; |
| 239 | } |
| 240 | |
| 241 | //----------------------------------------------------------------------------- |
| 242 | void ctkPushButton::setIconAlignment(Qt::Alignment newIconAlignment) |
no outgoing calls