equal
deleted
inserted
replaced
122 HHNameEdit[i]->setMinimumWidth(120); |
122 HHNameEdit[i]->setMinimumWidth(120); |
123 GBHLayout->addWidget(HHNameEdit[i], i, 0); |
123 GBHLayout->addWidget(HHNameEdit[i], i, 0); |
124 |
124 |
125 HHHats[i] = new QComboBox(GBoxHedgehogs); |
125 HHHats[i] = new QComboBox(GBoxHedgehogs); |
126 HHHats[i]->setModel(hatsModel); |
126 HHHats[i]->setModel(hatsModel); |
|
127 //HHHats[i]->setModelColumn(1); |
|
128 HHHats[i]->setMinimumWidth(132); |
127 GBHLayout->addWidget(HHHats[i], i, 1); |
129 GBHLayout->addWidget(HHHats[i], i, 1); |
128 } |
130 } |
129 pageLayout->addWidget(GBoxHedgehogs, 1, 0, 2, 1); |
131 pageLayout->addWidget(GBoxHedgehogs, 1, 0, 2, 1); |
130 |
132 |
131 BtnTeamDiscard = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
133 BtnTeamDiscard = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |