QTfrontend/ui/page/pageeditteam.cpp
changeset 7781 6505805e7f98
parent 7553 9cfe74ee418b
child 7794 ab7b94c03bc9
equal deleted inserted replaced
7780:a066a52411bc 7781:6505805e7f98
   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);