first attempt

This commit is contained in:
Blue 2022-04-17 14:58:46 +03:00
parent 8f949277f6
commit 51ac1ac709
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 311 additions and 5 deletions

View file

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