summaryrefslogtreecommitdiffstats
path: root/src/activeqt/doc/snippets/doc_src_qaxserver.qdoc
blob: fe6c12bbc3964aacb0034b3079799feeab384331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [12]
cabarc N simpleax.cab simpleax.exe simple.inf
//! [12]


//! [13]
<object ID="MyActiveX1" CLASSID="CLSID:ad90301a-849e-4e8b-9a91-0a6dc5f6461f">
   ...
<\object>
//! [13]


//! [14]
<object ID=...>
    <param name="name" value="value">
<\object>
//! [14]