Create Python bidings

Added Cmake files
Ported examples
This commit is contained in:
Renato Araujo Oliveira Filho
2020-06-10 17:07:40 -03:00
parent e6a335a3f7
commit a599736c1b
18 changed files with 989 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
// Make "signals:", "slots:" visible as access specifiers
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
// Define PYTHON_BINDINGS this will be used in some part of c++ to skip problematic parts
#define PYTHON_BINDINGS
#include <MainWindowBase.h>
#include <MainWindow.h>
#include <DockWidgetBase.h>
#include <DockWidget.h>