equal
deleted
inserted
replaced
39 pChatWidget = new HWChatWidget(this, gameSettings, sdli, true); |
39 pChatWidget = new HWChatWidget(this, gameSettings, sdli, true); |
40 pChatWidget->setShowReady(true); // show status bulbs by default |
40 pChatWidget->setShowReady(true); // show status bulbs by default |
41 pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus |
41 pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus |
42 pageLayout->addWidget(pChatWidget, 2, 0, 1, 2); |
42 pageLayout->addWidget(pChatWidget, 2, 0, 1, 2); |
43 pageLayout->setRowStretch(1, 100); |
43 pageLayout->setRowStretch(1, 100); |
|
44 pageLayout->setRowStretch(2, 100); |
44 |
45 |
45 pGameCFG = new GameCFGWidget(this); |
46 pGameCFG = new GameCFGWidget(this); |
46 pageLayout->addWidget(pGameCFG, 0, 0); |
47 pageLayout->addWidget(pGameCFG, 0, 0); |
47 |
48 |
48 QPushButton * btnSetup = new QPushButton(this); |
49 QPushButton * btnSetup = new QPushButton(this); |