Наша сборка Qt VS Tools
giy
2022-06-13 175679ae608f0b295d761588d332f635b21bdf30
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$}"
)