runsys

Results 5 comments of runsys

I fixed this problem by change the debuger, code patch: M:\work\code\qt\liteide37.4\liteidex\src\plugins\dlvdebugger\dlvdebuggerplugin.cpp: delete: 54 #ifdef USE_DLVCLIENT DlvRpcDebugger *debug = new DlvRpcDebugger(app); #else DlvDebugger *debug = new DlvDebugger(app); #endif add: 54 #ifdef...

I fixed this problem. this is the patch code: M:\work\code\qt\liteide37.4\liteidex\src\plugins\liteeditor\codecompleter.cpp: delete: 697 m_popup->installEventFilter(this); 702 //QObject::connect(m_popup, SIGNAL(clicked(QModelIndex)), // this, SLOT(completerActivated(QModelIndex))); //QObject::connect(m_popup, SIGNAL(activated(QModelIndex)), // m_popup, SLOT(hide())); add: 707 QObject::connect(m_popup, SIGNAL(activated(QModelIndex)), this, SLOT(completerActivated(QModelIndex)));...

It can only work with event loop function StartEventLoop in main window.

I have checked the gide example. I used that way. But it also didn't show up with 3d scene. this is my code: // Copyright (c) 2018, The GoKi Authors....

Thanks your attention.This is very useful. I got it.