29 pageLayout->setColumnStretch(1, 2); |
29 pageLayout->setColumnStretch(1, 2); |
30 pageLayout->setColumnStretch(2, 1); |
30 pageLayout->setColumnStretch(2, 1); |
31 pageLayout->setRowStretch(0, 1); |
31 pageLayout->setRowStretch(0, 1); |
32 pageLayout->setRowStretch(3, 1); |
32 pageLayout->setRowStretch(3, 1); |
33 |
33 |
34 CBSelect = new QComboBox(this); |
|
35 CBTeam = new QComboBox(this); |
34 CBTeam = new QComboBox(this); |
|
35 CBMission = new QComboBox(this); |
|
36 CBCampaign = new QComboBox(this); |
36 |
37 |
37 pageLayout->addWidget(CBTeam, 1, 1); |
38 pageLayout->addWidget(CBTeam, 1, 1); |
38 pageLayout->addWidget(CBSelect, 2, 1); |
39 pageLayout->addWidget(CBCampaign, 2, 1); |
|
40 pageLayout->addWidget(CBMission, 3, 1); |
39 |
41 |
40 BtnStartCampaign = new QPushButton(this); |
42 BtnStartCampaign = new QPushButton(this); |
41 BtnStartCampaign->setFont(*font14); |
43 BtnStartCampaign->setFont(*font14); |
42 BtnStartCampaign->setText(QPushButton::tr("Go!")); |
44 BtnStartCampaign->setText(QPushButton::tr("Go!")); |
43 pageLayout->addWidget(BtnStartCampaign, 2, 2); |
45 pageLayout->addWidget(BtnStartCampaign, 2, 2); |