QTfrontend/ui/page/pageeditteam.cpp
changeset 11809 f412d539284e
parent 11808 ffe6e1344ebd
child 12123 4027903ff3e7
equal deleted inserted replaced
11808:ffe6e1344ebd 11809:f412d539284e
   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);