ActiveQt 예제 및 자습서

이 페이지에는 ActiveQt 예제와 튜토리얼이 나열되어 있습니다:

COM App Example (ActiveQt)

COM 앱 예제는 ActiveQt를 사용하여 COM을 통해 자동화할 수 있는 Qt 애플리케이션을 개발하는 방법을 보여줍니다. 다양한 QObject 기반 클래스가 실행 중인 Qt 어플리케이션의 GUI와 통신하는 COM 객체로 노출됩니다. 이러한 COM 객체의 API는 표준 COM 응용 프로그램, 즉 Microsoft Office의 API와 유사하도록 설계되었습니다.

Qutlook Example (ActiveQt)

Qutlook 예제는 ActiveQt를 사용하여 Outlook을 자동화하는 방법을 보여줍니다. 이 예제에서는 dumpcpp 도구를 사용하여 Outlook 개체 모델을 설명하는 유형 라이브러리에 대한 C++ 네임스페이스를 생성합니다.

Simple Example (ActiveQt)

Simple 예제에서는 QAxBindable 및 QAxFactory의 사용법을 보여줍니다.

Wrapper Example (ActiveQt)

Wrapper 예제에서는 기존 QWidget 클래스를 ActiveX 컨트롤로 내보내는 방법과 QAXFACTORY_EXPORT() 매크로와 함께 QAxFactory를 사용하는 방법을 보여 줍니다. 이 예제에서 ActiveX 컨트롤은 Qt에서 제공하는 표준 버튼 클래스인 QPushButton, QCheckBox 및 QRadioButton입니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.