124 QGridLayout * pageLayout = new QGridLayout(this); |
124 QGridLayout * pageLayout = new QGridLayout(this); |
125 pageLayout->setColumnStretch(0, 1); |
125 pageLayout->setColumnStretch(0, 1); |
126 pageLayout->setColumnMinimumWidth(0, 150); |
126 pageLayout->setColumnMinimumWidth(0, 150); |
127 pageLayout->setColumnStretch(1, 100); |
127 pageLayout->setColumnStretch(1, 100); |
128 pageLayout->setColumnMinimumWidth(1, 210); |
128 pageLayout->setColumnMinimumWidth(1, 210); |
129 pageLayout->setColumnStretch(2, 150); |
129 pageLayout->setColumnStretch(2, 75); |
130 pageLayout->setColumnMinimumWidth(2, 110); |
130 pageLayout->setColumnMinimumWidth(2, 110); |
131 pageLayout->setColumnStretch(3, 150); |
131 pageLayout->setColumnStretch(3, 75); |
132 pageLayout->setColumnMinimumWidth(3, 110); |
132 pageLayout->setColumnMinimumWidth(3, 110); |
133 |
133 |
134 GBoxTeam = new QGroupBox(this); |
134 GBoxTeam = new QGroupBox(this); |
135 GBoxTeam->setTitle(QGroupBox::tr("Team")); |
135 GBoxTeam->setTitle(QGroupBox::tr("Team")); |
136 GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
136 GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |