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

Method connection

src/frontend/datasources/DatabaseManagerWidget.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76QString DatabaseManagerWidget::connection() const {
77 if (ui.lwConnections->currentItem())
78 return ui.lwConnections->currentItem()->text();
79 return {};
80}
81
82/*!
83 shows the settings of the currently selected connection

Callers 2

showDatabaseManagerMethod · 0.45

Calls 2

currentItemMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected