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