summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/hierarchy/main.cpp
blob: 5ebe6e813f190ff0e5dbef3874c9dcfa2375f60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
#include "objects.h"
#include <QAxFactory>

QAXFACTORY_BEGIN("{9e626211-be62-4d18-9483-9419358fbb03}", "{75c276de-1df5-451f-a004-e4fa1a587df1}")
    QAXCLASS(QParentWidget)
    QAXTYPE(QSubWidget)
QAXFACTORY_END()
//! [0]