forked from blue/squawk
first attempt
This commit is contained in:
parent
8f949277f6
commit
51ac1ac709
5 changed files with 311 additions and 5 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "shared/global.h"
|
||||
#include "shared/utils.h"
|
||||
#include "shared/pathcheck.h"
|
||||
#include "ui/utils/textmeter.h"
|
||||
|
||||
#include "preview.h"
|
||||
|
||||
|
@ -94,6 +95,7 @@ private:
|
|||
QFont nickFont;
|
||||
QFont dateFont;
|
||||
QFontMetrics bodyMetrics;
|
||||
TextMeter bodyMeter;
|
||||
QFontMetrics nickMetrics;
|
||||
QFontMetrics dateMetrics;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue