aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
blob: 7e64374bab74a5e0797bd4e9040b792f360947d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@PLUGIN_INCLUDES@

@COLLECTION_PLUGIN_CLASS@::@COLLECTION_PLUGIN_CLASS@(QObject *parent)
        : QObject(parent)
{
@PLUGIN_ADDITIONS@
}

QList<QDesignerCustomWidgetInterface*> @COLLECTION_PLUGIN_CLASS@::customWidgets() const
{
    return m_widgets;
}

@COLLECTION_PLUGIN_EXPORT@