From 851b83a53a8df29a1dcbcf45762394e7ee4cf4a2 Mon Sep 17 00:00:00 2001 From: Jan-Martin Raemer Date: Fri, 3 Jun 2022 22:09:54 +0200 Subject: [PATCH] added todos --- LenaPi/controllers/StyleController.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LenaPi/controllers/StyleController.h b/LenaPi/controllers/StyleController.h index aa4714f..4cc5ffd 100644 --- a/LenaPi/controllers/StyleController.h +++ b/LenaPi/controllers/StyleController.h @@ -16,6 +16,9 @@ * the application is run on a different screen. * * See https://doc.qt.io/qt-5/scalability.html + * + * @todo scale fonts as well? + * @todo use dpi for scaling as app is very small on Android? */ class StyleController : public QObject {