#include "SimpleChatWidget.h"
#include "SimpleChatServer.h"
#include <WApplication>
#include <WContainerWidget>
#include <WLineEdit>
#include <WTable>
#include <WTableCell>
#include <WText>
#include <WTextArea>
#include <WPushButton>
#include <iostream>
Go to the source code of this file.