Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Chinese
  4. QAxwidget在setControl后,打开模态widget窗口后整个软件卡住该如何处理?
Forum Updated to NodeBB v4.3 + New Features

QAxwidget在setControl后,打开模态widget窗口后整个软件卡住该如何处理?

Scheduled Pinned Locked Moved Unsolved Chinese
1 Posts 1 Posters 263 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pyli
    wrote on last edited by
    #1

    注册qaxwidget :
    m_pAxMapWidget = new QAxWidget(this);
    m_pAxMapWidget->setControl(
    QString::fromUtf8("{8856F961-340A-11D0-A96B-00C04FD705A2}"));
    m_pAxMapWidget->dynamicCall("Navigate(const QString&)","www.baidu.com");
    打开模态窗口:
    QWidget *frame = new QWidget(this);
    frame->setWindowModality(Qt::ApplicationModal);
    frame->show();

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved