Forum
Sign Up

Troubles with QtitanRibbon and QWebEngineView.

10 months 3 weeks 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
10 months 3 weeks ago - 10 months 3 weeks 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: 10 months 3 weeks 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.125 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:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

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:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )