added several function to profile tab

This commit is contained in:
arcan1s
2014-02-25 02:06:33 +04:00
parent 4dd6a8276d
commit 76877f737e
26 changed files with 358 additions and 12 deletions

View File

@ -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()));