MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / hideConnectionStatus

Method hideConnectionStatus

syncthingwidgets/settings/settingsdialog.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ConnectionOptionPage::hideConnectionStatus()
119{
120 m_connection = nullptr;
121 if (ui()) {
122 ui()->statusTextLabel->setHidden(true);
123 ui()->statusLabel->setHidden(true);
124 ui()->connectPushButton->setHidden(true);
125 }
126}
127
128QWidget *ConnectionOptionPage::setupWidget()
129{

Callers 1

TrayWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected