SailTuner/qml/Config.qml

10 lines
138 B
QML
Raw Permalink Normal View History

import QtQuick 2.0
pragma Singleton
QtObject {
2016-01-09 10:50:34 +03:00
property double la: 440
property int temperament_idx: 0
property int notes_style: 0
}