MCPcopy Create free account
hub / github.com/KDE/labplot / showTimestampOptions

Method showTimestampOptions

src/frontend/datasources/AsciiOptionsWidget.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void 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.

Callers 1

initOptionsWidgetMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected