| 65 | } |
| 66 | |
| 67 | bool |
| 68 | AddTLESourceDialog::run(void) |
| 69 | { |
| 70 | this->setWindowTitle("Add TLE source"); |
| 71 | |
| 72 | this->reset(); |
| 73 | this->ui->nameEdit->setFocus(); |
| 74 | return this->exec() == DialogCode::Accepted; |
| 75 | } |
| 76 | |
| 77 | void |
| 78 | AddTLESourceDialog::reset(void) |