update// added speechbubble wigdets

This commit is contained in:
Strider
2020-04-25 20:30:53 +02:00
parent db87dab03b
commit d398709da9
8 changed files with 203 additions and 11 deletions

22
src/chatbubblepartner.h Normal file
View File

@@ -0,0 +1,22 @@
#ifndef CHATBUBBLEPARTNER_H
#define CHATBUBBLEPARTNER_H
#include <QWidget>
namespace Ui {
class ChatBubblePartner;
}
class ChatBubblePartner : public QWidget
{
Q_OBJECT
public:
explicit ChatBubblePartner(QWidget *parent = nullptr);
~ChatBubblePartner();
private:
Ui::ChatBubblePartner *ui;
};
#endif // CHATBUBBLEPARTNER_H