equal
deleted
inserted
replaced
132 |
132 |
133 QHBoxLayout * hbox = new QHBoxLayout(); |
133 QHBoxLayout * hbox = new QHBoxLayout(); |
134 CBVoicepack = new QComboBox(GBoxTeam); |
134 CBVoicepack = new QComboBox(GBoxTeam); |
135 |
135 |
136 hbox->addWidget(CBVoicepack, 100); |
136 hbox->addWidget(CBVoicepack, 100); |
137 btnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true); |
137 btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true); |
138 hbox->setStretchFactor(btnTestSound, 1); |
138 hbox->setStretchFactor(btnTestSound, 1); |
139 |
139 |
140 GBTLayout->addLayout(hbox, 4, 1); |
140 GBTLayout->addLayout(hbox, 4, 1); |
141 |
141 |
142 GBoxFort = new QGroupBox(this); |
142 GBoxFort = new QGroupBox(this); |