mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 09:01:50 +08:00
has been completed.
This commit is contained in:
@ -30,7 +30,13 @@ public:
|
||||
//花式按钮事件
|
||||
//bool eventFilter(QObject* obj, QEvent* event) override;
|
||||
|
||||
void clickSendImageBtn();
|
||||
void clickSendFileBtn();
|
||||
|
||||
void soundRecordPressed();
|
||||
void soundRecordReleased();
|
||||
|
||||
void soundSpeech(const QString& path);
|
||||
private:
|
||||
QPushButton* sendImageBtn;
|
||||
QPushButton* sendFileBtn;
|
||||
@ -38,6 +44,7 @@ private:
|
||||
QPushButton* showHistoryBtn;
|
||||
QPlainTextEdit* textEdit;
|
||||
QPushButton* sendTextButton;
|
||||
QLabel* tipLabel;
|
||||
|
||||
//花式按钮
|
||||
//QGraphicsDropShadowEffect* shadowEffect;
|
||||
|
||||
Reference in New Issue
Block a user