forked from blue/squawk
some visual tweaks, moving on message delivery statuses
This commit is contained in:
parent
a4136ff9fe
commit
ed56cca2e7
7 changed files with 62 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue