some visual tweaks, moving on message delivery statuses

This commit is contained in:
Blue 2020-02-04 18:14:51 +03:00
parent a4136ff9fe
commit ed56cca2e7
7 changed files with 62 additions and 20 deletions

View file

@ -37,7 +37,7 @@
/**
* @todo write docs
*/
class Message : public QHBoxLayout
class Message : public QWidget
{
Q_OBJECT
public:
@ -62,7 +62,9 @@ signals:
private:
Shared::Message msg;
QWidget* body;
QWidget* statusBar;
QVBoxLayout* bodyLayout;
QHBoxLayout* layout;
QLabel* date;
QLabel* sender;
QLabel* text;