summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/cbor_python/qt_source/Simple.rep
diff options
context:
space:
mode:
Diffstat (limited to 'examples/remoteobjects/cbor_python/qt_source/Simple.rep')
-rw-r--r--examples/remoteobjects/cbor_python/qt_source/Simple.rep9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/remoteobjects/cbor_python/qt_source/Simple.rep b/examples/remoteobjects/cbor_python/qt_source/Simple.rep
new file mode 100644
index 0000000..1757ae6
--- /dev/null
+++ b/examples/remoteobjects/cbor_python/qt_source/Simple.rep
@@ -0,0 +1,9 @@
+#include <QtCore>
+
+class Simple
+{
+ PROP(int i = 2);
+ PROP(float f = -1. READWRITE);
+ SIGNAL(random(int i));
+ SLOT(void reset());
+};