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:
@ -43,6 +43,15 @@ void TunnelWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void TunnelWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
TunnelWidget::show();
|
||||
else
|
||||
TunnelWidget::hide();
|
||||
}
|
||||
|
||||
|
||||
void TunnelWidget::createFilter()
|
||||
{
|
||||
// using input mask because validators is not comfortable
|
||||
|
Reference in New Issue
Block a user