Differentiate Between Gedi(Edit) instance and vision(Running) instance of EWO.
Posted: Tue Jan 17, 2017 6:40 am
How can I differentiate between Between Gedi(Edit) instance and vision(Running) instance of EWO in the EWO source code ?
Here is what I have tried.
//ewo.h file
...
Here is what I have tried.
//ewo.h file
...
Code: Select all
Q_PROPERTY(bool inGedi READ isInGedi WRITE setInGedi DESIGNABLE false SCRIPTABLE false)
public:
bool isInGedi() const
private:
bool inGedi
...
//ewo.cpp
...
MyWidget::MyWidget(QWidget *parent)
: QWidget(parent)
{
qDebug ()