mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-10-15 01:19:56 +00:00
added several function to profile tab
This commit is contained in:
@ -83,6 +83,15 @@ void WirelessWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void WirelessWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
WirelessWidget::show();
|
||||
else
|
||||
WirelessWidget::hide();
|
||||
}
|
||||
|
||||
|
||||
void WirelessWidget::createActions()
|
||||
{
|
||||
connect(ui->pushButton_wirelessAdvanced, SIGNAL(clicked(bool)), this, SLOT(showAdvanced()));
|
||||
|
Reference in New Issue
Block a user