Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QAxSelect Class

The QAxSelect class provides a selection dialog for registered COM components. More...

Header: #include <QAxSelect>
qmake: QT += axcontainer

    Detailed Description

    The QAxSelect class provides a selection dialog for registered COM components.

    QAxSelect dialog can be used to provide users with a way to browse the registered COM components of the system and select one. The CLSID of the selected component can then be used in the application to e.g. initialize a QAxWidget:

    QAxSelect select;
    if (select.exec()) {
        QAxWidget *container = new QAxWidget;
        container->setControl(select.clsid());
        container->show();
    }

    See also QAxWidget and ActiveQt Framework.

    Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded