Results 1 to 3 of 3

Thread: COM components into QT

  1. #1
    Join Date
    May 2015
    Posts
    2
    Qt products
    Qt4 Qt5 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Android

    Default Re: COM components into QT

    Hi All

    How do I import COM components in to QT designer?

    I have a few applications that use COM components in VS C++ and VB express. I need to port over to multi-OS platform.

    Kind regards
    BDD


    Added after 57 minutes:


    OK Reset.
    Will help If I have noticed there are a QAxWidget

    Thanx
    Last edited by BDD; 18th May 2015 at 10:41.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,349
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: COM components into QT

    Will help If I have noticed there are a QAxWidget
    That will get you part of the way there. You'll probably need to derive your own widget from QAxWidget / QWidget (whichever works best) for full compatibility with Qt Designer.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: COM components into QT

    Quote Originally Posted by BDD View Post
    I need to port over to multi-OS platform.
    You will not be able to use COM objects on platforms other than Windows.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Qt Components not visible
    By PeripateticCoder in forum Qt Programming
    Replies: 0
    Last Post: 21st May 2012, 17:14
  2. Iterate through set of components
    By QTie in forum Newbie
    Replies: 2
    Last Post: 15th June 2011, 07:01
  3. Layering components with QT
    By David Krutsko in forum Newbie
    Replies: 0
    Last Post: 26th October 2010, 23:33
  4. ui components
    By addu in forum Qt Programming
    Replies: 0
    Last Post: 17th September 2009, 14:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.