aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/server/source.cpp
blob: 36a3c6bb67ec238586eb8f2aade80e88658af8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$include$

#include <ActiveQt/QAxFactory>

$classname$::$classname$(QWidget *parent)
    : QWidget(parent)
{
    ui.setupUi(this);
}

QAXFACTORY_DEFAULT($classname$,
    "{$guid1$}",
    "{$guid2$}",
    "{$guid3$}",
    "{$guid4$}",
    "{$guid5$}"
)