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