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

Method prepareImportFileWidget

src/frontend/datasources/ImportKaggleDatasetWidget.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void ImportKaggleDatasetWidget::prepareImportFileWidget() {
117 m_importFileWidget->ui.gbOptions->layout()->addWidget(m_cbDatasetFiles);
118 m_importFileWidget->initSlots();
119}
120
121void ImportKaggleDatasetWidget::prepareImportKaggleDatasetWidget() {
122 const int size = ui.leSearch->height();

Callers

nothing calls this directly

Calls 1

initSlotsMethod · 0.80

Tested by

no test coverage detected