Add python shell qt window

This commit is contained in:
baldurk
2017-04-17 19:42:08 +01:00
parent 31050d651e
commit 2a4596e06a
13 changed files with 858 additions and 4 deletions
@@ -55,6 +55,8 @@ public:
static void GlobalInit();
static void GlobalShutdown();
QString versionString();
template <typename T>
void setGlobal(const char *varName, T *object)
{