1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

VA buttons tooltip clarifications

This commit is contained in:
Yavor Stefanov 2014-11-15 19:43:10 +02:00
parent bee6c95650
commit 7eca6b7b24

View File

@ -68,13 +68,13 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
fileButton->setToolTip(tr("Send file(s)"));
callButton = new QPushButton();
callButton->setFixedSize(50,40);
callButton->setToolTip(tr("Audio call"));
callButton->setToolTip(tr("Audio call: RED means you're on a call"));
videoButton = new QPushButton();
videoButton->setFixedSize(50,40);
videoButton->setToolTip(tr("Video call"));
videoButton->setToolTip(tr("Video call: RED means you're on a call"));
volButton = new QPushButton();
volButton->setFixedSize(25,20);
volButton->setToolTip(tr("Toggle speakers volume"));
volButton->setToolTip(tr("Toggle speakers volume: RED is OFF"));
micButton = new QPushButton();
micButton->setFixedSize(25,20);
micButton->setToolTip(tr("Toggle microphone: RED is OFF"));