Results 1 to 5 of 5

Thread: Embedding Acrobat Reader or Excel

  1. #1
    Join Date
    Nov 2010
    Posts
    9
    Thanks
    1

    Default Embedding Acrobat Reader or Excel

    Hi guys,

    I read about ActiveQt being able to embed the native windows acrobat reader or excel into a Qt widget.

    But as ActiveQt is only available in commercial versions I'm looking for another way to solve this task.

    I would appreciate if you can give me any hints .

    Best Regards!

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Embedding Acrobat Reader or Excel

    But as ActiveQt is only available in commercial versions
    it's not, look at Qt 4.7 docs:
    The ActiveQt modules are part of the Qt Commercial Edition and the Open Source Versions of Qt.

  3. The following user says thank you to stampede for this useful post:

    dachick (19th February 2011)

  4. #3
    Join Date
    Nov 2010
    Posts
    9
    Thanks
    1

    Default Re: Embedding Acrobat Reader or Excel

    oh I must have had a look at an older version. There it was commercial only.

    Thanks

  5. #4
    Join Date
    Nov 2010
    Posts
    9
    Thanks
    1

    Default Re: Embedding Acrobat Reader or Excel

    Sorry to bother again, but I'm still facing some problems.

    I followed the instructions on http://doc.qt.nokia.com/4.7-snapshot...veqt-framework in order to build the libraries and integrate the axcontainer into the designer. But its not appearing in the designer.

    I can use the QAxObject in source code, e.g., to open an excel sheet, what compiles and runs just fine.

    I use the latest Qt_2010.05 SDK with mingw. Is there anything else to consider?!

    best regards

  6. #5
    Join Date
    Nov 2010
    Posts
    9
    Thanks
    1

    Default Re: Embedding Acrobat Reader or Excel

    I finally found the way to get QAxWidget into the designer.
    In case anybody else is interested I post the solution here.

    Open the file plugins.pro in the QTDIR\tools\designer\src\plugins folder.

    And replace
    Qt Code:
    1. win32:!contains(QT_EDITION, OpenSource):SUBDIRS += activeqt
    To copy to clipboard, switch view to plain text mode 
    with
    Qt Code:
    1. win32: SUBDIRS += activeqt
    To copy to clipboard, switch view to plain text mode 

    This seems to be fixed in the git sources ( see: http://qt.gitorious.org/qt/qaxwidget-opensource-fix) but is not yet included in the distributed versions.

    regards

Similar Threads

  1. Replies: 4
    Last Post: 27th June 2012, 10:41
  2. RSS Reader
    By numbat in forum Qt-based Software
    Replies: 2
    Last Post: 6th April 2011, 10:42
  3. Call extern app Adobe Acrobat to open *.pdf
    By Lodhart in forum Qt Programming
    Replies: 16
    Last Post: 28th April 2009, 05:36
  4. reseting reader
    By uchennaanyanwu in forum Newbie
    Replies: 1
    Last Post: 1st August 2008, 20:28
  5. xml reader
    By mickey in forum General Programming
    Replies: 5
    Last Post: 13th January 2008, 18:37

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.