config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user