##// END OF EJS Templates
Removed crash on spwplugin while closing the manager thread didn't quit correctly.
Removed crash on spwplugin while closing the manager thread didn't quit correctly.

File last commit:

r25:8fdbbdd7a3a4 default
r82:f085b545eb20 socexplorer-plugins-0.7-2 default
Show More
gr_esb_ui.h
28 lines | 434 B | text/x-c | CLexer
#ifndef GR_ESB_UI_H
#define GR_ESB_UI_H
#include <QWidget>
namespace Ui {
class GR_ESB_ui;
}
class GR_ESB_ui : public QWidget
{
Q_OBJECT
public:
explicit GR_ESB_ui(QWidget *parent = 0);
public slots:
void changeIp(QString ip);
void lock(bool lock);
signals:
void ipchanged(QString ip);
void vlinkchanged(QString vlink);
void connectClicked();
private:
Ui::GR_ESB_ui *ui;
};
#endif // GR_ESB_UI_H