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

@ -19,9 +19,8 @@
#define MAINWINDOW_H
#include <QApplication>
#include <QItemSelection>
#include <QTableWidgetItem>
#include <QMainWindow>
#include <QTableWidgetItem>
class BridgeWidget;
@ -79,6 +78,11 @@ private slots:
void mainTabRestartProfile();
void mainTabStartProfile();
void mainTabRefreshButtons(QTableWidgetItem *current, QTableWidgetItem *previous);
// profile tab slots
void profileTabBrowseProfile();
void profileTabChangeState(QString current);
void profileTabClear();
void profileTabLoadProfile();
// wifi tab slots
void wifiTabSetEnabled(bool state);
void wifiTabStart();