Warning, /frameworks/kdesignerplugin/autotests/testplugin.widgets is written in an unsupported language. File is not indexed.

0001 [Global]
0002 PluginName=SomeClass
0003 DefaultGroup=The default group
0004 
0005 [QPushButton]
0006 ToolTip=A tooltip for QPushButton
0007 WhatsThis=A whatsthis for QPushButton
0008 Group=A group for QPushButton
0009 ImplClass=QCommandLinkButton
0010 IncludeFile=QCommandLinkButton
0011 
0012 [QCheckBox]
0013 ToolTip=The check box tooltip
0014 WhatsThis=The check box whats this text
0015 Initialize=Q_UNUSED(core); mInitialized = !mInitialized;
0016 IconName=:/sth.png
0017 
0018 [QGroupBox]
0019 IsContainer=true
0020 ConstructorArgs=(QStringLiteral("the title"), parent)
0021 
0022 [QLabel]
0023 CreateWidget=return parent;