| 384 | } |
| 385 | |
| 386 | void PopupLineEdit::hide() |
| 387 | { |
| 388 | if (_popup_input != NULL){ |
| 389 | _popup_input->input_close(); |
| 390 | _popup_input = NULL; |
| 391 | } |
| 392 | |
| 393 | QLineEdit::hide(); |
| 394 | } |
| 395 | |
| 396 | void PopupLineEdit::setRange(int min, int max) |
| 397 | { |
no test coverage detected