mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 22:35:51 +00:00
added several function to profile tab
This commit is contained in:
@ -42,6 +42,15 @@ void TuntapWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void TuntapWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
TuntapWidget::show();
|
||||
else
|
||||
TuntapWidget::hide();
|
||||
}
|
||||
|
||||
|
||||
QHash<QString, QString> TuntapWidget::getSettings()
|
||||
{
|
||||
QHash<QString, QString> tuntapSettings;
|
||||
|
Reference in New Issue
Block a user