Files
qt-creator/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp

15 lines
281 B
C++
Raw Normal View History

@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@