mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
various qt work
This commit is contained in:
21
qt/i2pd_qt/ClientTunnelPane.h
Normal file
21
qt/i2pd_qt/ClientTunnelPane.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef CLIENTTUNNELPANE_H
|
||||
#define CLIENTTUNNELPANE_H
|
||||
|
||||
#include "QGridLayout"
|
||||
|
||||
#include "TunnelPane.h"
|
||||
|
||||
class ServerTunnelPane;
|
||||
class TunnelPane;
|
||||
|
||||
class ClientTunnelPane : public TunnelPane {
|
||||
public:
|
||||
ClientTunnelPane();
|
||||
virtual ServerTunnelPane* asServerTunnelPane();
|
||||
virtual ClientTunnelPane* asClientTunnelPane();
|
||||
void deleteClientTunnelForm(QGridLayout *tunnelsFormGridLayout);
|
||||
protected slots:
|
||||
virtual void setGroupBoxTitle(const QString & title){}//TODO
|
||||
};
|
||||
|
||||
#endif // CLIENTTUNNELPANE_H
|
||||
Reference in New Issue
Block a user