has been completed.

This commit is contained in:
xyz
2025-09-09 15:37:57 +08:00
parent 83f3f4f74e
commit 89ff4fbac0
38 changed files with 2679 additions and 161 deletions

View File

@ -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;