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

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

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