luna
luna copied to clipboard
Luna is a modern and good-looking QtQuick components library (QML UI kit) aimed to desktop usage.
I got a compile error on `include/luna/controls/TreeViewAttached.hpp`: ```cpp Q_PROPERTY(TreeViewTemplate* view READ view NOTIFY viewChanged) ``` saying: ```cmd [build] In file included from luna_autogen/EEX6FCQYDO/moc_DoubleSpinBoxTemplate.cpp:10: [build] In file included from luna_autogen/EEX6FCQYDO/../../../include/luna/controls/DoubleSpinBoxTemplate.hpp:3: [build]...
`Utils.FocusBorder` can not be clipped in `ScrollView` 