equal
deleted
inserted
replaced
145 CBVoicepack = new QComboBox(GBoxTeam); |
145 CBVoicepack = new QComboBox(GBoxTeam); |
146 CBVoicepack->setMaxVisibleItems(50); |
146 CBVoicepack->setMaxVisibleItems(50); |
147 |
147 |
148 hbox->addWidget(CBVoicepack, 100); |
148 hbox->addWidget(CBVoicepack, 100); |
149 btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true); |
149 btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true); |
|
150 btnTestSound->setWhatsThis("Play a random example of this voice"); |
150 hbox->setStretchFactor(btnTestSound, 1); |
151 hbox->setStretchFactor(btnTestSound, 1); |
151 |
152 |
152 GBTLayout->addLayout(hbox, 4, 1); |
153 GBTLayout->addLayout(hbox, 4, 1); |
153 |
154 |
154 GBoxFort = new QGroupBox(this); |
155 GBoxFort = new QGroupBox(this); |