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

added placeholder text for chat input widget

This commit is contained in:
Marcel 2014-07-23 23:41:05 +02:00
parent 751f828c3e
commit f080eb12e7

View File

@ -20,6 +20,7 @@
ChatTextEdit::ChatTextEdit(QWidget *parent) :
QTextEdit(parent)
{
setPlaceholderText("Type your message here...");
}
void ChatTextEdit::keyPressEvent(QKeyEvent * event)