config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "Overview.hpp"
Overview::Overview(QObject *parent) : ConfigSection(parent) {
m_columns = 5;
m_enable = false;
m_rows = 2;
m_scale = 0.16;
wireSignals();
}