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
22
qt/i2pd_qt/ClientTunnelPane.cpp
Normal file
22
qt/i2pd_qt/ClientTunnelPane.cpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
#include "ClientTunnelPane.h"
|
||||
|
||||
ClientTunnelPane::ClientTunnelPane()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ClientTunnelPane::deleteClientTunnelForm(QGridLayout *tunnelsFormGridLayout) {
|
||||
throw "TODO";
|
||||
/*TODO
|
||||
tunnelsFormGridLayout->removeWidget(clientTunnelNameGroupBox);
|
||||
|
||||
clientTunnelNameGroupBox->deleteLater();
|
||||
clientTunnelNameGroupBox=nullptr;
|
||||
|
||||
gridLayoutWidget_2->deleteLater();
|
||||
gridLayoutWidget_2=nullptr;
|
||||
*/
|
||||
}
|
||||
|
||||
ServerTunnelPane* ClientTunnelPane::asServerTunnelPane(){return nullptr;}
|
||||
ClientTunnelPane* ClientTunnelPane::asClientTunnelPane(){return this;}
|
Loading…
Add table
Add a link
Reference in a new issue