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