app now shows lots of new values and has a nice grid layout

This commit is contained in:
2021-07-20 02:39:01 +02:00
parent b7f418c3a9
commit 70d3091db3
20 changed files with 953 additions and 379 deletions

View File

@ -9,7 +9,7 @@
int main(int argc, char *argv[])
{
QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
//QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);