QTfrontend/ui/page/pageeditteam.cpp
changeset 12123 4027903ff3e7
parent 11809 f412d539284e
child 12242 09010333c947
equal deleted inserted replaced
12122:cc2d2f910d5a 12123:4027903ff3e7
   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     btnTestSound->setWhatsThis(tr("Play a random example of this voice"));
   151     hbox->setStretchFactor(btnTestSound, 1);
   151     hbox->setStretchFactor(btnTestSound, 1);
   152 
   152 
   153     GBTLayout->addLayout(hbox, 4, 1);
   153     GBTLayout->addLayout(hbox, 4, 1);
   154 
   154 
   155     GBoxFort = new QGroupBox(this);
   155     GBoxFort = new QGroupBox(this);