second test

This commit is contained in:
2009-09-02 15:26:07 +04:00
parent 1e9ae4d6bb
commit 7ecbd3764c
20 changed files with 225 additions and 29 deletions

View File

@@ -6,6 +6,8 @@ MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent), ui(new Ui::MainWindow)
{
ui->setupUi(this);
sndr = new UdpSender("127.0.0.1",10101);
sndr->connectSend("hellow");
cellsize = 16;
destx = this->width() / cellsize / 2;
desty = this->height() / cellsize;