| 165 | } |
| 166 | |
| 167 | void AsciiOptionsWidget::showTimestampOptions(bool visible) { |
| 168 | ui.chbCreateTimestamp->setVisible(visible); |
| 169 | m_createTimeStampAvailable = visible; |
| 170 | } |
| 171 | |
| 172 | /*! |
| 173 | Shows a text field for the vector names if the option "Use the first row..." was not selected. |
no test coverage detected