mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
various qt work
This commit is contained in:
parent
9925e2732a
commit
275da075e0
21 changed files with 13078 additions and 1648 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue