Re: [Development] ActiveQt Events

2017-06-28 Thread neel patel
Hi, I tried the steps provided by you and it is working nicely.. Thank you Henry for your support. Couple of queries regarding same:- 1) As I have QTabWidget and i am opening another URL in new window with custom Back/Forward button. When user navigate to URL and again come back then we are

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 wrote: > On 2017-06-27 10:54, neel patel wrote: > >> Hi All, >> >> As I am using "QAxWidget". I took the "webbrowser" example as reference. >> As I am using "QTabWidget" as

Re: [Development] ActiveQt Events

2017-06-27 Thread Henry Skoglund
On 2017-06-27 10:54, neel patel wrote: Hi All, As I am using "QAxWidget". I took the "webbrowser" example as reference. As I am using "QTabWidget" as mainwindow widget and adding "QAxWidget" as tab widget. Below is the code for reference. m_tabWidget = new QTabWidget(mainwindow);