mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
new example: 'wear-os-gps' (meant for use on e.g. a canoe)
This commit is contained in:
parent
33d7ed3cce
commit
ab22dd809f
50 changed files with 920 additions and 3 deletions
|
|
@ -1,20 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
extern "C" { QObject* ini(); }
|
||||
|
||||
class QT : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
// sensors
|
||||
Q_INVOKABLE QVariant iniSensors();
|
||||
Q_INVOKABLE QVariant heartRate();
|
||||
Q_INVOKABLE QVariant heartRateAccuracy();
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
Loading…
Add table
Add a link
Reference in a new issue