Start attempting to actually do IRC

This commit is contained in:
Darren VanBuren 2018-12-11 03:15:54 -08:00
parent 65d123ce2c
commit a66071288a
5 changed files with 75 additions and 5 deletions

2
ui.cpp
View file

@ -5,7 +5,7 @@ ui::ui(int argc, char **argv) {
this->argv = argv;
app = new QApplication(this->argc, this->argv);
mainWindow = new QWidget();
mainWindow->resize(1280, 720);
mainWindow->resize(1600, 900);
mainWindow->setWindowTitle("oksirc - early Qt test");
mainLog = new QPlainTextEdit();