starting work on new profile tab...

This commit is contained in:
arcan1s
2014-02-10 02:13:59 +04:00
parent 8d3a3d29d2
commit b81bd78327
9 changed files with 1432 additions and 13 deletions

View File

@ -131,7 +131,7 @@ void MainWindow::updateTabs(const int tab)
if (tab == 0)
updateMainTab();
else if (tab == 1)
updateProfileTab();
else if (tab == 2)
updateWifiTab();
}
@ -351,7 +351,6 @@ void MainWindow::wifiTabSetEnabled(bool state)
if (state) {
ui->tableWidget_wifi->show();
ui->pushButton_wifiRefresh->setEnabled(true);
ui->pushButton_wifiStart->setEnabled(true);
ui->label_wifi->hide();
}
else {