| 130 | } |
| 131 | |
| 132 | void |
| 133 | DeviceDialog::connectAll(void) |
| 134 | { |
| 135 | connect( |
| 136 | this->ui->okButton, |
| 137 | SIGNAL(clicked(void)), |
| 138 | this, |
| 139 | SLOT(onOk(void))); |
| 140 | |
| 141 | connect( |
| 142 | this->ui->refreshButton, |
| 143 | SIGNAL(clicked(void)), |
| 144 | this, |
| 145 | SLOT(onRefresh(void))); |
| 146 | } |
| 147 | |
| 148 | ///////////////////////////////// Slots //////////////////////////////////////// |
| 149 | void |