[Development] Drag and drop Event with QAxWidget issue

2017-06-29 Thread neel patel
Hi, I have subclass QAxWidget and re-implemented drag/drop Events as below but wherever we drag some widget to this area then no events are coming. class WebAxWidget : public QAxWidget { public: WebAxWidget(QWidget* parent = 0, Qt::WindowFlags f = 0) : QAxWidget(parent, f) {

Re: [Development] ActiveQt Events

2017-06-28 Thread neel patel
ue Or any other work around to stop giving this message ? Thanks in Advance. On Tue, Jun 27, 2017 at 5:47 PM, neel patel <neel5...@gmail.com> wrote: > Thank you Henry. I will check and keep you updated. > > > On Tue, Jun 27, 2017 at 5:26 PM, Henry Skoglund <fro...@tungware.se>

Re: [Development] ActiveQt Events

2017-06-27 Thread neel patel
Thank you Henry. I will check and keep you updated. On Tue, Jun 27, 2017 at 5:26 PM, Henry Skoglund <fro...@tungware.se> wrote: > On 2017-06-27 10:54, neel patel wrote: > >> Hi All, >> >> As I am using "QAxWidget". I took the "webbrowser"