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:
parent
751f828c3e
commit
f080eb12e7
|
@ -20,6 +20,7 @@
|
|||
ChatTextEdit::ChatTextEdit(QWidget *parent) :
|
||||
QTextEdit(parent)
|
||||
{
|
||||
setPlaceholderText("Type your message here...");
|
||||
}
|
||||
|
||||
void ChatTextEdit::keyPressEvent(QKeyEvent * event)
|
||||
|
|
Loading…
Reference in New Issue
Block a user