Hallo allerseits,
kann mir jemand sagen wie ich das QAxWidget in den Qt Designer integriere?
QAxWidget designer plugin
Re: QAxWidget designer plugin
Wenn Du die OpenSource-Variante von Qt verwendest, hilft Dir vielleicht die aktuelle Version 4.7 weiter. Dort ist das Widget auch im Qt-Designer als Plugin zu finden. Siehe auch http://qt.gitorious.org/qt/qt/merge_requests/843XL hat geschrieben:Hallo allerseits,
kann mir jemand sagen wie ich das QAxWidget in den Qt Designer integriere?
Vielen Dank für die Antwort, koppi.
Das hatte ich auch schon entdeckt und hab mir extra die neue Version installiert. Da ist das Plugin aber auch nicht im Designer ... zumindest finde ich es nicht ...
Ich nutze die OpenSource-Variante, ja.
Für alle Interessierten: ActiveQt ist anscheinend erst seit ca. Version 4.5.x in der OpenSource-Variante enthalten.
Unter http://doc.trolltech.com/4.7/activeqt.h ... -framework steht
Das hatte ich auch schon entdeckt und hab mir extra die neue Version installiert. Da ist das Plugin aber auch nicht im Designer ... zumindest finde ich es nicht ...
Ich nutze die OpenSource-Variante, ja.
Für alle Interessierten: ActiveQt ist anscheinend erst seit ca. Version 4.5.x in der OpenSource-Variante enthalten.
Unter http://doc.trolltech.com/4.7/activeqt.h ... -framework steht
Allerdings ist mir nicht klar, welches "plugin subdirectory" gemeint sein soll. In QTDIR/src/activeqt befindet sich keines.To build the static libraries, change into the activeqt directory (usually QTDIR/src/activeqt), and run qmake and your make tool in both the container and the control subdirectory. The libraries qaxcontainer.lib and qaxserver.lib will be linked into QTDIR/lib.
If you are using a shared configuration of Qt enter the plugin subdirectory and run qmake and your make tool to build a plugin that integrates the QAxContainer module into Qt Designer.