Is it possible to make all logic in QML or do I have restrictions against C++ code?
I want to make a alarm buzzer for my Raspberry Pi – for this I need some logic in setting up an alarm (cron job), set different MP3 files for playing and do some other stuff (sleep, etc.).
My question that makes me crazy right now is:
Can I do all in QML (Design and Logic) or do I have to use C++ additionally?
If C++ is needed is there a tutorial how to bind C++ method slots to QML signals?
Thx!
↧