Forum
Sign Up

Troubles with QtitanRibbon and QWebEngineView.

1 year 9 months ago #1 by gfr
Hi, I have troubles with QtitanRibbon and QWebEngineView.
Our MainWindow is inherited from RibbonMainwindow, and add the code:

   QTabWidget *tabwidget = new QTabWidget(this);
    setCentralWidget(tabwidget);
    tabwidget->setFocus();

    QWebEngineView *m_WebEngineView1 = new QWebEngineView(this);
    tabwidget->addTab(m_WebEngineView1, "devmachines");
    m_WebEngineView1->setUrl(QUrl(QStringLiteral("https://www.devmachines.com/")));


The MainWindow doesn't Paint normal. See screenshots.
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago - 1 year 9 months ago #2 by gfr
qDebug()<<ribbonBar()->isAcrilycEnabled();
ribbonBar()->setAcrilycEnabled(false);

qDebug()<<ribbonBar()->isAcrilycEnabled();
result is false;
but add ribbonBar()->setAcrilycEnabled(false), it will be correct.
I think it's a bug.
It happen in VMware Win10.
Attachments:
Last edit: 1 year 9 months ago by gfr. Reason: more information

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.122 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • support@devmachines.com

  • license@devmachines.com

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • support@devmachines.com( any questions related to our products or services )
  • license@devmachines.com( questions related to licensing )