it's not, look at Qt 4.7 docs:But as ActiveQt is only available in commercial versions
The ActiveQt modules are part of the Qt Commercial Edition and the Open Source Versions of Qt.
it's not, look at Qt 4.7 docs:But as ActiveQt is only available in commercial versions
The ActiveQt modules are part of the Qt Commercial Edition and the Open Source Versions of Qt.
dachick (19th February 2011)
oh I must have had a look at an older version. There it was commercial only.
Thanks![]()
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
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
withQt Code:
win32:!contains(QT_EDITION, OpenSource):SUBDIRS += activeqtTo copy to clipboard, switch view to plain text mode
Qt Code:
win32: SUBDIRS += activeqtTo 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
Bookmarks