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)
{
ny other work around to stop giving this message ?
Thanks in Advance.
On Tue, Jun 27, 2017 at 5:47 PM, neel patel wrote:
> 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, ne
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.
>> A
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);
m_mainGridLayout = new QGridLayout(m_tabWidge